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