- Better structure in XML documentation.
This commit is contained in:
parent
716e067236
commit
bf78145bd7
31
patchutils-author.patch
Normal file
31
patchutils-author.patch
Normal file
@ -0,0 +1,31 @@
|
||||
--- patchutils-0.2.31/doc/patchutils.xml.author 2005-03-22 13:18:36.000000000 +0000
|
||||
+++ patchutils-0.2.31/doc/patchutils.xml 2005-07-22 15:08:10.000000000 +0100
|
||||
@@ -4,18 +4,20 @@
|
||||
<book>
|
||||
<bookinfo>
|
||||
<title>Patchutils</title>
|
||||
- <author>
|
||||
- <firstname>Tim</firstname>
|
||||
- <surname>Waugh</surname>
|
||||
- <affiliation>
|
||||
- <address><email>twaugh@redhat.com</email></address>
|
||||
- </affiliation>
|
||||
- </author>
|
||||
</bookinfo>
|
||||
|
||||
<reference>
|
||||
- <title>Man pages</title>
|
||||
+ <referenceinfo>
|
||||
+ <author>
|
||||
+ <firstname>Tim</firstname>
|
||||
+ <surname>Waugh</surname>
|
||||
+ <affiliation>
|
||||
+ <address><email>twaugh@redhat.com</email></address>
|
||||
+ </affiliation>
|
||||
+ </author>
|
||||
+ </referenceinfo>
|
||||
|
||||
+ <title>Man pages</title>
|
||||
<refentry id="interdiff">
|
||||
<refentryinfo>
|
||||
<productname>patchutils</productname>
|
@ -6,6 +6,7 @@ License: GPL
|
||||
Group: Applications/System
|
||||
URL: http://cyberelk.net/tim/patchutils/
|
||||
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
|
||||
Patch0: patchutils-author.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
Obsoletes: interdiff
|
||||
Provides: interdiff
|
||||
@ -22,6 +23,7 @@ patches, and simply listing the files modified by a patch.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .author
|
||||
|
||||
%build
|
||||
touch doc/patchutils.xml
|
||||
@ -43,6 +45,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 22 2005 Tim Waugh <twaugh@redhat.com>
|
||||
- Better structure in XML documentation.
|
||||
|
||||
* Tue Jul 19 2005 Tim Waugh <twaugh@redhat.com> 0.2.31-2
|
||||
- Rebuilt to pick up new man-pages stylesheet.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user