Revert to the version that built
This commit is contained in:
parent
b93c0c4902
commit
24f257257a
16
gtk-doc.spec
16
gtk-doc.spec
@ -1,7 +1,7 @@
|
||||
Summary: API documentation generation tool for GTK+ and GNOME
|
||||
Name: gtk-doc
|
||||
Version: 1.9
|
||||
Release: 1%{?dist}
|
||||
Version: 1.8
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+ and GFDL+
|
||||
Group: Development/Tools
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.8/gtk-doc-%{version}.tar.bz2
|
||||
@ -14,9 +14,6 @@ BuildRequires: jade
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: scrollkeeper
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: libtool
|
||||
|
||||
Requires(post): scrollkeeper
|
||||
Requires(postun): scrollkeeper
|
||||
@ -34,9 +31,6 @@ Requires: sgml-common
|
||||
Source1: filter-requires-gtk-doc.sh
|
||||
%define __perl_requires %{SOURCE1}
|
||||
|
||||
# revert a broken upstream change
|
||||
Patch0: dochelpdir.patch
|
||||
|
||||
%description
|
||||
gtk-doc is a tool for generating API reference documentation.
|
||||
It is used for generating the documentation for GTK+, GLib
|
||||
@ -45,14 +39,11 @@ and GNOME.
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
%patch0 -p1 -R -b .dochelpdir
|
||||
|
||||
# Move this doc file to avoid name collisions
|
||||
mv doc/README doc/README.docs
|
||||
|
||||
%build
|
||||
aclocal
|
||||
automake
|
||||
%configure --enable-public-id --disable-scrollkeeper
|
||||
make
|
||||
|
||||
@ -87,9 +78,6 @@ scrollkeeper-update -q
|
||||
%{_datadir}/omf/gtk-doc/
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 1.9-1
|
||||
- Update to 1.9
|
||||
|
||||
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 1.8-3
|
||||
- Update the license field
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user