From a0573e7cfc8ee4fd8a2f9ee7772ec9dfc28ac0b3 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Tue, 18 Jan 2005 20:45:26 +0000 Subject: [PATCH] Upload source tarball and really include the libtool archives! --- imlib2.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/imlib2.spec b/imlib2.spec index 016e055..ae0fc4f 100644 --- a/imlib2.spec +++ b/imlib2.spec @@ -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 @@ cp -a doc __doc 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 @@ rm -rf $RPM_BUILD_ROOT %{_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 @@ rm -rf $RPM_BUILD_ROOT # ----------------------------------------------------------------------------- %changelog -* Fri Jan 14 2005 Thorsten Leemhuis - 0:1.2.0-4 +- Really include libtool archives to fix fedora.us bug #2284. + +* Fri Jan 14 2005 Thorsten Leemhuis - 0:1.2.0-3 - Move filters and loaders back into main package where they belong -* Mon Jan 10 2005 Thorsten Leemhuis - 0:1.2.0-2 - Don't ship *.?.a in {_libdir}/imlib/filters/ and loaders/ -* Sun Jan 09 2005 Thorsten Leemhuis - 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 @@ rm -rf $RPM_BUILD_ROOT - use configure param --x-libraries={_prefix}/X11R6/{_lib} and patch to fix "cannot find -lX11" -* Thu Dec 30 2004 Thorsten Leemhuis - 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)