From e7fa094d849362e789a128c46327f15b407a8248 Mon Sep 17 00:00:00 2001 From: JinWang An Date: Fri, 3 Dec 2021 17:21:22 +0900 Subject: [PATCH] Bump to gtk-doc 1.33.2 Change-Id: I647260af7acc424f3d7f45d5eb149ad7931372ff Signed-off-by: JinWang An --- packaging/gtk-doc.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 packaging/gtk-doc.spec diff --git a/packaging/gtk-doc.spec b/packaging/gtk-doc.spec new file mode 100644 index 0000000..039b775 --- /dev/null +++ b/packaging/gtk-doc.spec @@ -0,0 +1,55 @@ +Name: gtk-doc +Version: 1.33.2 +Release: 0 +Summary: GTK+ DocBook Documentation Generator +License: GPL-2.0+ +Group: Productivity/Publishing/SGML +Url: http://www.gtk.org/gtk-doc/ +Source: https://download.gnome.org/sources/gtk-doc/1.33//%{name}-%{version}.tar.xz +BuildRequires: docbook-xsl-stylesheets +BuildRequires: libxml2-tools +BuildRequires: libxslt +BuildRequires: pkg-config +BuildRequires: python3-base +BuildRequires: sgml-skel +BuildRequires: xsltproc +BuildRequires: gettext +BuildRequires: itstool +Requires: python3 +Requires: docbook-xsl-stylesheets +Requires: docbook_4 +Requires: libxml2-tools +Requires: libxslt +Requires: libxslt-tools + +%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 + +%build +%autogen +%configure --disable-scrollkeeper +%{__make} %{?_smp_mflags} + +%install +%make_install +rm -rf %{buildroot}%{_datadir}/help + +%files +%defattr(-,root,root) +%license COPYING +%{_bindir}/gtkdoc-* +%{_bindir}/gtkdocize +%{_datadir}/cmake/GtkDoc/*.cmake +%dir %{_datadir}/gtk-doc/data +%{_datadir}/gtk-doc/data/* +%dir %{_datadir}/gtk-doc/python/gtkdoc +%{_datadir}/gtk-doc/python/gtkdoc/* +%dir %{_datadir}/aclocal +%{_datadir}/aclocal/gtk-doc.m4 +%{_datadir}/pkgconfig/gtk-doc.pc -- 2.7.4