Accepting request 134934 from home:Zaitor:branches:GNOME:Factory

Update and hack to silence lintwarning, remove patch that was not intended to be included in SR

OBS-URL: https://build.opensuse.org/request/show/134934
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=64
This commit is contained in:
2012-09-21 20:34:14 +00:00
committed by Git OBS Bridge
parent cbb79361d4
commit 6450737c6b
4 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
Name: python-atspi
%define _name pyatspi
Version: 2.5.91
Version: 2.5.92
Release: 0
Summary: Assistive Technology Service Provider Interface - Python bindings
License: LGPL-2.0
@@ -59,6 +59,8 @@ This package contains the python bindings for AT-SPI.
%install
%makeinstall
%fdupes %{buildroot}%{python_sitelib}
## Dirty hack to set executable bit, remove once upstream has fixed it. bgo#682636, last checked 2.5.92
chmod +x "%{buildroot}%{python_sitelib}/examples/magFocusTracker.py"
%clean
rm -rf %{buildroot}
@@ -66,6 +68,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{python_sitelib}/examples/
%{python_sitelib}/pyatspi/
%changelog