- Moved last fix into docbook-style-xsl.
This commit is contained in:
parent
62811d27af
commit
912006f810
@ -1,15 +1,15 @@
|
|||||||
Summary: A collection of programs for manipulating patch files
|
Summary: A collection of programs for manipulating patch files
|
||||||
Name: patchutils
|
Name: patchutils
|
||||||
Version: 0.2.30
|
Version: 0.2.30
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cyberelk.net/tim/patchutils/
|
URL: http://cyberelk.net/tim/patchutils/
|
||||||
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
|
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
|
||||||
Patch: patchutils-0.2.30-badman.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
Obsoletes: interdiff
|
Obsoletes: interdiff
|
||||||
Provides: interdiff
|
Provides: interdiff
|
||||||
|
BuildRequires: xmlto
|
||||||
|
|
||||||
# We only need xmlto if we are patching the documentation.
|
# We only need xmlto if we are patching the documentation.
|
||||||
# BuildRequires: xmlto
|
# BuildRequires: xmlto
|
||||||
@ -22,9 +22,9 @@ patches, and simply listing the files modified by a patch.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .badman
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
touch doc/patchutils.xml
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
make check
|
make check
|
||||||
@ -43,6 +43,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 22 2004 Jindrich Novy <jnovy@redhat.com> 0.2.30-2
|
||||||
- fix flipdiff.1 man page (#139341)
|
- fix flipdiff.1 man page (#139341)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user