OBS User unknown 2009-02-23 12:00:04 +00:00 committed by Git OBS Bridge
parent 3d9c849215
commit dbd8371156
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 22 22:02:19 CET 2009 - crrodriguez@suse.de
- remove static libraries and "la" files
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 13 12:34:56 CET 2009 - olh@suse.de Tue Jan 13 12:34:56 CET 2009 - olh@suse.de

View File

@ -28,7 +28,7 @@ Group: Productivity/Databases/Servers
Summary: Embeddable SQL Database Engine Summary: Embeddable SQL Database Engine
Url: http://www.sqlite.org/ Url: http://www.sqlite.org/
Version: 3.6.4 Version: 3.6.4
Release: 2 Release: 4
Requires: libsqlite3-0 = %version Requires: libsqlite3-0 = %version
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
@ -151,8 +151,10 @@ autoreconf -f -i
--enable-threadsafe \ --enable-threadsafe \
--disable-releasemode \ --disable-releasemode \
--enable-tempstore=yes \ --enable-tempstore=yes \
--sysconfdir=/etc/ --sysconfdir=/etc/ \
make --disable-static \
--with-pic
%{__make} %{?jobs:-j%jobs}
%install %install
cd build cd build
@ -163,6 +165,7 @@ autoreconf -f -i
> %buildroot%tcl_archdir/sqlite3/pkgIndex.tcl > %buildroot%tcl_archdir/sqlite3/pkgIndex.tcl
install -d $RPM_BUILD_ROOT%_mandir/man1/ install -d $RPM_BUILD_ROOT%_mandir/man1/
install -m 0644 ../sqlite3.1 $RPM_BUILD_ROOT%_mandir/man1/ install -m 0644 ../sqlite3.1 $RPM_BUILD_ROOT%_mandir/man1/
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -187,12 +190,12 @@ autoreconf -f -i
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
/usr/include/*.h /usr/include/*.h
%_libdir/libsqlite*.a
%_libdir/libsqlite*.la
%_libdir/libsqlite*.so %_libdir/libsqlite*.so
%_libdir/pkgconfig/sqlite3.pc %_libdir/pkgconfig/sqlite3.pc
%changelog %changelog
* Sun Feb 22 2009 crrodriguez@suse.de
- remove static libraries and "la" files
* Tue Jan 13 2009 olh@suse.de * Tue Jan 13 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293) - obsolete old -XXbit packages (bnc#437293)
* Fri Oct 24 2008 max@suse.de * Fri Oct 24 2008 max@suse.de