]> git.pld-linux.org Git - packages/dibbler.git/commitdiff
- unified, fixed perms
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Jan 2005 09:56:10 +0000 (09:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dibbler.spec -> 1.7

dibbler.spec

index 304c4758c5cdd00cf6a32d71d8a89f867d14ae89..af48af863c65d29c6ac3b0a2ebae7f35ef600d08 100644 (file)
@@ -14,7 +14,7 @@ BuildRequires:        flex
 BuildRequires: libstdc++-devel
 BuildRequires: libxml2-devel
 BuildRequires: pkgconfig
-Requires:      chkconfig
+Requires(post,preun):  /sbin/chkconfig
 #Provides:     dhcpd?
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -55,21 +55,19 @@ Group:              Networking/Daemons
 DHCPv6 protocol client.
 
 %description client -l pl
-Klient protokolu DHCPv6
+Klient protoko³u DHCPv6.
 
 %prep
 %setup -q -n %{name}
 %patch0 -p0
 
 %build
-%{__make} \
+%{__make} server client \
        ARCH=LINUX \
        CFLAGS="%{rpmcflags}" \
        CPP="%{__cpp}" \
        CXX="%{__cxx}" \
-       CC="%{__cc}" \
-       server \
-       client
+       CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -105,8 +103,7 @@ fi
 %defattr(644,root,root,755)
 %doc CHANGELOG FUN LICENSE GUIDELINES RELNOTES TODO VERSION WILD-IDEAS 
 %doc server.conf server-stateless.conf doc/man/dibbler-server.8
-%attr(755,root,root) 
-%{_sbindir}/dibbler-server
+%attr(755,root,root) %{_sbindir}/dibbler-server
 %dir %{_sharedstatedir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/%{name}/server.conf
 %{_mandir}/man8/*.8*
@@ -115,7 +112,7 @@ fi
 %defattr(644,root,root,755)
 %doc CHANGELOG FUN LICENSE GUIDELINES RELNOTES TODO VERSION WILD-IDEAS
 %doc client.conf client-stateless.conf doc/man/dibbler-client.8
-%{_sbindir}/dibbler-client
+%attr(755,root,root) %{_sbindir}/dibbler-client
 %dir %{_sharedstatedir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/%{name}/client.conf
 %{_mandir}/man8/*.8*
This page took 0.043864 seconds and 4 git commands to generate.