diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | arctracker.spec | 36 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ff05db --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/arctracker-0.2.0.tar.gz diff --git a/arctracker.spec b/arctracker.spec new file mode 100644 index 0000000..ee25447 --- /dev/null +++ b/arctracker.spec @@ -0,0 +1,36 @@ +Name: arctracker +Version: 0.2.0 +Release: 1%{?dist} +Summary: Plays Tracker and Desktop Tracker files from the Acorn Archimedes + +License: GPLv2+ +URL: http://sourceforge.net/projects/arctracker/ +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz + +# enable ALSA sound output +BuildRequires: alsa-lib-devel + +%description +This program is designed to play modfiles that have been created using the +Tracker and Desktop Tracker programs that run on the Acorn Archimedes and +compatible range of microcomputers. + +%prep +%setup -q + +%build +%configure --prefix=%{buildroot}%{_prefix} +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}%{_bindir} +%make_install + +%files +%{_bindir}/arctracker +%doc COPYING README + +%changelog +* Sun May 3 2015 Richard Fearn <richardfearn@gmail.com> - 0.2.0-1 +- Initial package for Fedora @@ -0,0 +1 @@ +9a9af0fb31667b766943bdfa89b38f16 arctracker-0.2.0.tar.gz |
