]> git.pld-linux.org Git - packages/tidy.git/commitdiff
- spec adapterized, RA-1_0 STABLE tidy-20000804_4aug00-1
authorkloczek <kloczek@pld-linux.org>
Sun, 19 Aug 2001 16:54:42 +0000 (16:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec is now %%{debug} ready,
- added using rpm automation (do not pack in %install man pages).

Changed files:
    tidy.spec -> 1.14

tidy.spec

index 277c1822a1a5f9cb4366199c745d314652b1541a..52d6c8bfce661c4d87465c8abd15f2f112ffb085 100644 (file)
--- a/tidy.spec
+++ b/tidy.spec
@@ -1,13 +1,14 @@
-# $Revision: 1.13 $ $Date: 2001-08-16 08:25:19 $
+# $Revision: 1.14 $ $Date: 2001-08-19 16:54:42 $
 %define w3cver 4aug00
 Summary:       Utility to clean up and pretty print HTML files
 Summary(pl):   Narzêdzie do porz±dkowania kodu HTML
 Name:          tidy
 Version:       20000804.%{w3cver}
 Release:       1
-Group:         Utilities/Text
-Group(pl):     Narzêdzia/Tekst
 License:       BSD
+Group:         Applications/Text
+Group(de):     Applikationen/Text
+Group(pl):     Aplikacje/Tekst
 Source0:       http://www.w3.org/People/Raggett/%{name}%{w3cver}.tgz
 URL:           http://www.w3.org/People/Raggett/tidy/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,17 +28,17 @@ tagach) oraz poprawnego kodowania r
 %setup -q -n %{name}%{w3cver}
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS"
+%{__make} CFLAGS="%{rpmcflags}"
 cp man_page.txt tidy.1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install -s tidy ${RPM_BUILD_ROOT}%{_bindir}
+install tidy ${RPM_BUILD_ROOT}%{_bindir}
 install tidy.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
-gzip -9nf ${RPM_BUILD_ROOT}%{_mandir}/man1/* \
-       Overview.html release-notes.html
+
+gzip -9nf Overview.html release-notes.html
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.46502 seconds and 4 git commands to generate.