diff --git a/gobject-introspection-1.58.0.tar.xz b/gobject-introspection-1.58.0.tar.xz deleted file mode 100644 index 08cd9ab734437421a5a4e08130c41782ee99a297..0000000000000000000000000000000000000000 Binary files a/gobject-introspection-1.58.0.tar.xz and /dev/null differ diff --git a/gobject-introspection-1.64.1.tar.xz b/gobject-introspection-1.64.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..6c17ab86c7644913f5199c58ba941160738931c9 Binary files /dev/null and b/gobject-introspection-1.64.1.tar.xz differ diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 00aad73061651f13bc986393539d038bd1f6d7aa..8f7a906983b90c60e2afe3cc3e9d3934272b55cf 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -3,15 +3,15 @@ %global __python %{__python3} Name: gobject-introspection -Version: 1.58.0 -Release: 6 +Version: 1.64.1 +Release: 1 Summary: Introspection system for GObject-based libraries License: GPLv2+, LGPLv2+, MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection Source0: https://download.gnome.org/sources/gobject-introspection/1.58/%{name}-%{version}.tar.xz -BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt gdb +BuildRequires: gcc bison cairo-gobject-devel chrpath flex fontconfig-devel freetype-devel gettext glib2-devel >= %{glib2_version} libxslt gdb meson BuildRequires: gtk-doc libffi-devel libX11-devel libXfixes-devel libXft-devel libxml2-devel mesa-libGL-devel python3-devel python3-mako python3-markdown Requires: glib2%{?_isa} >= %{glib2_version} @@ -37,15 +37,11 @@ Libraries and headers for gobject-introspection %autosetup -p1 %build -%configure --enable-gtk-doc --enable-doctool --with-python=%{__python3} -%make_build +%meson -Ddoctool=enabled -Dgtk_doc=true -Dpython=%{__python3} +%meson_build %install -%make_install - -%chrpath_delete - -%delete_la_and_a +%meson_install %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT" @@ -79,6 +75,9 @@ fi %{_mandir}/man1/*.gz %changelog +* Fri Jul 24 2020 openEuler Buildteam - 1.64.1-1 +- update software to v1.64.1 + * Sat Mar 14 2020 openEuler Buildteam - 1.58.0-6 - fixbug in self-building