You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
222 lines
7.5 KiB
222 lines
7.5 KiB
5 years ago
|
Name: libvpd
|
||
|
Version: 2.2.6
|
||
|
Release: 1%{?dist}
|
||
|
Summary: VPD Database access library for lsvpd
|
||
|
|
||
|
Group: System Environment/Libraries
|
||
|
License: LGPLv2+
|
||
|
URL: http://linux-diag.sf.net/Lsvpd.html
|
||
|
Source: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
|
||
|
|
||
|
BuildRequires: sqlite-devel zlib-devel libstdc++-devel libtool
|
||
|
|
||
|
ExclusiveArch: %{power64}
|
||
|
|
||
|
%description
|
||
|
The libvpd package contains the classes that are used to access a vpd database
|
||
|
created by vpdupdate in the lsvpd package.
|
||
|
|
||
|
%package devel
|
||
|
Summary: Header files for libvpd
|
||
|
Group: Development/Libraries
|
||
|
Requires: %{name} = %{version}-%{release} sqlite-devel pkgconfig
|
||
|
%description devel
|
||
|
Contains header files for building with libvpd.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
./bootstrap.sh
|
||
|
%configure --disable-static
|
||
|
make %{?_smp_mflags}
|
||
|
|
||
|
%install
|
||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||
|
find %{buildroot} -type f -name "*.la" -delete
|
||
|
|
||
|
# re-symlink *.so to SONAME, fix the symlinks issue by downgrade/upgrade
|
||
|
pushd %{buildroot}%{_libdir}
|
||
|
v=%{version}
|
||
|
version=$(echo ${v%.[0-9]*})
|
||
|
for lib in libvpd libvpd_cxx; do
|
||
|
rm -f ${lib}.so
|
||
|
ln -s ${lib}-${version}.so.2 ${lib}.so
|
||
|
done
|
||
|
popd
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%files
|
||
|
%{!?_licensedir:%global license %%doc}
|
||
|
%license COPYING
|
||
|
%doc README
|
||
|
%{_libdir}/libvpd_cxx-2.2.so.*
|
||
|
%{_libdir}/libvpd-2.2.so.*
|
||
|
%{_sysconfdir}/udev/rules.d/90-vpdupdate.rules
|
||
|
|
||
|
%files devel
|
||
|
%{_includedir}/libvpd-2
|
||
|
%{_libdir}/libvpd_cxx.so
|
||
|
%{_libdir}/libvpd.so
|
||
|
%{_libdir}/pkgconfig/libvpd-2.pc
|
||
|
%{_libdir}/pkgconfig/libvpd_cxx-2.pc
|
||
|
|
||
|
%changelog
|
||
|
* Fri Jul 06 2018 Sinny Kumari <sinnykumari@fedoraproject.org> - 2.2.6-1
|
||
|
- Rebase to 2.2.6
|
||
|
- run.vpdupdate is now created in /run instead of /var/lib/lsvpd/
|
||
|
|
||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||
|
|
||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||
|
|
||
|
* Mon Jul 11 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.2.5-4
|
||
|
- Spec cleanups
|
||
|
- Use %%license
|
||
|
|
||
|
* Mon Mar 21 2016 Than Ngo <than@redhat.com> - 2.2.5-3
|
||
|
- re-symlink *.so to SONAME, fix the symlinks issue by downgrade/upgrade
|
||
|
|
||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||
|
|
||
|
* Mon Nov 16 2015 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.5
|
||
|
- Update to latest upstream 2.2.5
|
||
|
|
||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||
|
|
||
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.2.4-3
|
||
|
- Rebuilt for GCC 5 C++11 ABI change
|
||
|
|
||
|
* Mon Sep 22 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.4-2
|
||
|
- Remove NEWS file
|
||
|
|
||
|
* Mon Sep 22 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.4
|
||
|
- Update to latest upstream 2.2.4
|
||
|
|
||
|
* Fri Aug 01 2014 Brent Baude <bbaude@redhat.com> - 2.2.3-3
|
||
|
- NVR bump for Fedora 21 build on merged koji
|
||
|
|
||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.3-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||
|
|
||
|
* Wed Mar 12 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.3
|
||
|
- Update to latest upstream 2.2.3
|
||
|
|
||
|
* 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
|
||
|
|
||
|
* Sun Sep 15 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.1-3
|
||
|
- Remove TODO file from spec
|
||
|
|
||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||
|
|
||
|
* Sat May 18 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.1
|
||
|
- Update to latest upstream 2.2.1
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
|
||
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||
|
|
||
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-5
|
||
|
- Rebuilt for c++ ABI breakage
|
||
|
|
||
|
* Wed Jan 18 2012 Jiri Skala <jskala@redhat.com> 2.1.3-4
|
||
|
- fix for gcc-4.7
|
||
|
|
||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||
|
|
||
|
* Wed Nov 23 2011 Jiri Skala <jskala@redhat.com> 2.1.3-2
|
||
|
- added ExclusiveArch for ppc[64]
|
||
|
|
||
|
* Wed Aug 10 2011 Jiri Skala <jskala@redhat.com> 2.1.3-1
|
||
|
- update to latest upstream 2.1.3
|
||
|
|
||
|
* Mon Feb 14 2011 Jiri Skala <jskala@redhat.com> 2.1.2-2
|
||
|
- rebuild due to tag correction
|
||
|
|
||
|
* Mon Feb 14 2011 Jiri Skala <jskala@redhat.com> 2.1.2-1
|
||
|
- Update to latest upstream 2.1.2
|
||
|
- fixes library numbering
|
||
|
|
||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||
|
|
||
|
* Wed Dec 02 2009 Eric Munson <ebmunson@us.ibm.com> - 2.1.1-1
|
||
|
- Update to latest libvpd release
|
||
|
|
||
|
* Wed Nov 18 2009 Eric Munson <ebmunson@us.ibm.com> - 2.1.0-5
|
||
|
- Bump dist for rebuild for broken dependencies
|
||
|
|
||
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||
|
|
||
|
* Mon Mar 16 2009 Eric Munson <ebmunson@us.ibm.com> 2.1.0-3
|
||
|
- Bump dist for rebuild
|
||
|
|
||
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||
|
|
||
|
* Mon Mar 17 2008 Eric Munson <ebmunson@us.ibm.com> 2.0.1-1
|
||
|
- Update for libvpd-2.0.1
|
||
|
|
||
|
* Tue Feb 26 2008 Eric Munson <ebmunson@us.ibm.com> 2.0.0-2
|
||
|
- Updating release number for new build in FC
|
||
|
|
||
|
* Mon Feb 25 2008 Eric Munson <ebmunson@us.ibm.com> 2.0.0-1
|
||
|
- Updated library to use sqlite instead of berkeley db.
|
||
|
|
||
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5.0-2
|
||
|
- Autorebuild for GCC 4.3
|
||
|
|
||
|
* Mon Jan 7 2008 Eric Munson <ebmunson@us.ibm.com> -1.5.0-1
|
||
|
- Moved pkgconfig to devel Requires
|
||
|
- Updated %%defattrs to -,root,root,-
|
||
|
- Added AUTHORS to %%doc
|
||
|
|
||
|
* Thu Jan 3 2008 Eric Munson <ebmunson@us.ibm.com> - 1.5.0-0
|
||
|
- Updated Requires and Provides fields per fedora community request
|
||
|
|
||
|
* Fri Dec 7 2007 Brad Peters <bpeters@us.ibm.com> - 1.4.2-0
|
||
|
- Added functions to helper_functions class
|
||
|
- Mnior changes necessary to support new device discovery method
|
||
|
|
||
|
* Fri Nov 16 2007 Eric Munson <ebmunson@us.ibm.com> - 1.4.1-1
|
||
|
- Removing INSTALL from docs and docs from -devel package
|
||
|
- Fixing Makfile.am so libraries have the .so extension
|
||
|
- Using %%configure, %%{__make}, and %%{__rm} calls
|
||
|
- Changing source URL
|
||
|
|
||
|
* Wed Oct 31 2007 Eric Munson <ebmunson@us.ibm.com> - 1.4.0-2
|
||
|
- Changing files lists for libdirs to match library file names
|
||
|
|
||
|
* Tue Oct 30 2007 Eric Munson <ebmunson@us.ibm.com> - 1.4.0-1
|
||
|
- Adding C Library to files lists.
|
||
|
|
||
|
* Sat Oct 20 2007 Ralf Corsepius <rc040203@freenet.de> - 1.3.5-4
|
||
|
- Various spec-file fixes.
|
||
|
|
||
|
* Fri Oct 19 2007 Eric Munson <ebmunson@us.ibm.com> - 1.3.5-3
|
||
|
- Removed hard coded /usr/lib from spec file
|
||
|
- Install now sets all headers to 644
|
||
|
- Updated license
|