diff options
Diffstat (limited to 'admin/python-larch.spec')
-rw-r--r-- | admin/python-larch.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/admin/python-larch.spec b/admin/python-larch.spec index b780c54..5a496b2 100644 --- a/admin/python-larch.spec +++ b/admin/python-larch.spec @@ -1,10 +1,8 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} - %global pkgname larch Name: python-%{pkgname} Version: 1.20120527 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python B-tree library License: GPLv3+ @@ -79,8 +77,9 @@ cp -p fsck-larch.1 %{buildroot}%{_mandir}/man1/ %check -# some errors occur though they don't stop the checking process; -# verify later +# CoverageTestRunner trips up on build directory; +# since we've already done the install phase, remove it first +rm -rf build make check @@ -95,5 +94,9 @@ make check %changelog +* Tue Jun 19 2012 Michel Salim <salimma@fedoraproject.org> - 1.20120527-2 +- Remove redundant %%{python_sitelib} declaration +- Fix %%check when using latest version of CoverageTestRunner + * Sun Jun 3 2012 Michel Salim <salimma@fedoraproject.org> - 1.20120527-1 - Initial package |