devel/libmodplug libmodplug.spec,1.5,1.6

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Mar 17 19:12:34 UTC 2005


Author: scop

Update of /cvs/extras/devel/libmodplug
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23297

Modified Files:
	libmodplug.spec 
Log Message:
Restore incorrectly removed Epoch from -devel dependency, other minor tweaks.


Index: libmodplug.spec
===================================================================
RCS file: /cvs/extras/devel/libmodplug/libmodplug.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libmodplug.spec	5 Mar 2005 21:10:22 -0000	1.5
+++ libmodplug.spec	17 Mar 2005 19:12:32 -0000	1.6
@@ -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 @@
 %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 @@
 
 
 %build
-%configure --enable-static
+%configure --enable-static --disable-dependency-tracking
 make %{?_smp_mflags}
-make check
 
 
 %install
@@ -38,6 +37,10 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
+%check || :
+make check
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -60,6 +63,10 @@
 
 
 %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
 - First build, separated from xmms-modplug.
 - Bump Epoch.




More information about the scm-commits mailing list