Accepting request 233602 from server:database
- Update to git snapshot 0.9.0+git27 * dbi: resolve bogus seeking into dbd OBS-URL: https://build.opensuse.org/request/show/233602 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi?expand=0&rev=14
This commit is contained in:
commit
46d89c5aaa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8c882f81a67c391ad7a9129666801ed961dcf370d2b57b1792b1360a4bc929f
|
||||
size 100924
|
3
libdbi-0.9.0.g27.tar.xz
Normal file
3
libdbi-0.9.0.g27.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6f913f5d02cfdfd247e110539db3731b0b7b16bcddc0c5685703d0941efc349
|
||||
size 101528
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 8 21:12:16 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to git snapshot 0.9.0+git27
|
||||
* dbi: resolve bogus seeking into dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 14:55:28 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
12
libdbi.spec
12
libdbi.spec
@ -18,8 +18,8 @@
|
||||
|
||||
Name: libdbi
|
||||
%define lname libdbi3
|
||||
Version: 0.9.0.g23
|
||||
#Snapshot: libdbi-0.9.0-23-gef3e376
|
||||
Version: 0.9.0.g27
|
||||
#Snapshot: libdbi-0.9.0-27-g814d7ea
|
||||
Release: 0
|
||||
Summary: Database Independent Abstraction Layer for C
|
||||
License: LGPL-2.1+
|
||||
@ -76,7 +76,11 @@ needed to develop applications with libdbi.
|
||||
%build
|
||||
autoreconf -fi
|
||||
sed -i s,\-O20,\-O3,g configure
|
||||
%configure --disable-static --docdir="%_docdir/%name"
|
||||
%configure \
|
||||
%if !%build_doc
|
||||
--disable-docs \
|
||||
%endif
|
||||
--disable-static --docdir="%_docdir/%name"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -96,6 +100,8 @@ rm README.win32 "%buildroot/%_libdir/libdbi.la"
|
||||
%_includedir/dbi/
|
||||
%_libdir/libdbi.so
|
||||
%_libdir/pkgconfig/dbi.pc
|
||||
%if %build_doc
|
||||
%_docdir/%name/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user