2.1.91
This commit is contained in:
parent
9edb8828b3
commit
7bd55f9d3e
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user