rpms/SDL_mixer/EL-6 SDL_mixer.spec,1.30,1.31

Peter Robinson pbrobinson at fedoraproject.org
Sun Jul 11 14:29:09 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/SDL_mixer/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6668

Modified Files:
	SDL_mixer.spec 
Log Message:
- drop mikmod support in EL-6 build


Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL_mixer/EL-6/SDL_mixer.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- SDL_mixer.spec	11 Jun 2010 13:46:59 -0000	1.30
+++ SDL_mixer.spec	11 Jul 2010 14:29:08 -0000	1.31
@@ -1,6 +1,6 @@
 Name:		SDL_mixer
 Version:	1.2.11
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary:	Simple DirectMedia Layer - Sample Mixer Library
 
 Group:		System Environment/Libraries
@@ -12,7 +12,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:	SDL-devel >= 1.2.10 
 BuildRequires:	libvorbis-devel
 BuildRequires:	flac-devel
-BuildRequires:	mikmod-devel >= 3.1.10
 # Require libvorbis since we build it with dynamically load support.
 Requires:	libvorbis
 
@@ -38,8 +37,7 @@ developing applications that use %{name}
 
 %build
 %configure --disable-dependency-tracking	\
-	   --disable-static 			\
-	   --enable-music-libmikmod
+	   --disable-static
 
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -75,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/SDL
 
 %changelog
+* Sun Jul 12 2010 Peter Robinson <pbrobinson at gmail.com> 1.2.11-3
+- drop mikmod support in EL-6 build
+
 * Sat May 01 2010 Thomas Janssen <thomasj at fedorapeople.org> 1.2.11-2
 - added flac support
 



More information about the scm-commits mailing list