auto-import changelog data from gtk-doc-0.9-4.src.rpm
Thu May 30 2002 Chip Turner <cturner@redhat.com> - add dependency filter for bogus perl dependencies Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild Thu Apr 25 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment
This commit is contained in:
parent
8bc60c68c7
commit
40d234c094
3
filter-requires-gtk-doc.sh
Executable file
3
filter-requires-gtk-doc.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/lib/rpm/find-requires $* | grep -v 'perl(gtkdoc-common.pl)'
|
14
gtk-doc.spec
14
gtk-doc.spec
@ -1,7 +1,7 @@
|
||||
Summary: API documentation generation tool for GTK+ and GNOME
|
||||
Name: gtk-doc
|
||||
Version: 0.9
|
||||
Release: 1
|
||||
Release: 4
|
||||
License: LGPL
|
||||
Group: Development/Tools
|
||||
Source: gtk-doc-%{version}.tar.bz2
|
||||
@ -11,6 +11,9 @@ URL: http://www.gtk.org/rdp
|
||||
BuildPrereq: docbook-utils jade
|
||||
Requires: docbook-utils jade
|
||||
|
||||
Source1: filter-requires-gtk-doc.sh
|
||||
%define __find_requires %{SOURCE1}
|
||||
|
||||
%description
|
||||
gtk-doc is a tool for generating API reference documentation.
|
||||
It is used for generating the documentation for GTK+, GLib
|
||||
@ -41,6 +44,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/
|
||||
|
||||
%changelog
|
||||
* Thu May 30 2002 Chip Turner <cturner@redhat.com>
|
||||
- add dependency filter for bogus perl dependencies
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
|
||||
- rebuild in different environment
|
||||
|
||||
* Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
|
||||
- update to 0.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user