[at-spi2-atk] Require at-spi2-core >= 2.7.5

Kalev Lember kalev at fedoraproject.org
Tue Feb 5 22:44:30 UTC 2013


commit a4cb1f72be801d298a3078377ae16d9315801617
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Feb 5 21:38:13 2013 +0100

    Require at-spi2-core >= 2.7.5

 at-spi2-atk.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec
index 4c1b060..0cb7376 100644
--- a/at-spi2-atk.spec
+++ b/at-spi2-atk.spec
@@ -1,3 +1,5 @@
+%global at_spi2_core_version 2.7.5
+
 Name:           at-spi2-atk
 Version:        2.7.5
 Release:        1%{?dist}
@@ -9,7 +11,7 @@ URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
 #VCS: git:git://git.gnome.org/at-spi-atk
 Source0:        http://download.gnome.org/sources/at-spi2-atk/2.7/%{name}-%{version}.tar.xz
 
-BuildRequires:  at-spi2-core-devel
+BuildRequires:  at-spi2-core-devel >= %{at_spi2_core_version}
 BuildRequires:  dbus-devel
 BuildRequires:  dbus-glib-devel
 BuildRequires:  glib2-devel
@@ -18,7 +20,7 @@ BuildRequires:  atk-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 
-Requires:       at-spi2-core
+Requires:       at-spi2-core >= %{at_spi2_core_version}
 
 %description
 at-spi allows assistive technologies to access GTK-based


More information about the scm-commits mailing list