Author: wiget Date: Thu Nov 19 20:26:37 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to cvs -D 2009-11-19
---- Files affected: packages/tidy: tidy.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: packages/tidy/tidy.spec diff -u packages/tidy/tidy.spec:1.50 packages/tidy/tidy.spec:1.51 --- packages/tidy/tidy.spec:1.50 Fri Jul 25 22:09:28 2008 +++ packages/tidy/tidy.spec Thu Nov 19 21:26:31 2009 @@ -1,5 +1,5 @@ # $Revision$, $Date$ -%define _snap 20080116 +%define _snap 20091119 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,11 @@ Epoch: 1 License: distributable Group: Applications/Text -#Source0: http://tidy.sourceforge.net/src/tidy_src.tgz -# 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 +# tidy projects no longer releases tarballs. +# cvs -z3 -d:pserver:[email protected]:/cvsroot/tidy export -D 2009-11-19 tidy +# tar -cf tidy-20091119.tar tidy;xz -9 -e tidy-20091119.tar +Source0: tidy-%{_snap}.tar.xz +# Source0-md5: 0ca49cf79b4f3d25a080234a0bbf8eee URL: http://tidy.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -54,13 +55,10 @@ Statyczna biblioteka Tidy. %prep -%setup -q -n %{name}-%{_snap}cvs +%setup -q -n %{name} %build -%{__libtoolize} -%{__aclocal} -%{__automake} -%{__autoconf} +sh build/gnuauto/setup.sh %configure %{__make} @@ -102,6 +100,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2009/11/19 20:26:31 wiget +- updated to cvs -D 2009-11-19 + Revision 1.50 2008/07/25 20:09:28 qboosh - more verbose files, ghost soname symlink ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tidy/tidy.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
