From 10aa90c4884522c950e170ce8bdd1035d99f6724 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Feb 28 2007 16:52:25 +0000 Subject: - 2007-02-28 snapshot --- diff --git a/.cvsignore b/.cvsignore index 94430bf..88b88d3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ tidy_src_051025.tgz tidy_docs_051020.tgz +tidy-20070228cvs.tar.gz diff --git a/sources b/sources index 95f8545..4eb648e 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -504af95905c892414e76a7b66bf2168c tidy_src_051025.tgz -86de2f198e57399c063d2567b2a25628 tidy_docs_051020.tgz +f560b143e6c40844d4dc0920ae989fca tidy-20070228cvs.tar.gz diff --git a/tidy-cvs_checkout.sh b/tidy-cvs_checkout.sh new file mode 100644 index 0000000..777f356 --- /dev/null +++ b/tidy-cvs_checkout.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +if [ $# -gt 0 ]; then + DATE=$1 + shift +else + DATE=$(date +%Y%m%d) +fi + +MODULE="$(basename $0 -cvs_checkout.sh)" + +set -x +rm -rf $MODULE + +cvs -z3 -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy export -D $DATE $MODULE + +## tar it up +tar czf $MODULE-${DATE}cvs.tar.gz $MODULE + +## cleanup +rm -rf $MODULE + diff --git a/tidy.spec b/tidy.spec index 7f788d4..24c5ffc 100644 --- a/tidy.spec +++ b/tidy.spec @@ -1,21 +1,21 @@ %define libname libtidy +%define snap 20070228 + Name: tidy Summary: Utility to clean up and pretty print HTML/XHTML/XML Version: 0.99.0 -Release: 11.20051025%{?dist} +Release: 12.%{snap}%{?dist} Group: Applications/Text License: W3C Software License URL: http://tidy.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: http://tidy.sourceforge.net/src/tidy_src_051025.tgz -# When next snapshot is released, to become: -#Source0: http://tidy.sourceforge.net/src/old/tidy_src_051025.tgz - -Source1: http://tidy.sourceforge.net/docs/tidy_docs_051020.tgz +# timestamp 01-Feb-2007 +Source0: tidy-%{snap}cvs.tar.gz +Source10: tidy-cvs_checkout.sh BuildRequires: libtool BuildRequires: doxygen @@ -50,7 +50,8 @@ Requires: %{libname} = %{version}-%{release} %prep %setup -q -n %{name} -%setup -q -n %{name} -T -D -b1 +# htmldocs included in cvs checkout +#setup -q -n %{name} -T -D -b1 sh build/gnuauto/setup.sh @@ -112,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 28 2007 Rex Dieter 0.99.0-12.20070228 +- 2007-02-28 snapshot + * Tue Aug 29 2006 Rex Dieter 0.99.0-11.20051025 - fc6 respin