]> git.pld-linux.org Git - packages/tidy.git/commitdiff
- cleanup and fixes for PLD
authorkravietz <kravietz@pld-linux.org>
Thu, 9 Dec 1999 19:40:09 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tidy.spec -> 1.2

tidy.spec

index 9a5502623d432b0e8217e9895945a0d9093b269c..6debb4f961fafce778319cb62398c1c387318ae6 100644 (file)
--- a/tidy.spec
+++ b/tidy.spec
@@ -1,4 +1,4 @@
-# $Revision: 1.1 $ $Date: 1999-12-09 19:00:39 $
+# $Revision: 1.2 $ $Date: 1999-12-09 19:40:09 $
 Summary:       Utility to clean up and pretty print HTML files
 Summary(pl): Narzêdzie do porz±dkowania kodu HTML
 Name:          tidy
@@ -32,16 +32,18 @@ make CFLAGS="${RPM_OPT_FLAGS}"
 cp man_page.txt tidy.1
 
 %install
-install -d ${RPM_BUILD_ROOT}/usr/bin
-install -s tidy ${RPM_BUILD_ROOT}/usr/bin
-install -d ${RPM_BUILD_ROOT}/usr/man/man1
-install tidy.1 ${RPM_BUILD_ROOT}/usr/man/man1
+install -d ${RPM_BUILD_ROOT}%{_bindir}
+install -s tidy ${RPM_BUILD_ROOT}%{_bindir}
+install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
+install tidy.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
+gzip -9nf ${RPM_BUILD_ROOT}%{_mandir}/man1/*
+gzip -9nf Overview.html release-notes.html
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
 %files
 %defattr(644,root,root,755)
-%doc Overview.html release-notes.html grid.gif tidy.gif
-%doc /usr/man/man1/tidy.1
-%attr(755,root,root) /usr/bin/tidy
+%doc Overview.html.gz release-notes.html.gz grid.gif tidy.gif
+%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/tidy
This page took 0.222838 seconds and 4 git commands to generate.