!3 Upgrade to 2.64.5

From: @weijin-deng
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-06-28 08:04:40 +00:00 committed by Gitee
commit 0ff025ae1d
3 changed files with 14 additions and 11 deletions

Binary file not shown.

BIN
glibmm-2.64.5.tar.xz Normal file

Binary file not shown.

View File

@ -1,14 +1,16 @@
Name: glibmm24
Version: 2.58.0
Release: 2
Version: 2.64.5
Release: 1
Summary: C++ interface for the GLib library
License: LGPLv2+
URL: http://www.gtkmm.org/
Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.58/glibmm-2.58.0.tar.xz
Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.64/glibmm-%{version}.tar.xz
BuildRequires: gcc-c++ glib2-devel >= 2.55.1 libsigc++20-devel >= 2.9.1
BuildRequires: gcc-c++ glib2-devel >= 2.61.2 libsigc++20-devel >= 2.9.1
BuildRequires: m4 perl-generators perl-interpreter perl-Getopt-Long
Requires: glib2 >= 2.55.1 libsigc++20 >= 2.9.1
BuildRequires: meson doxygen libxslt mm-common graphviz
Requires: glib2 >= 2.61.2 libsigc++20 >= 2.9.1
%description
The glibmm package is a set of C++ bindings for Glib.
@ -40,14 +42,11 @@ The glibmm24-help package contains the full API documentation for glibmm24.
%build
%configure
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%make_build
%meson -Dbuild-documentation=true
%meson_build
%install
%make_install
%meson_install
%delete_la
@ -67,5 +66,9 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%changelog
* Fri Jun 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 2.64.5-1
- Upgrade to 2.64.5
- Use meson rebuild
* Thu Dec 12 2019 zoushuangshuang<zoushuangshuang@huawei.com> - 2.58.0-2
- Package init