]> git.pld-linux.org Git - packages/at-spi2-atk.git/commitdiff
- updated to 2.34.0 auto/th/at-spi2-atk-2.34.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Sep 2019 03:31:43 +0000 (05:31 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Sep 2019 03:31:43 +0000 (05:31 +0200)
at-spi2-atk.spec

index 2342a2698f0d87ccb9ab259ecdceacda7eba60a4..065bc7237eb7acbe5ffd57cf04d538ce34b3f84e 100644 (file)
@@ -5,28 +5,29 @@
 Summary:       A GTK+ module that bridges ATK to D-Bus at-spi
 Summary(pl.UTF-8):     Moduł GTK+ łączący ATK z at-spi jako usługą D-Bus
 Name:          at-spi2-atk
-Version:       2.32.0
+Version:       2.34.0
 Release:       1
-License:       LGPL v2+
+License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/at-spi2-atk/2.32/%{name}-%{version}.tar.xz
-# Source0-md5: 6a4b27bace3b9352721ed462b95f6291
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/at-spi2-atk/2.34/%{name}-%{version}.tar.xz
+# Source0-md5: 55a143c515ebaa1e66ef11ac5d124ca0
 URL:           https://wiki.linuxfoundation.org/accessibility/d-bus
-BuildRequires: at-spi2-core-devel >= 2.32.0
-BuildRequires: atk-devel >= 1:2.32.0
+BuildRequires: at-spi2-core-devel >= 2.34.0
+BuildRequires: atk-devel >= 1:2.34.0
 BuildRequires: dbus-devel >= 1.5
 BuildRequires: glib2-devel >= 1:2.32.0
 # for tests only
 #BuildRequires:        libxml2-devel >= 1:2.9.1
 BuildRequires: meson >= 0.40.1
+BuildRequires: ninja >= 1.5
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.727
+BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: sed >= 4.0
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      atk >= 1:2.32.0
-Requires:      at-spi2-core >= 2.32.0
+Requires:      atk >= 1:2.34.0
+Requires:      at-spi2-core >= 2.34.0
 Requires:      dbus >= 1.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,8 +43,8 @@ usługę D-Bus.
 Summary:       Shared atk-bridge library
 Summary(pl.UTF-8):     Biblioteka współdzielona atk-bridge
 Group:         Libraries
-Requires:      at-spi2-core-libs >= 2.32.0
-Requires:      atk >= 1:2.32.0
+Requires:      at-spi2-core-libs >= 2.34.0
+Requires:      atk >= 1:2.34.0
 Requires:      dbus-libs >= 1.5
 Requires:      glib2 >= 1:2.32.0
 Conflicts:     at-spi2-atk < 2.6.0-2
@@ -60,7 +61,7 @@ Summary:      Header files for atk-bridge library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki atk-bridge
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      at-spi2-core-devel >= 2.32.0
+Requires:      at-spi2-core-devel >= 2.34.0
 Requires:      glib2-devel >= 1:2.32.0
 
 %description devel
@@ -91,12 +92,12 @@ Biblioteka statyczna atk-bridge.
 %build
 %meson build
 
-%meson_build -C build
+%ninja_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%meson_install -C build
+%ninja_install -C build
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.117285 seconds and 4 git commands to generate.