Upload source tarball and really include the libtool archives!

This commit is contained in:
Michael Schwendt 2005-01-18 20:45:26 +00:00
parent 4ee064a2a9
commit a0573e7cfc
1 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Summary: A graphic library for file loading, saving, rendering, and manipulation Summary: A graphic library for file loading, saving, rendering, and manipulation
Name: imlib2 Name: imlib2
Version: 1.2.0 Version: 1.2.0
Release: 3 Release: 4
Epoch: 0 Epoch: 0
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
@ -76,7 +76,7 @@ cp -a doc __doc
rm -f __doc/Makefile* rm -f __doc/Makefile*
rm -f \ 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} $RPM_BUILD_ROOT%{_bindir}/{color_spaces,imlib2,*test}
# ship .la files due to a bug in kdelibs (see changelog): # ship .la files due to a bug in kdelibs (see changelog):
@ -105,8 +105,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/imlib2/data/ %{_datadir}/imlib2/data/
%dir %{_libdir}/imlib2/filters/ %dir %{_libdir}/imlib2/filters/
%{_libdir}/imlib2/filters/*.so %{_libdir}/imlib2/filters/*.so
%{_libdir}/imlib2/filters/*.la
%dir %{_libdir}/imlib2/loaders/ %dir %{_libdir}/imlib2/loaders/
%{_libdir}/imlib2/loaders/*.so %{_libdir}/imlib2/loaders/*.so
%{_libdir}/imlib2/loaders/*.la
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -120,13 +122,16 @@ rm -rf $RPM_BUILD_ROOT
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
%changelog %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 - 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/ - 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 - Ship .la files ue to a bug in kdelibs; see
https://bugzilla.fedora.us/show_bug.cgi?id=2284 https://bugzilla.fedora.us/show_bug.cgi?id=2284
http://bugzilla.redhat.com/bugzilla/142244 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 - use configure param --x-libraries={_prefix}/X11R6/{_lib} and patch to fix
"cannot find -lX11" "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) - Disable mmx on x86_64 (fixes Build error)
- Add explicit libdir=_libdir to make calls to avoid install errors on x86_64 - 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) - Add --with-pic configure option (taken from Matthias Saou's package)