rpms/SDL_mixer/devel SDL_mixer.spec,1.8,1.9

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Sep 27 21:40:59 UTC 2005


Author: bpepple

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

Modified Files:
	SDL_mixer.spec 
Log Message:
* Tue Sep 27 2005 Brian Pepple <bdpepple at ameritech.net> - 1.2.6-3
- Cleanup up spec formatting.



Index: SDL_mixer.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_mixer/devel/SDL_mixer.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SDL_mixer.spec	25 Jun 2005 16:26:32 -0000	1.8
+++ SDL_mixer.spec	27 Sep 2005 21:40:57 -0000	1.9
@@ -1,19 +1,22 @@
-Summary: Simple DirectMedia Layer - Sample Mixer Library
-Name: SDL_mixer
-Version: 1.2.6
-Release: 2%{?dist}
-Source: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
-Patch1: SDL_mixer-1.0.6-redhat.patch
-Patch4: SDL_mixer-1.2.5-bad_code.patch
-License: LGPL
-Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-buildroot
-URL: http://www.libsdl.org/projects/SDL_mixer/
-Prefix: %{_prefix}
-BuildRequires: SDL-devel >= 1.2.4-1 
-BuildRequires: libvorbis-devel
-BuildRequires: mikmod-devel >= 3.1.6-26
-Requires: SDL >= 1.2.4-1
+Name:		SDL_mixer
+Version:	1.2.6
+Release:	3%{?dist}
+Summary:	Simple DirectMedia Layer - Sample Mixer Library
+
+Group:		System Environment/Libraries
+License:	LGPL
+URL:		http://www.libsdl.org/projects/SDL_mixer/
+Source0:	http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz
+Patch1:		SDL_mixer-1.0.6-redhat.patch
+Patch4:		SDL_mixer-1.2.5-bad_code.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Prefix:		%{_prefix}
+BuildRequires:	SDL-devel >= 1.2.4-1 
+BuildRequires:	libvorbis-devel
+BuildRequires:	mikmod-devel >= 3.1.6-26
+Requires:	SDL >= 1.2.4-1
+
 
 %description
 A simple multi-channel audio mixer for SDL.
@@ -21,11 +24,13 @@
 of music, mixed by the popular MikMod MOD, Timidity MIDI and Ogg Vorbis
 libraries.
 
+
 %package devel
-Summary: Libraries, includes and more to develop SDL applications using the SDL mixer
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: SDL-devel >= 1.2.4-1
+Summary:	Libraries, includes and more to develop SDL applications using the SDL mixer
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	SDL-devel >= 1.2.4-1
+
 
 %description devel
 Development files for SDL_mixer, a simple multi-channel audio mixer for SDL.
@@ -35,15 +40,18 @@
 
 You need SDL_mixer-devel if you want to compile an application using SDL_mixer.
 
+
 %prep
 %setup -q
 %patch1 -p1 -b .redhat
 %patch4 -p1 -b .bad_code
 
+
 %build
 %configure --disable-dependency-tracking
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
@@ -52,13 +60,17 @@
 ./libtool --mode=install /usr/bin/install -c playwave $RPM_BUILD_ROOT/usr/bin
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post -p /sbin/ldconfig
 
+
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root)
 %doc README CHANGES COPYING
@@ -66,13 +78,18 @@
 %{_bindir}/playwave
 %{_libdir}/lib*.so.*
 
+
 %files devel
 %defattr(-,root,root)
 %{_libdir}/lib*.a
 %{_libdir}/lib*.so
 %{_includedir}/SDL
 
+
 %changelog
+* Tue Sep 27 2005 Brian Pepple <bdpepple at ameritech.net> - 1.2.6-3
+- Cleanup up spec formatting.
+
 * Sat Jun 25 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2.6-2
 - Rebuild.
 




More information about the fedora-extras-commits mailing list