|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
Name: libmodplug
|
|
|
|
|
Version: 0.8.9.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Summary: Modplug mod music file format library
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: Public Domain
|
|
|
|
|
URL: http://modplug-xmms.sourceforge.net/
|
|
|
|
|
Source0: http://downloads.sourceforge.net/modplug-xmms/%{name}-%{version}.tar.gz
|
|
|
|
|
# Fedora specific, no need to send upstream
|
|
|
|
|
Patch0: %{name}-0.8.9.0-timiditypaths.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc, gcc-c++
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
|
Suggests: %{_sysconfdir}/timidity.cfg
|
|
|
|
|
%endif
|
|
|
|
@ -20,8 +20,8 @@ Suggests: %{_sysconfdir}/timidity.cfg
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for the Modplug mod music file format library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: gcc-c++
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
%{summary}.
|
|
|
|
@ -55,6 +55,9 @@ make check
|
|
|
|
|
%{_libdir}/pkgconfig/libmodplug.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 22 2018 Antonio Trande <sagitterATfedoraproject.org> - 1:0.8.9.0-6
|
|
|
|
|
- Add gcc gcc-c++ BR
|
|
|
|
|
|
|
|
|
|
* Sat Feb 17 2018 Antonio Trande <sagitter@fedoraproject.org> - 1:0.8.9.0-5
|
|
|
|
|
- Use %%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|