Accepting request 363683 from home:lnussel:branches:server:database
- explicitly enable readline support - run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/363683 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=145
This commit is contained in:
parent
c532a5c073
commit
9b843a17c8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 1 16:18:25 UTC 2016 - lnussel@suse.de
|
||||
|
||||
- explicitly enable readline support
|
||||
- run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 15:32:46 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -126,17 +126,16 @@ export CFLAGS="%{optflags} \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
|
||||
-DSQLITE_ENABLE_JSON1 \
|
||||
"
|
||||
%configure --disable-static
|
||||
make
|
||||
%configure --disable-static \
|
||||
--enable-readline
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n libsqlite3-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libsqlite3-0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/sqlite3
|
||||
|
Loading…
Reference in New Issue
Block a user