forked from jengelh/kea
Accepting request 1042952 from home:jcronenberg:branches:network
- Separate documentation into kea-doc package OBS-URL: https://build.opensuse.org/request/show/1042952 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/kea?expand=0&rev=36
This commit is contained in:
parent
5a1446fa28
commit
67a7535496
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 14:51:33 UTC 2022 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||||
|
|
||||||
|
- Separate documentation into kea-doc package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 18 12:53:21 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Thu Aug 18 12:53:21 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
13
kea.spec
13
kea.spec
@ -93,6 +93,14 @@ objective of this project is to provide a very high-performance,
|
|||||||
extensible DHCP server engine for use by enterprises and service
|
extensible DHCP server engine for use by enterprises and service
|
||||||
providers, either as-is or with extensions and modifications.
|
providers, either as-is or with extensions and modifications.
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Documentation for Kea
|
||||||
|
Group: Documentation/HTML
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
This package contains the documentation for Kea.
|
||||||
|
|
||||||
%package hooks
|
%package hooks
|
||||||
Summary: Standard Kea DHCP hooks/plugins
|
Summary: Standard Kea DHCP hooks/plugins
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -450,7 +458,6 @@ systemd-tmpfiles --create kea.conf || :
|
|||||||
%files
|
%files
|
||||||
%dir %_sysconfdir/kea
|
%dir %_sysconfdir/kea
|
||||||
%config(noreplace) %_sysconfdir/kea/*.conf
|
%config(noreplace) %_sysconfdir/kea/*.conf
|
||||||
%_datadir/doc/kea/
|
|
||||||
%_mandir/man8/*.8%{?ext_man}
|
%_mandir/man8/*.8%{?ext_man}
|
||||||
%_sbindir/rckea
|
%_sbindir/rckea
|
||||||
%_sbindir/kea*
|
%_sbindir/kea*
|
||||||
@ -461,6 +468,10 @@ systemd-tmpfiles --create kea.conf || :
|
|||||||
%_prefix/lib/tmpfiles.d/
|
%_prefix/lib/tmpfiles.d/
|
||||||
%attr(0775,keadhcp,keadhcp) %_localstatedir/log/kea/
|
%attr(0775,keadhcp,keadhcp) %_localstatedir/log/kea/
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%doc %_datadir/doc/kea/
|
||||||
|
%exclude %_datadir/doc/kea/html/.buildinfo
|
||||||
|
|
||||||
%files hooks
|
%files hooks
|
||||||
%dir %_libdir/kea
|
%dir %_libdir/kea
|
||||||
%_libdir/kea/hooks/
|
%_libdir/kea/hooks/
|
||||||
|
Loading…
Reference in New Issue
Block a user