From 16edbadd60ea92fcbfa45e7c105b72966c0a2af8 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 18 Jul 2012 21:06:01 +0300 Subject: [PATCH] 2.5.4 Removed python_sitelib definition; no longer needed with recent rpmbuild. --- .gitignore | 1 + pyatspi.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f668ec2..ed182ad 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ pyatspi-0.3.6.tar.bz2 /pyatspi-2.4.0.tar.xz /pyatspi-2.5.1.tar.xz /pyatspi-2.5.3.tar.xz +/pyatspi-2.5.4.tar.xz diff --git a/pyatspi.spec b/pyatspi.spec index 8ca6f60..319cd2c 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -1,9 +1,7 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - %global debug_package %{nil} Name: pyatspi -Version: 2.5.3 +Version: 2.5.4 Release: 1%{?dist} Summary: Python bindings for at-spi @@ -51,6 +49,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Wed Jul 18 2012 Kalev Lember - 2.5.4-1 +- Update to 2.5.4 +- Removed python_sitelib definition; no longer needed with recent rpmbuild + * Thu Jun 28 2012 Kalev Lember - 2.5.3-1 - Update to 2.5.3 diff --git a/sources b/sources index b75243a..134aeca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -694c4587b5cd6d93e417848b925ec2c8 pyatspi-2.5.3.tar.xz +fb1a3ed969a49e14ccb77b04512642a5 pyatspi-2.5.4.tar.xz