!3 Upgrade to 2.28.1

From: @weijin-deng
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-06-30 06:33:43 +00:00 committed by Gitee
commit d0bf353a0f
3 changed files with 11 additions and 7 deletions

Binary file not shown.

BIN
atkmm-2.28.1.tar.xz Normal file

Binary file not shown.

View File

@ -2,14 +2,15 @@
%define version_no_minor %(echo %{version} | awk -F. '{print $1"."$2}')
Name: atkmm
Version: 2.24.2
Release: 9
Version: 2.28.1
Release: 1
Summary: C++ bindings for the ATK library
License: GPL-2.0+ and LGPL-2.1+
URL: http://www.gtkmm.org/
Source0: http://ftp.gnome.org/pub/GNOME/sources/atkmm/%{version_no_minor}/atkmm-%{version}.tar.xz
BuildRequires: gcc-c++ atk-devel glibmm24-devel >= 2.46.1
BuildRequires: gcc-c++ atk-devel glibmm24-devel >= 2.46.1 meson
BuildRequires: mm-common m4 perl doxygen graphviz libxslt
Requires: glibmm24%{?_isa} >= 2.46.1
%description
@ -41,12 +42,11 @@ This package provides the documentation files for the ATK library's C++ bindings
%build
%configure --disable-static
%make_build
%meson -Dbuild-documentation=true
%meson_build
%install
%make_install
%meson_install
%delete_la
%ldconfig_scriptlets
@ -68,6 +68,10 @@ This package provides the documentation files for the ATK library's C++ bindings
%changelog
* Fri Jun 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 2.28.1-1
- Upgrade to 2.28.1
- Use meson rebuild
* Mon Jan 4 2021 Ge Wang <wangge20@huawei.com> - 2.24.2-9
- Modify license infomation