summaryrefslogtreecommitdiffstats
path: root/arctracker.spec
diff options
context:
space:
mode:
Diffstat (limited to 'arctracker.spec')
-rw-r--r--arctracker.spec12
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