]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- masive changes:
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 10:23:26 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
s/\/usr\/man/\%{_mandir}/
s/\/usr\/share\/man/\%{_mandir}/
s/\/usr\/info/\%{_infodir}/
s/\/usr\/share\/info/\%{_infodir}/

Changed files:
    tcpdump.spec -> 1.2

tcpdump.spec

index abec138a14d4e8e37fdea44375bd0969dd0d8624..43291ec48eec6f48bdbc4f0337d76cf5242f7429 100644 (file)
@@ -69,9 +69,9 @@ install -d $RPM_BUILD_ROOT/usr/{sbin,man/man8}
 
 cd tcpdump-3.4a6
 install -s tcpdump $RPM_BUILD_ROOT/usr/sbin
-install tcpdump.1 $RPM_BUILD_ROOT/usr/man/man8/tcpdump.8
+install tcpdump.1 $RPM_BUILD_ROOT%{_mandir}/man8/tcpdump.8
 
-bzip2 -9 $RPM_BUILD_ROOT/usr/man/man8/*
+bzip2 -9 $RPM_BUILD_ROOT%{_mandir}/man8/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) /usr/sbin/tcpdump
-%attr(644,root, man) /usr/man/man8/*
+%attr(644,root, man) %{_mandir}/man8/*
 
 %changelog
 * Tue Jul 2 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
This page took 0.035153 seconds and 4 git commands to generate.