]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
separated to 3 packages
authorwaszi <waszi@pld-linux.org>
Sun, 22 Aug 1999 20:12:34 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp.spec -> 1.12

dhcp.spec

index 42f9cfa480ccc4a818f3340095ba48924bf77c6e..7f9ca6d3ac76d029814931e7d18115eadb0c7d79 100644 (file)
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -31,6 +31,18 @@ Dynamic Host Configuration Protocol Client
 %description client -l pl
 Klient DHCP (Dynamic Host Configuration Protocol)
 
+%package relay
+Summary:       DHCP Relay Agent
+Summary(pl):   Agent przekazywania DHCP
+Group:         Networking/Daemons
+Group(de):     Sieciowe/Serwery
+
+%description relay
+Dynamic Host Configuration Protocol Relay Agent
+
+%description relay -l pl
+Agent przekazywania DHCP (Dynamic Host Configuration Protocol)
+
 %prep
 
 %setup -q
@@ -86,11 +98,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/* README.gz RELNOTES.gz CHANGES.gz
-%{_mandir}/man8/dhcrelay*
 %{_mandir}/man5/dhcp*
 %{_mandir}/man8/dhcp*
 %attr(755,root,root) %{_sbindir}/dhcpd
-%attr(755,root,root) %{_sbindir}/dhcrelay
 %attr(755,root,root) /etc/rc.d/init.d/dhcpd
 %attr(750,root,root) %dir /var/state/%{name}
 %ghost /var/state/%{name}/dhcpd.leases
@@ -101,3 +111,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/dhclient*
 %{_mandir}/man5/dhclient*
 %ghost /var/state/%{name}/dhclient.leases
+
+%files relay
+%defattr(644,root,root,755)
+%{_mandir}/man8/dhcrelay*
+%attr(755,root,root) %{_sbindir}/dhcrelay
This page took 0.082217 seconds and 4 git commands to generate.