Update to latest upstream 2.2.2

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
This commit is contained in:
Vasant Hegde 2013-11-05 16:01:02 +05:30
parent 12962e60ad
commit 838e4da89f
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ libvpd-2.1.1.tar.gz
/libvpd-2.1.2.tar.gz
/libvpd-2.1.3.tar.gz
/libvpd-2.2.1.tar.gz
/libvpd-2.2.2.tar.gz

View File

@ -1,9 +1,9 @@
%define name libvpd
%define version 2.2.1
%define version 2.2.2
Name: %{name}
Version: %{version}
Release: 4%{?dist}
Release: 1%{?dist}
Summary: VPD Database access library for lsvpd
Group: System Environment/Libraries
@ -11,8 +11,6 @@ License: LGPLv2+
URL: http://linux-diag.sf.net/Lsvpd.html
Source: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
Patch1: libvpd-2.1.3-gcc47.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: sqlite-devel zlib-devel libstdc++-devel libtool
@ -33,8 +31,6 @@ Contains header files for building with libvpd.
%prep
%setup -q
%patch1 -p1 -b .gcc47
%build
./bootstrap.sh
%configure --disable-static
@ -57,6 +53,8 @@ Contains header files for building with libvpd.
%exclude %{_libdir}/*.la
%{_libdir}/libvpd_cxx-2.2.so.*
%{_libdir}/libvpd-2.2.so.*
%{_sysconfdir}/udev/rules.d/90-vpdupdate.rules
%{_var}/lib/lsvpd/run.vpdupdate
%files devel
%defattr(-,root,root,-)
@ -68,6 +66,9 @@ Contains header files for building with libvpd.
%{_libdir}/pkgconfig/libvpd_cxx-2.pc
%changelog
* Tue Nov 05 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.2
- Update to latest upstream 2.2.2
* Wed Oct 09 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.1-4
- Add ppc64le architecture

View File

@ -1 +1 @@
bd2c7ff6de9a52450b16f36b0f17a29e libvpd-2.2.1.tar.gz
01ae3b843bb65760000978cde750d1f3 libvpd-2.2.2.tar.gz