rebuilt with glib sources needed to add docs to gir (fixes glibd build) [release 1.66.1-2mamba;Thu Oct 22 2020]
This commit is contained in:
parent
fd56416a07
commit
0c1a978d2d
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.66.1-2mamba
|
||||
- rebuilt with glib sources needed to add docs to gir (fixes glibd build)
|
||||
|
||||
* Sat Oct 03 2020 Automatic Build System <autodist@mambasoft.it> 1.66.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user