This commit is contained in:
Matthias Clasen 2011-09-20 09:00:00 -04:00
parent 9edb8828b3
commit 7bd55f9d3e
3 changed files with 9 additions and 5 deletions

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ pyatspi-0.3.6.tar.bz2
/pyatspi-2.1.1.tar.bz2
/pyatspi-2.1.2.tar.xz
/pyatspi-2.1.4.tar.xz
/pyatspi-2.1.5.tar.xz
/pyatspi-2.1.90.tar.xz
/pyatspi-2.1.91.tar.xz

View File

@ -3,7 +3,7 @@
%global debug_package %{nil}
Name: pyatspi
Version: 2.1.4
Version: 2.1.91
Release: 1%{?dist}
Summary: Python bindings for at-spi
@ -14,7 +14,7 @@ URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
Source0: http://download.gnome.org/sources/pyatspi/2.1/%{name}-%{version}.tar.xz
BuildRequires: python
BuildRequires: pygobject2-devel >= 2.26.0
BuildRequires: pygobject3-devel >= 2.90.1
Requires: at-spi2-core
Requires: python-xlib
@ -38,7 +38,6 @@ This package includes a python client library for at-spi.
%prep
%setup -q
%build
%configure --disable-relocate
make
@ -49,12 +48,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING COPYING.GPL AUTHORS README
%{python_sitelib}/pyatspi
%changelog
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
- Update to 2.1.91
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
- Update to 2.1.4

View File

@ -1 +1 @@
5600aeadc5c71793f79aea7ac393bfa4 pyatspi-2.1.4.tar.xz
46cdc548fd6bd947f1b66fce0aadb24c pyatspi-2.1.91.tar.xz