Restore incorrectly removed Epoch from -devel dependency, other minor

tweaks.
epel8
Ville Skyttä 20 years ago
parent dde2771995
commit a5bf22cd9c

@ -1,6 +1,6 @@
Name: libmodplug Name: libmodplug
Version: 0.7 Version: 0.7
Release: 1 Release: 2
Epoch: 1 Epoch: 1
Summary: Modplug mod music file format library Summary: Modplug mod music file format library
@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%package devel %package devel
Summary: Development files for the Modplug mod music file format library Summary: Development files for the Modplug mod music file format library
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release}, pkgconfig Requires: %{name} = %{epoch}:%{version}-%{release}, pkgconfig
%description devel %description devel
%{summary}. %{summary}.
@ -27,9 +27,8 @@ Requires: %{name} = %{version}-%{release}, pkgconfig
%build %build
%configure --enable-static %configure --enable-static --disable-dependency-tracking
make %{?_smp_mflags} make %{?_smp_mflags}
make check
%install %install
@ -38,6 +37,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%check || :
make check
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -60,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Mar 17 2005 Ville Skyttä <ville.skytta at iki.fi> - 1:0.7-2
- Build with dependency tracking disabled.
- Run tests in the %%check section.
* Fri Oct 17 2003 Ville Skyttä <ville.skytta at iki.fi> - 1:0.7-0.fdr.1 * Fri Oct 17 2003 Ville Skyttä <ville.skytta at iki.fi> - 1:0.7-0.fdr.1
- First build, separated from xmms-modplug. - First build, separated from xmms-modplug.
- Bump Epoch. - Bump Epoch.

Loading…
Cancel
Save