diff --git a/libvpd.spec b/libvpd.spec index e3217e7..59b47d6 100644 --- a/libvpd.spec +++ b/libvpd.spec @@ -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 @@ URL: http://linux-diag.sf.net/Lsvpd.html 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 @@ created by vpdupdate in the lsvpd package. %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 @@ Contains header files for building with libvpd. %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 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 - 1.5.0-2 - Autorebuild for GCC 4.3