!10 update version to 1.66.1

From: @wcc_140409
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-07-23 01:13:59 +00:00 committed by Gitee
commit 73633476c5
3 changed files with 9 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -3,15 +3,15 @@
%global __python %{__python3}
Name: gobject-introspection
Version: 1.58.3
Version: 1.66.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
Source0: https://download.gnome.org/sources/gobject-introspection/1.66/%{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
* Thu Jul 22 2021 wuchaochao <wuchaochao4@huawei.com> - 1.66.1-1
- Upgrade version to 1.66.1
* Sat Aug 29 2020 SimpleUpdate Robot <tc@openeuler.org> - 1.58.3-1
- Upgrade to version 1.58.3