]> git.pld-linux.org Git - packages/tidy.git/commitdiff
- man page install in right place auto/ac/tidy-0_20031101-2
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Wed, 3 Mar 2004 23:19:01 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    tidy.spec -> 1.33

tidy.spec

index 2839d5281fc68e0dcb2ae8c5a6b136f6f0a71a12..a813723c9d97215867846645074c99e97164ecef 100644 (file)
--- a/tidy.spec
+++ b/tidy.spec
@@ -2,7 +2,7 @@ Summary:        Utility to clean up and pretty print HTML files
 Summary(pl):   Narzêdzie do porz±dkowania kodu HTML
 Name:          tidy
 Version:       0.20031101
-Release:       1
+Release:       2
 Epoch:         1
 License:       distributable
 Group:         Applications/Text
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
+       
+install -d $RPM_BUILD_ROOT/%{_mandir}/man1
+mv htmldoc/man_page.txt $RPM_BUILD_ROOT/%{_mandir}/man1/tidy.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -77,6 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%{_mandir}/man*/*
 %doc htmldoc/*
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
This page took 0.122706 seconds and 4 git commands to generate.