From e3098ab0854a91694c2470be96fe2c307b2af867 Mon Sep 17 00:00:00 2001 From: David King Date: Jan 19 2021 10:16:22 +0000 Subject: Disable test suite on non-Fedora --- diff --git a/gtk-doc.spec b/gtk-doc.spec index 8467db2..cee18f0 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -2,7 +2,7 @@ Name: gtk-doc Version: 1.33.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: API documentation generation tool for GTK+ and GNOME License: GPLv2+ and GFDL @@ -25,7 +25,9 @@ BuildRequires: glib2-devel BuildRequires: meson BuildRequires: python3-devel BuildRequires: python3-pygments +%if 0%{?fedora} BuildRequires: python3-parameterized +%endif BuildRequires: python3-anytree BuildRequires: python3-lxml BuildRequires: yelp-tools @@ -56,8 +58,10 @@ mv doc/README doc/README.docs %py_byte_compile %{__python3} %{buildroot}%{_datadir}/gtk-doc/ +%if 0%{?fedora} %check %meson_test +%endif %files %license COPYING COPYING-DOCS @@ -70,6 +74,9 @@ mv doc/README doc/README.docs %{_libdir}/cmake/ %changelog +* Tue Jan 19 2021 David King - 1.33.1-3 +- Disable test suite on non-Fedora + * Mon Jan 18 2021 David King - 1.33.1-2 - Remove unused runtime dependency on python3-parameterized - Update URL (#1905556)