rpms/imlib2/devel imlib2.spec,1.7,1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jan 18 20:45:28 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/imlib2/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv7083

Modified Files:
	imlib2.spec 
Log Message:
Upload source tarball and really include the libtool archives!


Index: imlib2.spec
===================================================================
RCS file: /cvs/extras/rpms/imlib2/devel/imlib2.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- imlib2.spec	17 Jan 2005 09:43:09 -0000	1.7
+++ imlib2.spec	18 Jan 2005 20:45:26 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: 	A graphic library for file loading, saving, rendering, and manipulation
 Name: 		imlib2
 Version: 	1.2.0
-Release: 	3
+Release: 	4
 Epoch:		0
 License: 	BSD
 Group: 		System Environment/Libraries
@@ -76,7 +76,7 @@
 rm -f __doc/Makefile*
 
 rm -f \
-  $RPM_BUILD_ROOT%{_libdir}/imlib2/{loaders,filters}/*.*a \
+  $RPM_BUILD_ROOT%{_libdir}/imlib2/{loaders,filters}/*.a \
   $RPM_BUILD_ROOT%{_bindir}/{color_spaces,imlib2,*test}
 
 # ship .la files due to a bug in kdelibs (see changelog):
@@ -105,8 +105,10 @@
 %{_datadir}/imlib2/data/
 %dir %{_libdir}/imlib2/filters/
 %{_libdir}/imlib2/filters/*.so
+%{_libdir}/imlib2/filters/*.la
 %dir %{_libdir}/imlib2/loaders/
 %{_libdir}/imlib2/loaders/*.so
+%{_libdir}/imlib2/loaders/*.la
 
 %files devel
 %defattr(-,root,root,-)
@@ -120,13 +122,16 @@
 # -----------------------------------------------------------------------------
 
 %changelog
-* Fri Jan 14 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info - 0:1.2.0-3
+* Tue Jan 18 2005 Michael Schwendt <mschwendt[AT[users.sf.net> - 0:1.2.0-4
+- Really include libtool archives to fix fedora.us bug #2284.
+
+* Fri Jan 14 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.2.0-3
 - Move filters and loaders back into main package where they belong 
 
-* Mon Jan 10 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info - 0:1.2.0-2
+* Mon Jan 10 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.2.0-2
 - Don't ship *.?.a in {_libdir}/imlib/filters/ and loaders/
 
-* Sun Jan 09 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info - 0:1.2.0-1
+* Sun Jan 09 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.2.0-1
 - Ship .la files ue to a bug in kdelibs; see
   https://bugzilla.fedora.us/show_bug.cgi?id=2284
   http://bugzilla.redhat.com/bugzilla/142244
@@ -140,7 +145,7 @@
 - use configure param --x-libraries={_prefix}/X11R6/{_lib} and patch to fix
   "cannot find -lX11"
 
-* Thu Dec 30 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info - 0:1.1.2-2
+* Thu Dec 30 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.1.2-2
 - Disable mmx on x86_64 (fixes Build error)
 - Add explicit libdir=_libdir to make calls to avoid install errors on x86_64
 - Add --with-pic configure option (taken from Matthias Saou's package)




More information about the fedora-extras-commits mailing list