[at-spi2-atk] Tighten deps

Kalev Lember kalev at fedoraproject.org
Thu Jun 20 20:47:00 UTC 2013


commit 7c23ebb88b6dc1bff3479dbe0eb04a1dd1387566
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Jun 20 20:39:59 2013 +0200

    Tighten deps
    
    Use arch-specific dep on at-spi2-core.

 at-spi2-atk.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec
index b091faa..47e5465 100644
--- a/at-spi2-atk.spec
+++ b/at-spi2-atk.spec
@@ -20,7 +20,7 @@ BuildRequires:  atk-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 
-Requires:       at-spi2-core >= %{at_spi2_core_version}
+Requires:       at-spi2-core%{?_isa} >= %{at_spi2_core_version}
 
 %description
 at-spi allows assistive technologies to access GTK-based
@@ -76,6 +76,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/libatk-bridge-2.0.la
 %changelog
 * Thu Jun 20 2013 Kalev Lember <kalevlember at gmail.com> - 2.9.3-1
 - Update to 2.9.3
+- Use arch-specific dep on at-spi2-core
 
 * Sun Jun 02 2013 Kalev Lember <kalevlember at gmail.com> - 2.9.2-1
 - Update to 2.9.2


More information about the scm-commits mailing list