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:
parent
52edf4921a
commit
271342d558
@ -1 +1 @@
|
||||
gtk-doc-0.9.tar.bz2
|
||||
gtk-doc-0.10.tar.bz2
|
||||
|
@ -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)'
|
||||
|
23
gtk-doc.spec
23
gtk-doc.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user