SPECS: libdbi.spec - cvs snap 20090420; needed by bacula

mmazur mmazur at pld-linux.org
Mon Apr 20 15:41:22 CEST 2009


Author: mmazur                       Date: Mon Apr 20 13:41:22 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cvs snap 20090420; needed by bacula

---- Files affected:
SPECS:
   libdbi.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/libdbi.spec
diff -u SPECS/libdbi.spec:1.35 SPECS/libdbi.spec:1.36
--- SPECS/libdbi.spec:1.35	Fri Dec 26 23:13:27 2008
+++ SPECS/libdbi.spec	Mon Apr 20 15:41:17 2009
@@ -6,13 +6,15 @@
 Summary:	Database Independent Abstraction Layer for C
 Summary(pl.UTF-8):	Warstwa DBI dla C
 Name:		libdbi
-Version:	0.8.3
-Release:	2
+%define	_snap	20090420
+Version:	0.8.4
+Release:	0.%{_snap}.1
 License:	LGPL v2+
 Group:		Libraries
-Source0:	http://dl.sourceforge.net/libdbi/%{name}-%{version}.tar.gz
-# Source0-md5:	ca66db78d479cbfa727cf3245b5864ae
-Patch0:		%{name}-opt.patch
+#Source0:	http://dl.sourceforge.net/libdbi/%{name}-%{version}.tar.gz
+Source0:	%{name}-%{_snap}.tar.gz
+# Source0-md5:	dcd546b78d4d406520caf802b24ec7c6
+Patch0:		%{name}-borked_snapshot.patch
 URL:		http://libdbi.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -58,12 +60,15 @@
 Statyczne biblioteki warstwy DBI w C.
 
 %prep
-%setup -q
+%setup -q -n %{name}
+#snapshot hack below
+touch doc/libdbi-versioning.sgml
 %patch0 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
+%{__autoheader}
 %{__automake}
 %{__autoconf}
 %configure \
@@ -105,7 +110,7 @@
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/programmers-guide
+%doc doc/driver-guide doc/programmers-guide doc/programmers-guide.pdf
 %attr(755,root,root) %{_libdir}/libdbi.so
 %{_libdir}/libdbi.la
 %{_includedir}/dbi
@@ -123,6 +128,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2009/04/20 13:41:17  mmazur
+- cvs snap 20090420; needed by bacula
+
 Revision 1.35  2008/12/26 22:13:27  baggins
 - rel 2
 - added pkgconfig support (ported from upstream CVS)
================================================================

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



More information about the pld-cvs-commit mailing list