Update to latest upstream 2.2.2
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
This commit is contained in:
parent
12962e60ad
commit
838e4da89f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
13
libvpd.spec
13
libvpd.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user