auto-import changelog data from gtk-doc-0.10-4.src.rpm

Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Mon Jan 13 2003 Owen Taylor <otaylor@redhat.com> 0.10-3
- Clean up some spec file mess
Mon Jan 13 2003 Tim Powers <timp@redhat.com> 0.10-2
- fiter out the broken perl dep
Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
- 0.10
Wed Dec 11 2002 Tim Powers <timp@redhat.com> 0.9-6
- rebuild
This commit is contained in:
cvsdist 2004-09-09 05:59:02 +00:00
parent 52edf4921a
commit 271342d558
4 changed files with 22 additions and 7 deletions

View File

@ -1 +1 @@
gtk-doc-0.9.tar.bz2
gtk-doc-0.10.tar.bz2

View File

@ -1,3 +1,3 @@
#!/bin/sh
/usr/lib/rpm/find-requires $* | grep -v 'perl(gtkdoc-common.pl)'
/usr/lib/rpm/perl.req $* | grep -v 'perl(gtkdoc-common.pl)'

View File

@ -1,7 +1,7 @@
Summary: API documentation generation tool for GTK+ and GNOME
Name: gtk-doc
Version: 0.9
Release: 5
Version: 0.10
Release: 4
License: LGPL
Group: Development/Tools
Source: gtk-doc-%{version}.tar.bz2
@ -11,8 +11,8 @@ URL: http://www.gtk.org/rdp
BuildPrereq: docbook-utils jade
Requires: docbook-utils jade
Source1: filter-requires-gtk-doc.sh
%define __find_requires %{SOURCE1}
Source1: filter-requires-gtk-doc.sh
%define __perl_requires %{SOURCE1}
%description
gtk-doc is a tool for generating API reference documentation.
@ -44,6 +44,21 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/
%changelog
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Mon Jan 13 2003 Owen Taylor <otaylor@redhat.com> 0.10-3
- Clean up some spec file mess
* Mon Jan 13 2003 Tim Powers <timp@redhat.com> 0.10-2
- fiter out the broken perl dep
* Sun Jan 12 2003 Havoc Pennington <hp@redhat.com>
- 0.10
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 0.9-6
- rebuild
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild

View File

@ -1 +1 @@
f614093a8134a68ce620062a86f3f085 gtk-doc-0.9.tar.bz2
77f710f8f22e52b15290ed9399d2eee9 gtk-doc-0.10.tar.bz2