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
|
#!/bin/sh
|
||||||
|
|
||||||
/usr/lib/rpm/find-requires $* | grep -v 'perl(gtkdoc-common.pl)'
|
/usr/lib/rpm/perl.req $* | grep -v 'perl(gtkdoc-common.pl)'
|
||||||
|
21
gtk-doc.spec
21
gtk-doc.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: API documentation generation tool for GTK+ and GNOME
|
Summary: API documentation generation tool for GTK+ and GNOME
|
||||||
Name: gtk-doc
|
Name: gtk-doc
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
Release: 5
|
Release: 4
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: gtk-doc-%{version}.tar.bz2
|
Source: gtk-doc-%{version}.tar.bz2
|
||||||
@ -12,7 +12,7 @@ BuildPrereq: docbook-utils jade
|
|||||||
Requires: docbook-utils jade
|
Requires: docbook-utils jade
|
||||||
|
|
||||||
Source1: filter-requires-gtk-doc.sh
|
Source1: filter-requires-gtk-doc.sh
|
||||||
%define __find_requires %{SOURCE1}
|
%define __perl_requires %{SOURCE1}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gtk-doc is a tool for generating API reference documentation.
|
gtk-doc is a tool for generating API reference documentation.
|
||||||
@ -44,6 +44,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/
|
%{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user