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
|
Thu Feb 18 15:32:46 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -126,17 +126,16 @@ export CFLAGS="%{optflags} \
|
|||||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
|
||||||
-DSQLITE_ENABLE_JSON1 \
|
-DSQLITE_ENABLE_JSON1 \
|
||||||
"
|
"
|
||||||
%configure --disable-static
|
%configure --disable-static \
|
||||||
make
|
--enable-readline
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n libsqlite3-0 -p /sbin/ldconfig
|
%post -n libsqlite3-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libsqlite3-0 -p /sbin/ldconfig
|
%postun -n libsqlite3-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/sqlite3
|
%{_bindir}/sqlite3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user