SPECS: libdbi-drivers.spec - updated to 0.8.3

qboosh qboosh at pld-linux.org
Sat Jul 19 21:50:04 CEST 2008


Author: qboosh                       Date: Sat Jul 19 19:50:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.8.3

---- Files affected:
SPECS:
   libdbi-drivers.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/libdbi-drivers.spec
diff -u SPECS/libdbi-drivers.spec:1.18 SPECS/libdbi-drivers.spec:1.19
--- SPECS/libdbi-drivers.spec:1.18	Thu May 17 23:54:00 2007
+++ SPECS/libdbi-drivers.spec	Sat Jul 19 21:49:59 2008
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+# TODO: ingres, msql, oracle
 #
 # Conditional build:
 %bcond_without	firebird	# don't build Firebird driver
@@ -8,16 +9,16 @@
 %bcond_without	sqlite		# don't build sqlite driver
 %bcond_without	sqlite3		# don't build sqlite3 driver
 #
-%define dbiver	0.8.2
+%define dbiver	0.8.3
 Summary:	Database Independent Abstraction Layer for C
 Summary(pl.UTF-8):	Warstwa DBI dla C
 Name:		libdbi-drivers
-Version:	0.8.2
+Version:	0.8.3
 Release:	1
-License:	LGPL
+License:	LGPL v2+
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/libdbi-drivers/libdbi-drivers-%{version}-1.tar.gz
-# Source0-md5:	d7535f03fafd321acf37dee96430599f
+# Source0-md5:	4de79b323162a5a7652b65b608eca6cd
 Patch0:		%{name}-opt.patch
 URL:		http://libdbi-drivers.sourceforge.net/
 %{?with_firebird:BuildRequires:	Firebird-devel}
@@ -160,8 +161,9 @@
 %build
 %{__libtoolize}
 %{__aclocal}
-%{__automake}
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--disable-static \
 %if %{with firebird}
@@ -209,44 +211,48 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+#%files common
+#%doc AUTHORS ChangeLog NEWS README README.encodings TODO
+
 %if %{with firebird}
 %files firebird
 %defattr(644,root,root,755)
-%doc drivers/firebird/{AUTHORS,README,TODO}
+%doc drivers/firebird/{AUTHORS,README,TODO,dbd_firebird}
 %attr(755,root,root) %{_libdir}/dbd/libdbdfirebird.so
 %endif
 
 %if %{with freetds}
 %files freetds
 %defattr(644,root,root,755)
+%doc drivers/freetds/README
 %attr(755,root,root) %{_libdir}/dbd/libdbdfreetds.so
 %endif
 
 %if %{with mysql}
 %files mysql
 %defattr(644,root,root,755)
-%doc drivers/mysql/{AUTHORS,README,TODO,*.pdf,dbd_mysql}
+%doc drivers/mysql/{AUTHORS,README,TODO,dbd_mysql.pdf,dbd_mysql}
 %attr(755,root,root) %{_libdir}/dbd/libdbdmysql.so
 %endif
 
 %if %{with pgsql}
 %files pgsql
 %defattr(644,root,root,755)
-%doc drivers/pgsql/{AUTHORS,README,TODO,*.pdf,dbd_pgsql}
+%doc drivers/pgsql/{AUTHORS,README,TODO,dbd_pgsql.pdf,dbd_pgsql}
 %attr(755,root,root) %{_libdir}/dbd/libdbdpgsql.so
 %endif
 
 %if %{with sqlite}
 %files sqlite
 %defattr(644,root,root,755)
-%doc drivers/sqlite/{AUTHORS,README,TODO,*.pdf,dbd_sqlite}
+%doc drivers/sqlite/{AUTHORS,README,TODO,dbd_sqlite.pdf,dbd_sqlite}
 %attr(755,root,root) %{_libdir}/dbd/libdbdsqlite.so
 %endif
 
 %if %{with sqlite3}
 %files sqlite3
 %defattr(644,root,root,755)
-%doc drivers/sqlite3/{AUTHORS,README,TODO,*.pdf,dbd_sqlite3}
+%doc drivers/sqlite3/{AUTHORS,README,TODO,dbd_sqlite3.pdf,dbd_sqlite3}
 %attr(755,root,root) %{_libdir}/dbd/libdbdsqlite3.so
 %endif
 
@@ -256,6 +262,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2008/07/19 19:49:59  qboosh
+- updated to 0.8.3
+
 Revision 1.18  2007/05/17 21:54:00  qboosh
 - updated to 0.8.2-1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libdbi-drivers.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list