From a5bf22cd9cd32e691a1c89536c54dbe76bbf7251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 17 Mar 2005 19:12:32 +0000 Subject: [PATCH] Restore incorrectly removed Epoch from -devel dependency, other minor tweaks. --- libmodplug.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/libmodplug.spec b/libmodplug.spec index a8fbabc..39b3d04 100644 --- a/libmodplug.spec +++ b/libmodplug.spec @@ -1,6 +1,6 @@ Name: libmodplug Version: 0.7 -Release: 1 +Release: 2 Epoch: 1 Summary: Modplug mod music file format library @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %package devel Summary: Development files for the Modplug mod music file format library Group: Development/Libraries -Requires: %{name} = %{version}-%{release}, pkgconfig +Requires: %{name} = %{epoch}:%{version}-%{release}, pkgconfig %description devel %{summary}. @@ -27,9 +27,8 @@ Requires: %{name} = %{version}-%{release}, pkgconfig %build -%configure --enable-static +%configure --enable-static --disable-dependency-tracking make %{?_smp_mflags} -make check %install @@ -38,6 +37,10 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +%check || : +make check + + %clean rm -rf $RPM_BUILD_ROOT @@ -60,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 17 2005 Ville Skyttä - 1:0.7-2 +- Build with dependency tracking disabled. +- Run tests in the %%check section. + * Fri Oct 17 2003 Ville Skyttä - 1:0.7-0.fdr.1 - First build, separated from xmms-modplug. - Bump Epoch.