diff --git a/patchutils.spec b/patchutils.spec index e759f68..80352d5 100644 --- a/patchutils.spec +++ b/patchutils.spec @@ -1,15 +1,15 @@ Summary: A collection of programs for manipulating patch files Name: patchutils Version: 0.2.30 -Release: 2 +Release: 3 License: GPL Group: Applications/System URL: http://cyberelk.net/tim/patchutils/ Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2 -Patch: patchutils-0.2.30-badman.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Obsoletes: interdiff Provides: interdiff +BuildRequires: xmlto # We only need xmlto if we are patching the documentation. # BuildRequires: xmlto @@ -22,9 +22,9 @@ patches, and simply listing the files modified by a patch. %prep %setup -q -%patch -p1 -b .badman %build +touch doc/patchutils.xml %configure make make check @@ -43,6 +43,9 @@ rm -rf %{buildroot} %{_mandir}/*/* %changelog +* Mon Nov 22 2004 Tim Waugh 0.2.30-3 +- Moved last fix into docbook-style-xsl. + * Mon Nov 22 2004 Jindrich Novy 0.2.30-2 - fix flipdiff.1 man page (#139341)