diff --git a/gtk-doc-1.32.tar.xz b/gtk-doc-1.32.tar.xz deleted file mode 100644 index 6d4abb78ac7f7d6485755ad56132ee766d38815d..0000000000000000000000000000000000000000 Binary files a/gtk-doc-1.32.tar.xz and /dev/null differ diff --git a/gtk-doc-1.33.0.tar.xz b/gtk-doc-1.33.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..e9f67ec60aacbdcef86d836483f2715654fd7079 Binary files /dev/null and b/gtk-doc-1.33.0.tar.xz differ diff --git a/gtk-doc.spec b/gtk-doc.spec index ca47820355f6d3d4a01db10df88c04caaec40006..0beb4959e7061928681bbd78887cc5faf0dc0014 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -1,18 +1,17 @@ %global debug_package %{nil} %global __python %{__python3} -%bcond_with check - Name: gtk-doc -Version: 1.32 +Version: 1.33.0 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.32/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gtk-doc/1.33/%{name}-%{version}.tar.xz -BuildRequires: python3-six python3-devel docbook-utils libxslt gettext +BuildRequires: python3-devel docbook-utils libxslt gettext BuildRequires: itstool yelp-tools docbook-style-xsl gcc gdb +BuildRequires: dblatex meson glib2-devel BuildRequires: python3-pygments BuildRequires: python3-parameterized BuildRequires: python3-anytree @@ -20,6 +19,7 @@ BuildRequires: python3-lxml Requires: docbook-style-xsl docbook-utils libxslt Requires: python3-pygments python3-parameterized python3-anytree python3-lxml + %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,16 +32,14 @@ mv doc/README doc/README.1 %build export PYTHON=%{__python3} -%configure -%make_build +%meson +%meson_build %install -%make_install +%meson_install %check -%if %{with check} - make check -%endif +%meson_test %files %doc README doc/* examples @@ -54,6 +52,9 @@ export PYTHON=%{__python3} %{_datadir}/cmake/ %changelog +* Tue Dec 1 2020 Dillon Chen - 1.33.0-1 +- upgrade to 1.33.0 + * Mon Jun 8 2020 Dillon Chen - 1.32-1 - upgrade to 1.32 @@ -66,8 +67,9 @@ export PYTHON=%{__python3} * Wed Jan 15 2020 gulining - 1.29-3 - solve unresolveable -* Tue Dec 4 2019 openEuler Buildteam - 1.29-2 +* Wed Dec 4 2019 openEuler Buildteam - 1.29-2 - strenthen spec -* Mon Aug 29 2019 openEuler Buildteam - 1.29-1 +* Thu Aug 29 2019 openEuler Buildteam - 1.29-1 - Package init +