rpms/libdbi/devel .cvsignore, 1.5, 1.6 libdbi.spec, 1.17, 1.18 sources, 1.5, 1.6

Tom Lane (tgl) fedora-extras-commits at redhat.com
Thu Aug 2 21:34:05 UTC 2007


Author: tgl

Update of /cvs/pkgs/rpms/libdbi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12133

Modified Files:
	.cvsignore libdbi.spec sources 
Log Message:
Update to version 0.8.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libdbi/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	12 Nov 2005 18:35:57 -0000	1.5
+++ .cvsignore	2 Aug 2007 21:33:33 -0000	1.6
@@ -1 +1 @@
-libdbi-0.8.1.tar.gz
+libdbi-0.8.2.tar.gz


Index: libdbi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdbi/devel/libdbi.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- libdbi.spec	12 Jul 2006 06:47:36 -0000	1.17
+++ libdbi.spec	2 Aug 2007 21:33:33 -0000	1.18
@@ -1,12 +1,12 @@
 Summary: Database Independent Abstraction Layer for C
 Name: libdbi
-Version: 0.8.1
-Release: 2.1
+Version: 0.8.2
+Release: 1%{dist}
 Group: Development/Libraries
-License: LGPL
+License: LGPLv2+
 URL: http://libdbi.sourceforge.net/
 Source: http://prdownloads.sourceforge.net/libdbi/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Conflicts: libdbi-dbd-mysql < 0.8
 Conflicts: libdbi-dbd-pgsql < 0.8
 
@@ -44,6 +44,9 @@
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdbi.a
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libdbi.la
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -58,18 +61,20 @@
 
 %files devel
 %defattr(-,root,root)
-%doc README
 %doc TODO
 %doc doc/programmers-guide.pdf
 %doc doc/programmers-guide/
 %doc doc/driver-guide.pdf
 %doc doc/driver-guide/
 /usr/include/dbi/
-%{_libdir}/libdbi.a
-%{_libdir}/libdbi.la
 %{_libdir}/libdbi.so
 
 %changelog
+* Thu Aug  2 2007 Tom Lane <tgl at redhat.com> 0.8.2-1
+- Update to version 0.8.2.
+- Update License tag to match code.
+- Remove static library and .la file, per packaging guidelines.
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.8.1-2.1
 - rebuild
 
@@ -128,19 +133,19 @@
 * Fri Jun 21 2002 Tim Powers <timp at redhat.com>
 - automated rebuild
 
-* Tue Jun 18 2002 Trond Eivind Glomsrød <teg at redhat.com> 0.6.5-1
+* Tue Jun 18 2002 Trond Eivind Glomsrd <teg at redhat.com> 0.6.5-1
 - 0.6.5
 
 * Thu May 23 2002 Tim Powers <timp at redhat.com>
 - automated rebuild
 
-* Wed Mar 13 2002 Trond Eivind Glomsrød <teg at redhat.com> 0.6.4-2
+* Wed Mar 13 2002 Trond Eivind Glomsrd <teg at redhat.com> 0.6.4-2
 - 0.6.4
 
 * Wed Jan 09 2002 Tim Powers <timp at redhat.com>
 - automated rebuild
 
-* Thu Sep 20 2001 Trond Eivind Glomsrød <teg at redhat.com> 0.6.2-1
+* Thu Sep 20 2001 Trond Eivind Glomsrd <teg at redhat.com> 0.6.2-1
 - Sanitize, prepare for distribution
 
 * Sat Aug 4 2001 David Parker <david at neongoat.com>


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libdbi/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	12 Nov 2005 18:35:57 -0000	1.5
+++ sources	2 Aug 2007 21:33:33 -0000	1.6
@@ -1 +1 @@
-72a3d26b410ffb428b7a02d6224075c1  libdbi-0.8.1.tar.gz
+e5b5aa098ac35e7cb921edcf8b77a865  libdbi-0.8.2.tar.gz




More information about the scm-commits mailing list