]> git.pld-linux.org Git - packages/popt.git/commitdiff
- masive changes:
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 10:23:24 +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:
    popt.spec -> 1.8

popt.spec

index af3e6eab279c0ae42d39a915769858cf5ff5982c..f1044b7d45e00d9f4a7eadda3b0933446db12f5e 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -105,7 +105,7 @@ rm -f $RPM_BUILD_ROOT/usr/lib/lib*.so
 ln -sf ../../lib/`( cd $RPM_BUILD_ROOT/lib; echo *)` \
        $RPM_BUILD_ROOT/usr/lib/libpopt.so
        
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man3/*
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -118,7 +118,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) /usr/lib/libpopt.so
-/usr/man/man3/popt.3.gz
+%{_mandir}/man3/popt.3.gz
 /usr/include/popt.h
 
 %files static
This page took 0.104101 seconds and 4 git commands to generate.