From 0c1a978d2d4c65e1bdc71375ab92eebd0ffd1884 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:20:13 +0100 Subject: [PATCH] rebuilt with glib sources needed to add docs to gir (fixes glibd build) [release 1.66.1-2mamba;Thu Oct 22 2020] --- gobject-introspection.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index beae5c5..154631a 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,7 +1,8 @@ %define majver %(echo %version | cut -d. -f1-2) +%define glibver 2.%(echo %version | cut -d. -f2) Name: gobject-introspection Version: 1.66.1 -Release: 1mamba +Release: 2mamba Summary: A convenient bridge between C and a runtime language and more Group: System/Libraries Vendor: openmamba @@ -9,13 +10,13 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://live.gnome.org/GObjectIntrospection Source: http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/%{majver}/gobject-introspection-%{version}.tar.xz +Source1: http://ftp.gnome.org/pub/GNOME/sources/glib/%{glibver}/glib-%{glibver}.0.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libffi-devel BuildRequires: libglib-devel -BuildRequires: libselinux-devel -BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: python-mako-py36 BuildRequires: python-Markdown-py36 @@ -45,12 +46,13 @@ Requires: gtk-doc This package includes the %{name} API documentation. %prep -%setup -q +%setup -q -a1 %build %meson \ -Dgtk_doc=true \ - -Dodctool=true + -Dglib_src_dir=${PWD}/glib-%{glibver}.0 \ + -Ddoctool=enabled %meson_build @@ -100,6 +102,9 @@ This package includes the %{name} API documentation. %{_datadir}/gtk-doc/html/gi/* %changelog +* Thu Oct 22 2020 Silvan Calarco 1.66.1-2mamba +- rebuilt with glib sources needed to add docs to gir (fixes glibd build) + * Sat Oct 03 2020 Automatic Build System 1.66.1-1mamba - automatic version update by autodist