Blame SPECS/libhbaapi.spec

d92253
Name:           libhbaapi
d92253
Version:        2.2.9
641263
Release:        13%{?dist}
d92253
Summary:        SNIA HBAAPI library
d92253
Group:          System Environment/Libraries
d92253
License:        SNIA
d92253
URL:            http://open-fcoe.org/
d92253
# This source was cloned from upstream git (libHBAAPI)
d92253
Source:         %{name}-%{version}.tar.gz
d92253
Patch0:         libhbaapi-2.2.9-dl-linking.patch
d92253
Patch1:         libhbaapi-2.2.9-portspeed.patch
d92253
BuildRequires:  automake libtool
d92253
d92253
%description
d92253
The SNIA HBA API library. C-level project to manage
d92253
Fibre Channel Host Bus Adapters.
d92253
d92253
%package        devel
d92253
Summary:        Development files for %{name}
d92253
Group:          Development/Libraries
d92253
Requires:       %{name}%{?_isa} = %{version}-%{release}
d92253
Requires:       pkgconfig
d92253
d92253
%description    devel
d92253
The %{name}-devel package contains libraries and header files for
d92253
developing applications that use %{name}.
d92253
d92253
%prep
d92253
%setup
d92253
%patch0 -p1 -b .ld-linking
d92253
%patch1 -p1 -b .portspeed
d92253
d92253
%build
d92253
./bootstrap.sh
d92253
%configure --disable-static
d92253
make %{?_smp_mflags}
d92253
d92253
%install
d92253
make install DESTDIR=%{buildroot}
d92253
find %{buildroot} -name '*.la' -exec rm -f {} ';'
d92253
d92253
%post -p /sbin/ldconfig
d92253
d92253
%postun -p /sbin/ldconfig
d92253
d92253
%files
d92253
%doc COPYING
d92253
%config(noreplace) %{_sysconfdir}/hba.conf
d92253
%{_libdir}/*.so.*
d92253
d92253
%files devel
d92253
%{_includedir}/*
d92253
%{_libdir}/*.so
d92253
%{_libdir}/pkgconfig/*.pc
d92253
d92253
%changelog
641263
* Fri Mar 22 2019 Chris Leech <cleech@redhat.com> - 2.2.9-13
641263
- Rebuilt to pick up missing -devel package BZ#1688313
641263
d92253
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-12
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d92253
d92253
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-11
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d92253
d92253
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-10
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d92253
d92253
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-9
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d92253
d92253
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9-8
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d92253
d92253
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.9-7
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d92253
d92253
* Tue Oct 07 2014 Chris Leech <cleech@redhat.com> - 2.2.9-6
d92253
- sync with upstream, adds new portspeed definitions
d92253
d92253
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.9-5
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d92253
d92253
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.9-4
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d92253
d92253
* Wed Jul 31 2013 Petr Šabata <contyk@redhat.com> - 2.2.9-3
d92253
- Make the devel subpackage arch-dependent
d92253
d92253
* Thu Jul 11 2013 Petr Šabata <contyk@redhat.com> - 2.2.9-2
d92253
- Link against libdl
d92253
d92253
* Tue Jun 04 2013 Petr Šabata <contyk@redhat.com> - 2.2.9-1
d92253
- 2.2.9 bump
d92253
d92253
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-2
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d92253
d92253
* Thu Oct 04 2012 Petr Šabata <contyk@redhat.com> - 2.2.6-1
d92253
- Migrate to the Open-FCoE.org fork
d92253
d92253
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-15
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d92253
d92253
* Thu Jan 26 2012 Petr Šabata <contyk@redhat.com> - 2.2-14
d92253
- Update to hbaapi_build 2.2.5
d92253
d92253
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-13
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d92253
d92253
* Thu Jul 07 2011 Petr Sabata <contyk@redhat.com> - 2.2-12
d92253
- Update to hbaapi_build 2.2.4
d92253
- Remove now obsolete Buildroot and defattr
d92253
d92253
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-11
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d92253
d92253
* Tue Mar 16 2010 Jan Zeleny <jzeleny@redhat.com> - 2.2-10
d92253
- updated hbaapi_build to 2.2.2
d92253
d92253
* Wed Nov 04 2009 Jan Zeleny <jzeleny@redhat.com> - 2.2-9
d92253
- fixed linking with libdl
d92253
d92253
* Thu Jul 30 2009 Jan Zeleny <jzeleny@redhat.com> - 2.2-8
d92253
- added libtool to BuildRequires
d92253
d92253
* Thu Jul 30 2009 Jan Zeleny <jzeleny@redhat.com> - 2.2-7
d92253
- added automake to BuildRequires
d92253
d92253
* Thu Jul 30 2009 Jan Zeleny <jzeleny@redhat.com> - 2.2-6
d92253
- rebase of hbaapi_build code
d92253
d92253
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-5
d92253
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d92253
d92253
* Wed Apr 01 2009 Jan Zeleny <jzeleny@redhat.com> - 2.2-4
d92253
- added some info to description line
d92253
- replaced unoficial build source tarball with official one
d92253
d92253
* Tue Mar 31 2009 Jan Zeleny <jzeleny@redhat.com> - 2.2-3
d92253
- minor changes in spec file - filenames change, removal of
d92253
  duplicate patch files (included in build source tarball)
d92253
  
d92253
* Thu Mar 12 2009 Jan Zeleny <jzeleny@redhat.com> - 2.2-2
d92253
- correction of patches' names to correct format
d92253
d92253
* Tue Feb 24 2009 Chris Leech <christopher.leech@intel.com> - 2.2-1
d92253
- initial packaging of hbaapi 2.2