diff --git a/atkmm-2.24.2.tar.xz b/atkmm-2.24.2.tar.xz deleted file mode 100644 index d626fb2..0000000 Binary files a/atkmm-2.24.2.tar.xz and /dev/null differ diff --git a/atkmm-2.28.1.tar.xz b/atkmm-2.28.1.tar.xz new file mode 100644 index 0000000..9c01afb Binary files /dev/null and b/atkmm-2.28.1.tar.xz differ diff --git a/atkmm.spec b/atkmm.spec index c4beec0..f8848e0 100644 --- a/atkmm.spec +++ b/atkmm.spec @@ -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 - 2.28.1-1 +- Upgrade to 2.28.1 +- Use meson rebuild + * Mon Jan 4 2021 Ge Wang - 2.24.2-9 - Modify license infomation