commit
d0bf353a0f
Binary file not shown.
BIN
atkmm-2.28.1.tar.xz
Normal file
BIN
atkmm-2.28.1.tar.xz
Normal file
Binary file not shown.
18
atkmm.spec
18
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 <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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user