53 lines
951 B
RPMSpec
53 lines
951 B
RPMSpec
Name: libhbaapi
|
|
Version: 2.2.9
|
|
Release: 1
|
|
Summary: SNIA HBAAPI library
|
|
License: SNIA
|
|
URL: http://open-fcoe.org/
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
BuildRequires: automake libtool
|
|
Patch0: libhbaapi-2.2.9-dl-linking.patch
|
|
Patch1: libhbaapi-2.2.9-portspeed.patch
|
|
|
|
%description
|
|
SNIA HBAAPI library
|
|
|
|
%package devel
|
|
Summary: Header files for libsodium
|
|
Requires: %{name} = %{version}-%{release} pkgconfig
|
|
|
|
%description devel
|
|
Header files for libsodium
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
./bootstrap.sh
|
|
%configure --disable-static
|
|
%make_build
|
|
|
|
|
|
%install
|
|
%make_install
|
|
%delete_la_and_a
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%license COPYING
|
|
%config(noreplace) %{_sysconfdir}/hba.conf
|
|
%{_libdir}/*.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%changelog
|
|
* Tue Feb 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.2.9-1
|
|
- Package init
|