rpms/SDL_gfx/devel SDL_gfx.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Feb 9 18:35:53 UTC 2006


Author: thias

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

Modified Files:
	SDL_gfx.spec 
Log Message:
Rebuild for new gcc/glibc.



Index: SDL_gfx.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/devel/SDL_gfx.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SDL_gfx.spec	6 Apr 2005 22:10:46 -0000	1.3
+++ SDL_gfx.spec	9 Feb 2006 18:35:53 -0000	1.4
@@ -1,12 +1,11 @@
 Summary: Graphic primitives, rotozoomer, framerate control and image filters
 Name: SDL_gfx
 Version: 2.0.13
-Release: 2
-
+Release: 3%{?dist}
 License: LGPL
 Group: System Environment/Libraries
-URL: http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/
-Source: http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/SDL_gfx-%{version}.tar.gz
+URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
+Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: SDL-devel, gcc-c++, automake, autoconf, perl
 
@@ -53,27 +52,30 @@
 %{__rm} -rf %{buildroot}
 
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 
 %files
 %defattr(-, root, root, 0755)
 %doc NEWS LICENSE README AUTHORS COPYING
-%{_libdir}/lib*.so.*
+%{_libdir}/*.so.*
 
 %files devel
 %defattr(-, root, root, 0755)
-%{_libdir}/*.a
 %{_includedir}/SDL/*.h
+%exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
 
 
 %changelog
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 2.0.13-3
+- Rebuild for new gcc/glibc.
+- Update URLs.
+- Exclude the static library.
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list