From 455084c6c099d4c5cc9e12d139a164ff6f0792c1 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Oct 04 2005 18:36:00 +0000 Subject: - no more static file or libtool archive (#169874) --- diff --git a/sqlite.spec b/sqlite.spec index 8fa1dfc..5b346c4 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -4,7 +4,7 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: 3.2.7 -Release: 1 +Release: 2 License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -61,6 +61,8 @@ make DESTDIR=${RPM_BUILD_ROOT} install %{__install} -D -m0644 sqlite3.1 %{buildroot}%{_mandir}/man1/sqlite3.1 +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a} + %if %{tcl} %check make test @@ -84,8 +86,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(-, root, root) %doc doc/ %{_includedir}/*.h -%{_libdir}/*.a -%{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Oct 4 2005 Jeremy Katz - 3.2.7-2 +- no more static file or libtool archive (#169874) + * Wed Sep 28 2005 Florian La Roche - Upgrade to 3.2.7 release.