Bump to gtk-doc 1.33.2 97/267597/2 accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_8.0_base accepted/tizen_base accepted/tizen_base_dev sandbox/jinwang.an/gtk-doc_1.33.2_20211203 tizen_7.0_base tizen_7.0_base_hotfix tizen_8.0_base tizen_base accepted/tizen/7.0/base/20221116.025702 accepted/tizen/7.0/base/hotfix/20221116.055119 accepted/tizen/8.0/base/20231005.044753 accepted/tizen/base/20211214.223138 accepted/tizen/base/20221115.103540 accepted/tizen/base/dev/20230602.080602 submit/tizen_base/20211210.031230 tizen_7.0_m2_release tizen_8.0_m2_release
authorJinWang An <jinwang.an@samsung.com>
Fri, 3 Dec 2021 08:21:22 +0000 (17:21 +0900)
committerJinWang An <jinwang.an@samsung.com>
Thu, 9 Dec 2021 11:01:19 +0000 (20:01 +0900)
Change-Id: I647260af7acc424f3d7f45d5eb149ad7931372ff
Signed-off-by: JinWang An <jinwang.an@samsung.com>
packaging/gtk-doc.spec [new file with mode: 0644]

diff --git a/packaging/gtk-doc.spec b/packaging/gtk-doc.spec
new file mode 100644 (file)
index 0000000..039b775
--- /dev/null
@@ -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