- no more static file or libtool archive (#169874)

This commit is contained in:
Jeremy Katz 2005-10-04 18:36:00 +00:00
parent 4d69ef8f47
commit 455084c6c0

View File

@ -4,7 +4,7 @@
Summary: Library that implements an embeddable SQL database engine Summary: Library that implements an embeddable SQL database engine
Name: sqlite Name: sqlite
Version: 3.2.7 Version: 3.2.7
Release: 1 Release: 2
License: Public Domain License: Public Domain
Group: Applications/Databases Group: Applications/Databases
URL: http://www.sqlite.org/ 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 %{__install} -D -m0644 sqlite3.1 %{buildroot}%{_mandir}/man1/sqlite3.1
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a}
%if %{tcl} %if %{tcl}
%check %check
make test make test
@ -84,8 +86,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root) %defattr(-, root, root)
%doc doc/ %doc doc/
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Tue Oct 4 2005 Jeremy Katz <katzj@redhat.com> - 3.2.7-2
- no more static file or libtool archive (#169874)
* Wed Sep 28 2005 Florian La Roche <laroche@redhat.com> * Wed Sep 28 2005 Florian La Roche <laroche@redhat.com>
- Upgrade to 3.2.7 release. - Upgrade to 3.2.7 release.