rpms/SDL_Pango/devel SDL_Pango.spec,1.2,1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Jun 19 12:42:44 UTC 2007


Author: thias

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

Modified Files:
	SDL_Pango.spec 
Log Message:
Minor cleanups.



Index: SDL_Pango.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_Pango/devel/SDL_Pango.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SDL_Pango.spec	29 Sep 2006 15:46:29 -0000	1.2
+++ SDL_Pango.spec	19 Jun 2007 12:42:09 -0000	1.3
@@ -1,11 +1,11 @@
 Summary: Rendering of internationalized text for SDL (Simple DirectMedia Layer)
 Name: SDL_Pango
 Version: 0.1.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://sdlpango.sourceforge.net/
-Source0: http://dl.sf.net/sdlpango/SDL_Pango-%{version}.tar.gz
+Source0: http://downloads.sf.net/sdlpango/SDL_Pango-%{version}.tar.gz
 Source1: doxygen.png
 Patch0: SDL_Pango-0.1.2-suppress-warning.patch
 Patch1: SDL_Pango-0.1.2-API-adds.patch
@@ -21,7 +21,8 @@
 %package devel
 Summary: Development files for SDL_pango
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}, pango-devel, SDL-devel, pkgconfig
+Requires: %{name} = %{version}-%{release}
+Requires: pango-devel, SDL-devel, pkgconfig
 
 %description devel
 Development files for SDL_pango.
@@ -43,7 +44,7 @@
 
 
 %build
-%configure
+%configure --disable-static
 %{__make} %{?_smp_mflags}
 
 
@@ -62,21 +63,24 @@
 
 
 %files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc docs/html/*
 %{_includedir}/SDL_Pango.h
 %{_libdir}/pkgconfig/SDL_Pango.pc
-%exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
 
 
 %changelog
+* Fri Sep 29 2006 Matthias Saou <http://freshrpms.net/> 0.1.2-5
+- Update source URL.
+- Disable static lib building instead of excluding it from the files list.
+
 * Fri Sep 29 2006 Matthias Saou <http://freshrpms.net/> 0.1.2-4
 - Add autoreconf and libtoolize calls since on FC5 x86_64 the shared library
   isn't build otherwise.




More information about the fedora-extras-commits mailing list