diff --git a/graphene.spec b/graphene.spec index 7e1599e..56d8cc5 100644 --- a/graphene.spec +++ b/graphene.spec @@ -9,6 +9,7 @@ Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: gcc BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc BuildRequires: meson >= 0.50.1 BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0 @@ -36,7 +37,7 @@ the functionality of the installed %{name} package. %autosetup -p1 %build -%meson +%meson -Dgtk_doc=true %meson_build %install @@ -56,6 +57,7 @@ the functionality of the installed %{name} package. %{_libdir}/pkgconfig/graphene-1.0.pc %{_libdir}/pkgconfig/graphene-gobject-1.0.pc %{_datadir}/gir-1.0/ +%{_datadir}/gtk-doc/ %files tests %{_libexecdir}/installed-tests/ @@ -64,6 +66,7 @@ the functionality of the installed %{name} package. %changelog * Mon Jun 22 2020 Kalev Lember - 1.10.2-1 - Update to 1.10.2 +- Enable gtk-doc support * Wed Jan 29 2020 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild