Update to 2.7.91
This commit is contained in:
parent
9b94185193
commit
3399d479e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ pyatspi-0.3.6.tar.bz2
|
||||
/pyatspi-2.5.4.tar.xz
|
||||
/pyatspi-2.7.1.tar.xz
|
||||
/pyatspi-2.7.5.tar.xz
|
||||
/pyatspi-2.7.91.tar.xz
|
||||
|
||||
10
pyatspi.spec
10
pyatspi.spec
@ -1,8 +1,8 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.7.5
|
||||
Release: 2%{?dist}
|
||||
Version: 2.7.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for at-spi
|
||||
|
||||
Group: Development/Languages
|
||||
@ -70,9 +70,6 @@ pushd %{py3dir}
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
popd
|
||||
|
||||
# Install the example into docdir instead
|
||||
rm $RPM_BUILD_ROOT%{_bindir}/magFocusTracker.py
|
||||
|
||||
# Fix up the shebang for python3 example
|
||||
cp -a examples python3-examples
|
||||
sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.py
|
||||
@ -90,6 +87,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.91-1
|
||||
- Update to 2.7.91
|
||||
|
||||
* Sat Feb 23 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.5-2
|
||||
- Build python3-pyatspi with Python 3 support
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user