Updating spec file for 2.0.0 release

This commit is contained in:
Eric Munson 2008-02-25 19:01:40 +00:00
parent fd911e13f9
commit c20b5d4234

View File

@ -1,9 +1,9 @@
%define name libvpd %define name libvpd
%define version 1.5.0 %define version 2.0.0
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: 2%{?dist} Release: 1%{?dist}
Summary: VPD Database access library for lsvpd Summary: VPD Database access library for lsvpd
Group: System Environment/Libraries 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 Source: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: db4-devel zlib-devel libstdc++-devel BuildRequires: sqlite-devel zlib-devel libstdc++-devel
%description %description
The libvpd package contains the classes that are used to access a vpd database 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 %package devel
Summary: Header files for libvpd Summary: Header files for libvpd
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} db4-devel pkgconfig Requires: %{name} = %{version}-%{release} sqlite-devel pkgconfig
%description devel %description devel
Contains header files for building with libvpd. Contains header files for building with libvpd.
@ -47,19 +47,23 @@ Contains header files for building with libvpd.
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING NEWS README TODO AUTHORS %doc COPYING NEWS README TODO AUTHORS
%exclude %{_libdir}/*.la %exclude %{_libdir}/*.la
%{_libdir}/libvpd_cxx-1.5.so.* %{_libdir}/libvpd_cxx-2.0.so.*
%{_libdir}/libvpd-1.5.so.* %{_libdir}/libvpd-2.0.so.*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%exclude %{_libdir}/*.la %exclude %{_libdir}/*.la
%{_includedir}/libvpd-1 %{_includedir}/libvpd-2
%{_libdir}/libvpd_cxx.so %{_libdir}/libvpd_cxx.so
%{_libdir}/libvpd.so %{_libdir}/libvpd.so
%{_libdir}/pkgconfig/libvpd-1.pc %{_libdir}/pkgconfig/libvpd-2.pc
%{_libdir}/pkgconfig/libvpd_cxx-1.pc %{_libdir}/pkgconfig/libvpd_cxx-2.pc
%changelog %changelog
* Mon Feb 25 2008 Eric Munson <ebmunson@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@fedoraproject.org> - 1.5.0-2 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5.0-2
- Autorebuild for GCC 4.3 - Autorebuild for GCC 4.3