]> git.pld-linux.org Git - packages/tcp_wrappers.git/commitdiff
s-/usr/sbin-%{_sbindir}-
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 23:39:56 +0000 (23:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
s-/usr/sbin-%{_includedir}-

Changed files:
    tcp_wrappers.spec -> 1.11

tcp_wrappers.spec

index 1fe6c2a5f329ff1441841583bf452db48e6a6a12..f5414e98850f47b90e8b652d7610e9ec0363558b 100644 (file)
@@ -80,8 +80,8 @@ echo ".so hosts_access.5" > $RPM_BUILD_ROOT%{_mandir}/man5/hosts.allow.5
 echo ".so hosts_access.5" > $RPM_BUILD_ROOT%{_mandir}/man5/hosts.deny.5
 
 install libwrap.a $RPM_BUILD_ROOT%{_libdir}
-install tcpd.h $RPM_BUILD_ROOT/usr/include
-install -s safe_finger tcpd tcpdchk tcpdmatch try-from $RPM_BUILD_ROOT/usr/sbin
+install tcpd.h $RPM_BUILD_ROOT%{_includedir}
+install -s safe_finger tcpd tcpdchk tcpdmatch try-from $RPM_BUILD_ROOT%{_sbindir}
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
        BLURB CHANGES README* DISCLAIMER
@@ -102,11 +102,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(750,root,bin) %dir /etc/tcpd
 %attr(440,root,bin) %config %verify(not md5 mtime size) /etc/tcpd/hosts.*
 %{_mandir}/man[58]/*
-%attr(755,root,root) /usr/sbin/*
+%attr(755,root,root) %{_sbindir}/*
 
 %files -n libwrap
 %defattr(644,root,root,755)
-/usr/include/tcpd.h
+%{_includedir}/tcpd.h
 %{_libdir}/libwrap.a
 %{_mandir}/man3/*
 
This page took 0.102856 seconds and 4 git commands to generate.