update version
This commit is contained in:
parent
6d3ed92bfc
commit
e8eeb75024
Binary file not shown.
BIN
gobject-introspection-1.66.1.tar.xz
Normal file
BIN
gobject-introspection-1.66.1.tar.xz
Normal file
Binary file not shown.
@ -3,15 +3,15 @@
|
|||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.58.3
|
Version: 1.66.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Introspection system for GObject-based libraries
|
Summary: Introspection system for GObject-based libraries
|
||||||
|
|
||||||
License: GPLv2+, LGPLv2+, MIT
|
License: GPLv2+, LGPLv2+, MIT
|
||||||
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
|
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
|
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}
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||||
@ -37,15 +37,11 @@ Libraries and headers for gobject-introspection
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc --enable-doctool --with-python=%{__python3}
|
%meson -Ddoctool=enabled -Dgtk_doc=true -Dpython=%{__python3}
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
%chrpath_delete
|
|
||||||
|
|
||||||
%delete_la_and_a
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
|
||||||
@ -79,6 +75,9 @@ fi
|
|||||||
%{_mandir}/man1/*.gz
|
%{_mandir}/man1/*.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Aug 29 2020 SimpleUpdate Robot <tc@openeuler.org> - 1.58.3-1
|
||||||
- Upgrade to version 1.58.3
|
- Upgrade to version 1.58.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user