This commit is contained in:
Alexander Stefanov 2020-04-27 22:18:25 +00:00
parent ec0a0cf4da
commit a9ce5e524a
2 changed files with 10 additions and 13 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
atk-2.28.1.tar.xz: aff82397db3b3121c4c01eba0904c9355347c6be atk-2.36.0.tar.xz: 7e4accf756bb76323acf7f91d8618e739aff56e6

View file

@ -11,8 +11,8 @@
Summary: Accessibility features for Gtk+ Summary: Accessibility features for Gtk+
Name: %{pkgname}%{api} Name: %{pkgname}%{api}
Version: 2.28.1 Version: 2.36.0
Release: 4 Release: 1
License: LGPLv2.1+ License: LGPLv2.1+
Group: Accessibility Group: Accessibility
Url: http://developer.gnome.org/projects/gap/ 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} %if %{with gtkdoc}
BuildRequires: gtk-doc >= 1.11-3 BuildRequires: gtk-doc >= 1.11-3
%endif %endif
BuildRequires: meson
BuildRequires: pkgconfig(glib-2.0) >= 2.5.7 BuildRequires: pkgconfig(glib-2.0) >= 2.5.7
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
@ -100,7 +101,9 @@ from GTK+ and GNOME widgets.
%files -n %{devname} %files -n %{devname}
%doc AUTHORS NEWS %doc AUTHORS NEWS
%if %{with gtkdoc}
%doc %{_datadir}/gtk-doc/html/* %doc %{_datadir}/gtk-doc/html/*
%endif
%{_includedir}/* %{_includedir}/*
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
@ -109,18 +112,12 @@ from GTK+ and GNOME widgets.
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%prep %prep
%setup -qn %{pkgname}-%{version} %setup -q -n %{pkgname}-%{version}
%build %build
%configure \ %meson
--disable-static \ %meson_build
%if %{with gtkdoc}
--enable-gtk-doc
%endif
%make
%install %install
%makeinstall_std %meson_install
%find_lang %{pkgname}10 %find_lang %{pkgname}10