- add devel subpackage
This commit is contained in:
parent
706900e3ac
commit
2fccfe9bb9
@ -3,7 +3,7 @@
|
|||||||
Name: libzfcphbaapi
|
Name: libzfcphbaapi
|
||||||
Summary: HBA API for the zFCP device driver
|
Summary: HBA API for the zFCP device driver
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
URL: http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi.html
|
URL: http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi.html
|
||||||
# http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi-%%{hbaapiver}.html
|
# http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi-%%{hbaapiver}.html
|
||||||
@ -24,14 +24,20 @@ zFCP HBA API Library is an implementation of FC-HBA (see www.t11.org) for
|
|||||||
the zFCP device driver.
|
the zFCP device driver.
|
||||||
|
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for zFCP HBA API Library
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Conflicts: libhbaapi-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Development files for the zFCP HBA API Library.
|
||||||
|
|
||||||
%package docs
|
%package docs
|
||||||
License: CPL
|
Summary: Documentation for zFCP HBA API Library
|
||||||
Summary: zFCP HBA API Library -- Documentation
|
|
||||||
URL: http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi.html
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description docs
|
%description docs
|
||||||
Documentation for the zFCP HBA API Library.
|
Documentation in HTML format for the zFCP HBA API Library.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -73,18 +79,21 @@ fi
|
|||||||
%{_mandir}/man3/UnSupportedHBAAPIs.3*
|
%{_mandir}/man3/UnSupportedHBAAPIs.3*
|
||||||
%{_mandir}/man8/zfcp_ping.8*
|
%{_mandir}/man8/zfcp_ping.8*
|
||||||
%{_mandir}/man8/zfcp_show.8*
|
%{_mandir}/man8/zfcp_show.8*
|
||||||
%exclude %{_mandir}/man3/hbaapi.h.3*
|
|
||||||
%exclude %{_docdir}/%{name}/html
|
|
||||||
%exclude %{_libdir}/%{name}.so
|
|
||||||
%exclude %{_libdir}/%{name}.la
|
|
||||||
%exclude %{_includedir}/hbaapi.h
|
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_mandir}/man3/hbaapi.h.3*
|
||||||
|
%{_libdir}/%{name}.so
|
||||||
|
%exclude %{_libdir}/%{name}.la
|
||||||
|
%{_includedir}/hbaapi.h
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%{_docdir}/%{name}/html
|
%{_docdir}/%{name}/html
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 14 2022 Dan Horák <dan[at]danny.cz> - 2.2.0-15
|
||||||
|
- add devel subpackage
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-14
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-14
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user