From: JinWang An Date: Fri, 3 Dec 2021 08:21:22 +0000 (+0900) Subject: Bump to gtk-doc 1.33.2 X-Git-Tag: submit/tizen_base/20211210.031230^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fjinwang.an%2Fgtk-doc_1.33.2_20211203;p=platform%2Fupstream%2Fgtk-doc.git Bump to gtk-doc 1.33.2 Change-Id: I647260af7acc424f3d7f45d5eb149ad7931372ff Signed-off-by: JinWang An --- 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