[orca] Don't depend on gnome 2 python libs

Kalev Lember kalev at fedoraproject.org
Tue Apr 17 15:46:03 UTC 2012


commit 1a577f05cce134b7a4c5bc78c3335b8f7ea00303
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Apr 17 17:58:59 2012 +0300

    Don't depend on gnome 2 python libs
    
     - Remove old gnome 2 python libs from BuildRequires (#716719)
     - Depend on libwnck3 instead of gnome-python2-libwnck, as Orca now uses
       Wnck through g-i
     - Require pyxdg (#761306)
    
    This will get rid of libwnck + gnome-python2-libwnck on the Desktop Live
    CD.

 orca.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/orca.spec b/orca.spec
index 6892248..902cf91 100644
--- a/orca.spec
+++ b/orca.spec
@@ -12,7 +12,7 @@
 
 Name:           orca
 Version:        3.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Assistive technology for people with visual impairments
 
 Group:          User Interface/Desktops
@@ -27,8 +27,6 @@ BuildRequires:  brltty >= %{brltty_version}
 BuildRequires:  pyxdg
 BuildRequires:  gettext
 BuildRequires:  intltool
-BuildRequires:  gnome-python2-devel
-BuildRequires:  gnome-python2-libwnck
 BuildRequires:  pygobject3-devel
 BuildRequires:  pyatspi
 BuildRequires:  at-spi2-core-devel
@@ -42,10 +40,9 @@ Obsoletes:      gnopernicus
 Provides:       gnopernicus
 
 Requires:       control-center
+Requires:       libwnck3
 Requires:       pyatspi
-
-Requires:       gnome-python2-libwnck
-
+Requires:       pyxdg
 Requires:       speech-dispatcher
 Requires:       speech-dispatcher-python
 Requires:       liblouis-python
@@ -99,6 +96,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Apr 17 2012 Kalev Lember <kalevlember at gmail.com> - 3.4.1-2
+- Don't depend on gnome 2 python libs (#716719)
+- Require pyxdg (#761306)
+
 * Tue Apr 17 2012 Kalev Lember <kalevlember at gmail.com> - 3.4.1-1
 - Update to 3.4.1
 


More information about the scm-commits mailing list