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