2.5.4
Removed python_sitelib definition; no longer needed with recent rpmbuild.
This commit is contained in:
parent
8a9828616c
commit
16edbadd60
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user