Removed python_sitelib definition; no longer needed with recent
rpmbuild.
This commit is contained in:
Kalev Lember 2012-07-18 21:06:01 +03:00
parent 8a9828616c
commit 16edbadd60
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <kalevlember@gmail.com> - 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 <kalevlember@gmail.com> - 2.5.3-1
- Update to 2.5.3

View File

@ -1 +1 @@
694c4587b5cd6d93e417848b925ec2c8 pyatspi-2.5.3.tar.xz
fb1a3ed969a49e14ccb77b04512642a5 pyatspi-2.5.4.tar.xz