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:
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+
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