diff options
author | Richard Fearn <richardfearn@gmail.com> | 2022-08-29 18:20:30 +0100 |
---|---|---|
committer | Richard Fearn <richardfearn@gmail.com> | 2022-08-29 18:20:30 +0100 |
commit | 7b2921334c0bfa9404ed7dfac00bf8ec3092e5dc (patch) | |
tree | db7cfb77e7f548aa9973c3126b8787b08f97ed21 /arctracker.spec | |
parent | 9b67f7f87c5b6ff23c220e0d362d5025b8fa4dd0 (diff) | |
download | arctracker-master.tar.gz arctracker-master.tar.xz arctracker-master.zip |
Diffstat (limited to 'arctracker.spec')
-rw-r--r-- | arctracker.spec | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arctracker.spec b/arctracker.spec index ee25447..3df5515 100644 --- a/arctracker.spec +++ b/arctracker.spec @@ -1,15 +1,20 @@ Name: arctracker Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?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 +BuildRequires: gcc + # enable ALSA sound output BuildRequires: alsa-lib-devel +Patch0: arctracker-remove-inline.patch +Patch1: arctracker-LDFLAGS-fix.patch + %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 @@ -17,6 +22,8 @@ compatible range of microcomputers. %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build %configure --prefix=%{buildroot}%{_prefix} @@ -32,5 +39,8 @@ mkdir -p %{buildroot}%{_bindir} %doc COPYING README %changelog +* Mon Aug 29 2022 Richard Fearn <richardfearn@gmail.com> - 0.2.0-2 +- Fix compilation on Fedora 36 + * Sun May 3 2015 Richard Fearn <richardfearn@gmail.com> - 0.2.0-1 - Initial package for Fedora |