- remove reference to static libs from -devel description (#439376)

This commit is contained in:
Panu Matilainen 2008-03-31 12:22:41 +00:00
parent f12ee82b5c
commit f32dde38d5

View File

@ -6,7 +6,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.5.6 Version: 3.5.6
Release: 1%{?dist} Release: 2%{?dist}
License: Public Domain License: Public Domain
Group: Applications/Databases Group: Applications/Databases
URL: http://www.sqlite.org/ URL: http://www.sqlite.org/
@ -34,9 +34,9 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
This package contains the header files, static libraries and development This package contains the header files and development documentation
documentation for %{name}. If you like to develop programs using %{name}, for %{name}. If you like to develop programs using %{name}, you will need
you will need to install %{name}-devel. to install %{name}-devel.
%if %{with tcl} %if %{with tcl}
%package tcl %package tcl
@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Mon Mar 31 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.6-2
- remove reference to static libs from -devel description (#439376)
* Tue Feb 12 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.6-1 * Tue Feb 12 2008 Panu Matilainen <pmatilai@redhat.com> - 3.5.6-1
- update to 3.5.6 - update to 3.5.6
- also fixes #432447 - also fixes #432447