From d4fd149e9c58382ea8cd9befbdb0d007242b9e2009161e022a918ccd87fdd148 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 29 Oct 2012 20:52:51 +0000 Subject: [PATCH] Accepting request 139115 from home:dimstar:branches:GNOME:Factory Do not install magFocusTracker.py sample applications - Removes unversioned dependency on typelib(Gdk). OBS-URL: https://build.opensuse.org/request/show/139115 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=68 --- python-atspi.changes | 7 +++++++ python-atspi.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-atspi.changes b/python-atspi.changes index f9b828b..9a6c735 100644 --- a/python-atspi.changes +++ b/python-atspi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 23 19:12:12 UTC 2012 - dimstar@opensuse.org + +- Do not install magFocusTracker.py sample applications. Useless + for normal users and in plus it introduces an unversioned + typelib(Gdk) dependency, which causes unresolvables in Factory. + ------------------------------------------------------------------- Tue Sep 25 21:27:15 UTC 2012 - dimstar@opensuse.org diff --git a/python-atspi.spec b/python-atspi.spec index 4bb8fc6..2d31ac9 100644 --- a/python-atspi.spec +++ b/python-atspi.spec @@ -58,6 +58,8 @@ make %{?_smp_mflags} %install %make_install +# This is a rather useless samaple application +rm %{buildroot}%{_bindir}/magFocusTracker.py %fdupes %{buildroot}%{python_sitelib} %clean @@ -66,7 +68,6 @@ rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING README -%{_bindir}/magFocusTracker.py %{python_sitelib}/pyatspi/ %changelog