rpms/SDL/F-8 SDL.spec,1.57,1.58

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Sat Dec 22 00:43:50 UTC 2007


Author: wtogami

Update of /cvs/pkgs/rpms/SDL/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6203

Modified Files:
	SDL.spec 
Log Message:
- correct stupid mistake that broke SDL-devel
  RPM should error out if a SourceX is defined twice...



Index: SDL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL/F-8/SDL.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- SDL.spec	20 Dec 2007 04:28:42 -0000	1.57
+++ SDL.spec	22 Dec 2007 00:43:11 -0000	1.58
@@ -3,7 +3,7 @@
 Version: 1.2.12
 Release: 4%{?dist}
 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
-Source2: SDL_config.h
+Source3: SDL_config.h
 # Temporary hack: Use pulseaudio via esd so SDL apps don't lock up when they
 # attempt to use ALSA via pulseaudio.  This will be removed when...
 # 1) SDL's pulseaudio support is working natively without problems
@@ -103,7 +103,7 @@
 %endif
 # Rename SDL_config.h
 mv %{buildroot}/%{_includedir}/SDL/SDL_config.h %{buildroot}/%{_includedir}/SDL/SDL_config-${basearch}.h
-install -m644 %{SOURCE2} %{buildroot}/%{_includedir}/SDL/SDL_config.h
+install -m644 %{SOURCE3} %{buildroot}/%{_includedir}/SDL/SDL_config.h
 
 # remove libtool .la file
 rm -f %{buildroot}%{_libdir}/*.la
@@ -140,6 +140,10 @@
 %{_mandir}/man3/SDL*.3*
 
 %changelog
+* Fri Dec 21 2007 Warren Togami <wtogami at redhat.com> 1.2.12-5
+- correct stupid mistake that broke SDL-devel
+  RPM should error out if a SourceX is defined twice...
+
 * Wed Dec 19 2007 Warren Togami <wtogami at redhat.com> 1.2.12-4
 - Build with --enable-pulseaudio-shared for testing purposes (#343911)
   It is known to not work in some cases, so not enabled by default.




More information about the fedora-extras-commits mailing list