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

cooledit.spec

index 8d0ba0ef036c3a16201c64f9c8e2509080fd9d8b..4f2db39015735d19b23faf7df553f36c9be1a1de 100644 (file)
@@ -35,7 +35,7 @@ make
 rm -rf $RPM_BUILD_ROOT
 make install-strip
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
 
 %post
  check if the command is already present:
@@ -107,7 +107,7 @@ fi
 /%lang(sl)usr/share/locale/sl/LC_MESSAGES/cooledit.mo
 /%lang(sv)usr/share/locale/sv/LC_MESSAGES/cooledit.mo
 
-/usr/man/man1/*
+%{_mandir}/man1/*
 
 %changelog
 - built for PLD based on spec by anonim
This page took 0.056948 seconds and 4 git commands to generate.