rpms/mikmod/devel mikmod.spec,1.36,1.37

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Thu Oct 25 07:00:16 UTC 2007


Author: jnovy

Update of /cvs/extras/rpms/mikmod/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13082

Modified Files:
	mikmod.spec 
Log Message:
remove useless configure option



Index: mikmod.spec
===================================================================
RCS file: /cvs/extras/rpms/mikmod/devel/mikmod.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- mikmod.spec	24 Oct 2007 10:03:01 -0000	1.36
+++ mikmod.spec	25 Oct 2007 06:59:42 -0000	1.37
@@ -3,7 +3,7 @@
 Summary: A MOD music file player
 Name: mikmod
 Version: 3.2.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2 and LGPLv2+
 Group: Applications/Multimedia
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -28,8 +28,7 @@
 
 %build
 rm -rf $RPM_BUILD_ROOT
-%configure \
-	--disable-libmikmodtest
+%configure
 make CFLAGS="$RPM_OPT_FLAGS `libmikmod-config --cflags`"
 
 %install
@@ -47,6 +46,9 @@
 %{_mandir}/man1/mikmod*
 
 %changelog
+* Thu Oct 25 2007 Jindrich Novy <jnovy at redhat.com> 3.2.2-5
+- remove useless configure option
+
 * Wed Sep 19 2007 Jindrich Novy <jnovy at redhat.com> 3.2.2-4
 - don't hardcode buildroot library paths to binaries/libs
 - preserve timestamps




More information about the fedora-extras-commits mailing list