Update to 2.7.91

This commit is contained in:
Kalev Lember 2013-03-20 16:01:54 +01:00
parent 9b94185193
commit 3399d479e1
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
569a25f7d15dba423bc5aaf505356af2 pyatspi-2.7.5.tar.xz
9d4369c6be67d38dbc7708013ba139ce pyatspi-2.7.91.tar.xz