|
@@ -1,19 +1,20 @@
|
|
|
-%define name gtk-doc
|
|
|
-%define ver 1.24
|
|
|
-%define rel 1%{_dist_release}
|
|
|
-
|
|
|
-Summary: API documentation generation tool for GTK+ and GNOME
|
|
|
-Summary(ja): GTK+/GNOME 用 API ドキュメント生成ツール
|
|
|
-Name: %{name}
|
|
|
-Version: %{ver}
|
|
|
-Release: %{rel}
|
|
|
-License: LGPL
|
|
|
-Group: Development/Tools
|
|
|
-Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.24/%{name}-%{version}.tar.xz
|
|
|
+Name: gtk-doc
|
|
|
+Summary: API documentation generation tool for GTK+ and GNOME
|
|
|
+Summary(ja): GTK+/GNOME 用 API ドキュメント生成ツール
|
|
|
+Version: 1.32
|
|
|
+Release: 1%{_dist_release}
|
|
|
+License: LGPL
|
|
|
+Group: Development/Tools
|
|
|
+
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+Packager: daisuke
|
|
|
+
|
|
|
+URL: https://www.gtk.org/gtk-doc/
|
|
|
+Source: https://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
|
|
|
Source1: filter-requires-gtk-doc.sh
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
-URL: http://www.gtk.org/gtk-doc/
|
|
|
-BuildArch: noarch
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
+BuildArch: noarch
|
|
|
|
|
|
BuildRequires: yelp-tools
|
|
|
BuildRequires: docbook-utils
|
|
@@ -21,6 +22,7 @@ BuildRequires: docbook-style-xsl
|
|
|
BuildRequires: openjade
|
|
|
BuildRequires: libxslt
|
|
|
BuildRequires: vim
|
|
|
+BuildRequires: python3
|
|
|
|
|
|
Requires: docbook-utils
|
|
|
Requires: docbook-style-xsl
|
|
@@ -32,10 +34,6 @@ Requires: diffutils
|
|
|
#define __find_requires %{SOURCE1}
|
|
|
%define __perl_requires %{SOURCE1}
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
-Distribution: Vine Linux
|
|
|
-Packager: daisuke, Takemikaduchi
|
|
|
-
|
|
|
%description
|
|
|
gtk-doc is a tool for generating API reference documentation.
|
|
|
It is used for generating the documentation for GTK+, GLib
|
|
@@ -63,15 +61,22 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
|
%defattr(-, root, root)
|
|
|
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README doc/* examples
|
|
|
+%license COPYING
|
|
|
+%doc AUTHORS ChangeLog INSTALL NEWS README doc/* examples
|
|
|
%{_bindir}/*
|
|
|
%{_datadir}/aclocal/gtk-doc.m4
|
|
|
%{_datadir}/gtk-doc
|
|
|
-%{_datadir}/help
|
|
|
-%{_datadir}/sgml/gtk-doc
|
|
|
+%dir %{_datadir}/help
|
|
|
+%dir %{_datadir}/help/*
|
|
|
+%{_datadir}/help/*/gtk-doc-manual
|
|
|
%{_datadir}/pkgconfig/*.pc
|
|
|
+%dir %{_datadir}/cmake
|
|
|
+%{_datadir}/cmake/GtkDoc
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Oct 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.32-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.24-1
|
|
|
- new upstream release
|
|
|
|