diff --git a/.abf.yml b/.abf.yml index c2f7243..f1e508b 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - atk-2.28.1.tar.xz: aff82397db3b3121c4c01eba0904c9355347c6be + atk-2.36.0.tar.xz: 7e4accf756bb76323acf7f91d8618e739aff56e6 diff --git a/atk1.0.spec b/atk1.0.spec index 24538d0..5feed45 100644 --- a/atk1.0.spec +++ b/atk1.0.spec @@ -11,8 +11,8 @@ Summary: Accessibility features for Gtk+ Name: %{pkgname}%{api} -Version: 2.28.1 -Release: 4 +Version: 2.36.0 +Release: 1 License: LGPLv2.1+ Group: Accessibility Url: http://developer.gnome.org/projects/gap/ @@ -20,6 +20,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{pkgname}/%{url_ver}/%{pkgname} %if %{with gtkdoc} BuildRequires: gtk-doc >= 1.11-3 %endif +BuildRequires: meson BuildRequires: pkgconfig(glib-2.0) >= 2.5.7 BuildRequires: pkgconfig(gobject-introspection-1.0) @@ -100,7 +101,9 @@ from GTK+ and GNOME widgets. %files -n %{devname} %doc AUTHORS NEWS +%if %{with gtkdoc} %doc %{_datadir}/gtk-doc/html/* +%endif %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/* @@ -109,18 +112,12 @@ from GTK+ and GNOME widgets. #---------------------------------------------------------------------------- %prep -%setup -qn %{pkgname}-%{version} +%setup -q -n %{pkgname}-%{version} %build -%configure \ - --disable-static \ -%if %{with gtkdoc} - --enable-gtk-doc -%endif - -%make +%meson +%meson_build %install -%makeinstall_std - +%meson_install %find_lang %{pkgname}10