rpms/SDL/devel SDL.spec,1.32,1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 24 13:41:11 UTC 2006


Author: twoerner

Update of /cvs/dist/rpms/SDL/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19946

Modified Files:
	SDL.spec 
Log Message:
[tw] - dropped libtool .la files from devel package




Index: SDL.spec
===================================================================
RCS file: /cvs/dist/rpms/SDL/devel/SDL.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- SDL.spec	9 Dec 2005 22:39:31 -0000	1.32
+++ SDL.spec	24 Jan 2006 13:41:09 -0000	1.33
@@ -1,7 +1,7 @@
 Summary: A cross-platform multimedia library.
 Name: SDL
 Version: 1.2.9
-Release: 2.1.1
+Release: 3
 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
 Patch0: SDL-1.1.7-byteorder.patch
 Patch4: SDL-1.2.3-prefersounddaemons.patch
@@ -73,6 +73,9 @@
 export tagname=CC
 %makeinstall
 
+# remove libtool .la file
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %clean
 rm -rf %{buildroot}
 
@@ -97,6 +100,9 @@
 %{_mandir}/man3/SDL*.3*
 
 %changelog
+* Tue Jan 24 2006 Thomas Woerner <twoerner at redhat.com> 1.2.9-3
+- dropped libtool .la files from devel package
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list