]> git.pld-linux.org Git - packages/libdbi-drivers.git/commitdiff
- updated to 0.7.1 auto/ac/libdbi-drivers-0_7_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Jan 2004 21:41:08 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdbi-drivers.spec -> 1.4

libdbi-drivers.spec

index 316fe64c73b31d4eeb47d74892074b34293162f7..3cd431aa4dd19335141fe57da2b17e0d5cd2cd70 100644 (file)
@@ -1,16 +1,19 @@
+#
+# Conditional build:
 %bcond_without mysql  # don't build mysql driver
 %bcond_without pgsql  # don't build postgresql driver
 %bcond_without sqlite # don't build sqlite driver
-%define dbiver                  0.7.1
+#
+%define dbiver 0.7.2
 Summary:       Database Independent Abstraction Layer for C
 Summary(pl):   Warstwa DBI dla C
 Name:          libdbi-drivers
-Version:       0.7.0
+Version:       0.7.1
 Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/libdbi-drivers/libdbi-drivers-%{version}.tar.gz
-# Source0-md5: 4a523d28b53934cdd6bf1fadf0bfc6b9
+# Source0-md5: f11020119ceb7a6dee3969cb0589d4bc
 Patch0:                %{name}-opt.patch
 URL:           http://libdbi-drivers.sourceforge.net/
 BuildRequires: autoconf
@@ -92,26 +95,29 @@ zmiany 
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__automake}
 %{__autoconf}
 %configure \
+       --disable-static \
+       --with-dbi-incdir=%{_includedir} \
        %{?with_sqlite:--with-sqlite} \
        %{?with_mysql:--with-mysql} \
-       %{?with_pgsql:--with-pgsql} \
-       --with-dbi-incdir=%{_includedir}
+       %{?with_pgsql:--with-pgsql}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/dbd
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/dbd/lib*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.099454 seconds and 4 git commands to generate.