rpms/libvpd/devel libvpd.spec,1.2,1.3

Eric Munson (emunson) fedora-extras-commits at redhat.com
Mon Feb 25 19:02:17 UTC 2008


Author: emunson

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

Modified Files:
	libvpd.spec 
Log Message:

Updating spec file for 2.0.0 release



Index: libvpd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvpd/devel/libvpd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvpd.spec	19 Feb 2008 02:29:39 -0000	1.2
+++ libvpd.spec	25 Feb 2008 19:01:40 -0000	1.3
@@ -1,9 +1,9 @@
 %define name libvpd
-%define version 1.5.0
+%define version 2.0.0
 
 Name:		%{name}
 Version:	%{version}
-Release:	2%{?dist}
+Release:	1%{?dist}
 Summary:	VPD Database access library for lsvpd
 
 Group:		System Environment/Libraries
@@ -12,7 +12,7 @@
 Source:		http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	db4-devel zlib-devel libstdc++-devel
+BuildRequires:	sqlite-devel zlib-devel libstdc++-devel
 
 %description
 The libvpd package contains the classes that are used to access a vpd database
@@ -21,7 +21,7 @@
 %package devel
 Summary:	Header files for libvpd
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release} db4-devel pkgconfig
+Requires:	%{name} = %{version}-%{release} sqlite-devel pkgconfig
 %description devel
 Contains header files for building with libvpd.
 
@@ -47,19 +47,23 @@
 %defattr(-,root,root,-)
 %doc COPYING NEWS README TODO AUTHORS
 %exclude %{_libdir}/*.la
-%{_libdir}/libvpd_cxx-1.5.so.*
-%{_libdir}/libvpd-1.5.so.*
+%{_libdir}/libvpd_cxx-2.0.so.*
+%{_libdir}/libvpd-2.0.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %exclude %{_libdir}/*.la
-%{_includedir}/libvpd-1
+%{_includedir}/libvpd-2
 %{_libdir}/libvpd_cxx.so
 %{_libdir}/libvpd.so
-%{_libdir}/pkgconfig/libvpd-1.pc
-%{_libdir}/pkgconfig/libvpd_cxx-1.pc
+%{_libdir}/pkgconfig/libvpd-2.pc
+%{_libdir}/pkgconfig/libvpd_cxx-2.pc
 
 %changelog
+* Mon Feb 25 2008 Eric Munson <ebmunson at us.ibm.com> 2.0.0-1
+- Updated library to use sqlite instead of berkeley db.
+- Added includes to fix broken GCC 4.3 build
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.5.0-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list