diff --git a/filter-requires-gtk-doc.sh b/filter-requires-gtk-doc.sh new file mode 100755 index 0000000..aae91a0 --- /dev/null +++ b/filter-requires-gtk-doc.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/lib/rpm/find-requires $* | grep -v 'perl(gtkdoc-common.pl)' diff --git a/gtk-doc.spec b/gtk-doc.spec index 163e564..611a696 100644 --- a/gtk-doc.spec +++ b/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 +- add dependency filter for bogus perl dependencies + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Thu Apr 25 2002 Havoc Pennington +- rebuild in different environment + * Thu Apr 4 2002 Jeremy Katz - update to 0.9