gtk-doc/gtk-doc.spec
OBS User autobuild e5c0586827 Accepting request 27839 from GNOME:Factory
Copy from GNOME:Factory/gtk-doc based on submit request 27839 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/27839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-doc?expand=0&rev=8
2009-12-29 18:02:06 +00:00

87 lines
2.7 KiB
RPMSpec

#
# spec file for package gtk-doc (Version 1.13)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gtk-doc
# When updating this package, please don't forget to update the gtk-doc.m4 Source
# in glib2.
BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxslt
BuildRequires: openjade
BuildRequires: pkg-config
BuildRequires: python
BuildRequires: sgml-skel
BuildRequires: gnome-doc-utils-devel
License: GPLv2+
Group: Productivity/Publishing/SGML
# Old for <= 10.2 & CODE10
Provides: gtkdoc = %{version}
Obsoletes: gtkdoc
Requires: openjade libxml2 docbook-xsl-stylesheets libxslt docbook_4
Requires: docbook-dsssl-stylesheets
AutoReqProv: on
Version: 1.13
Release: 1
Summary: GTK+ DocBook Documentation Generator
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM gtk-doc-fixxref-module.patch bgo605211 vuntz@opensuse.org -- Fix build of packages using gtk-doc, when they don't use it correctly
Patch0: gtk-doc-fixxref-module.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Gtkdoc is a set of Perl scripts that generate API reference
documentation in DocBook format. It can extract documentation from
source code comments in a manner similar to Java-doc. It is used to
generate the documentation for GLib, Gtk+, and GNOME.
%prep
%setup -q
%patch0 -p1
%build
%configure --disable-scrollkeeper
make %{?jobs:-j%jobs}
%install
%makeinstall
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
mv -v doc/README doc/doc.README
%files
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING-DOCS ChangeLog NEWS README TODO doc/*
%{_bindir}/*
%{_datadir}/aclocal/*.m4
%{_datadir}/gtk-doc
%{_datadir}/pkgconfig/*.pc
%{_datadir}/sgml/gtk-doc
%doc %{_datadir}/gnome/help/gtk-doc-manual
%doc %{_datadir}/omf/gtk-doc-manual
# We have to own those directories since we can't depend on anything that will
# own them, unfortunately :/
%dir %{_datadir}/gnome
%dir %{_datadir}/gnome/help
%dir %{_datadir}/omf
%clean
rm -rf $RPM_BUILD_ROOT
%changelog