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