]> git.pld-linux.org Git - packages/xdelta.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:
    xdelta.spec -> 1.23

xdelta.spec

index 9b3848b5ab59c0c67ef9f2c4f80531fb7abb715f..20d012496fc6442cc3d8f588e1f1c3ff601f1bd4 100644 (file)
@@ -73,13 +73,13 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/info
+install -d $RPM_BUILD_ROOT%{_infodir}
 
 make prefix=$RPM_BUILD_ROOT/usr install-strip
 
 strip --strip-unneeded $RPM_BUILD_ROOT/usr/lib/lib*so.*.*
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/* \
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
        NEWS READ* ChangeLog
 
 %post   -p /sbin/ldconfig
@@ -92,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) /usr/bin/xdelta
 %attr(755,root,root) /usr/lib/lib*.so.*.*
-/usr/man/man1/*
+%{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
@@ -159,7 +159,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Thu Nov 26 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.0.0-2]
-- fixed: removed /usr/info/dir from devel,
+- fixed: removed %{_infodir}/dir from devel,
 - removed xdelta.magic and non existing doc/xdelta.txt from %doc,
 - fixed --entry text on {un}registering info page for libtool in %post
   %preun in devel.
This page took 0.07782 seconds and 4 git commands to generate.