- Moved last fix into docbook-style-xsl.

This commit is contained in:
Tim Waugh 2004-11-22 12:59:18 +00:00
parent 62811d27af
commit 912006f810

View File

@ -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 <twaugh@redhat.com> 0.2.30-3
- Moved last fix into docbook-style-xsl.
* Mon Nov 22 2004 Jindrich Novy <jnovy@redhat.com> 0.2.30-2
- fix flipdiff.1 man page (#139341)