]> git.pld-linux.org Git - packages/tidy.git/commitdiff
- up to 20080116 auto/th/tidy-0_20080116-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 25 Jul 2008 19:31:44 +0000 (19:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tidy.spec -> 1.49

tidy.spec

index 56425375fb81b27a85bf938e41bfefd648d45437..9500481c3885723fa9594bc9ba42ac98328c1a0b 100644 (file)
--- a/tidy.spec
+++ b/tidy.spec
@@ -1,4 +1,4 @@
-%define                _snap   20061110
+%define                _snap   20080116
 Summary:       Utility to clean up and pretty print HTML files
 Summary(pl.UTF-8):     Narzędzie do porządkowania kodu HTML
 Name:          tidy
@@ -8,10 +8,9 @@ Epoch:         1
 License:       distributable
 Group:         Applications/Text
 #Source0:      http://tidy.sourceforge.net/src/tidy_src.tgz
-Source0:       %{name}-%{_snap}.tar.bz2
-# Source0-md5: 872c0541d7693ff8a9c0961d67c5e871
-Source1:       http://tidy.sourceforge.net/docs/%{name}_docs.tgz
-# Source1-md5: 86de2f198e57399c063d2567b2a25628
+# tidy projects no longer releases tarballs. Use debian ones
+Source0:       http://ftp.de.debian.org/debian/pool/main/t/tidy/tidy_20080116cvs.orig.tar.gz
+# Source0-md5: ff4558a920cfd7247f17e79b143f5a69
 URL:           http://tidy.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -54,12 +53,9 @@ Static Tidy library.
 Statyczna biblioteka Tidy.
 
 %prep
-%setup -q -c -b1
-cd %{name}
+%setup -q -n %{name}-%{_snap}cvs
 
 %build
-cd %{name}
-cp -af build/gnuauto/* .
 %{__libtoolize}
 %{__aclocal}
 %{__automake}
@@ -69,7 +65,6 @@ cp -af build/gnuauto/* .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd %{name}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -82,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc tidy/htmldoc/*
+%doc htmldoc/*
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
This page took 0.053246 seconds and 4 git commands to generate.