diff --git a/gtk-doc-1.29.tar.xz b/gtk-doc-1.29.tar.xz deleted file mode 100644 index 688ecf9d6f6c4601f6862ffc62a05e170b852f6c..0000000000000000000000000000000000000000 Binary files a/gtk-doc-1.29.tar.xz and /dev/null differ diff --git a/gtk-doc-1.32.tar.xz b/gtk-doc-1.32.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..6d4abb78ac7f7d6485755ad56132ee766d38815d Binary files /dev/null and b/gtk-doc-1.32.tar.xz differ diff --git a/gtk-doc.spec b/gtk-doc.spec index 38ab3c330772fa59fc716aa28d36d81edd583980..42f292d9927788f2a6a92905b1ed7e605da6555c 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -1,18 +1,21 @@ %global debug_package %{nil} %global __python %{__python3} +%bcond_with check + Name: gtk-doc -Version: 1.29 -Release: 4 +Version: 1.32 +Release: 1 Summary: Generate API documentation from comments that can be added to C code License: GPLv2+ and GFDL URL: https://www.gtk.org/gtk-doc/ -Source0: https://download.gnome.org/sources/gtk-doc/1.29/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gtk-doc/1.32/%{name}-%{version}.tar.xz BuildRequires: python3-six python3-devel docbook-utils libxslt gettext source-highlight BuildRequires: itstool yelp-tools docbook-style-xsl gcc gdb Requires: python3-six source-highlight docbook-style-xsl libxslt docbook-utils + %description GTK-Doc is a project which was started to generate API documentation from comments added to C code. It is typically used to document the public API of GTK and GNOME libraries, but it can also be used @@ -32,7 +35,9 @@ export PYTHON=%{__python3} %make_install %check -make check +%if %{with check} + make check +%endif %files %doc README doc/* examples @@ -42,9 +47,12 @@ make check %{_datadir}/%{name}/ %{_datadir}/*/*.pc %{_datadir}/help/*/%{name}-manual/ -%{_libdir}/cmake/ +%{_datadir}/cmake/ %changelog +* Mon Jun 8 2020 Dillon Chen - 1.32-1 +- upgrade to 1.32 + * Sat Mar 21 2020 hexiujun - 1.29-4 - Type:NA - ID:NA