summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-19 18:52:30 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-19 18:52:30 +0700
commit469e72c5ad3b17b10b6a0a199e633301193b4bc2 (patch)
tree8c7b1f7bd50a4fc50ff742f9c1d2d3bf0f1941bc
parentbf2b0fd06777aa9e43e01ec9288f3f2be031a7bc (diff)
downloadspecs-469e72c5ad3b17b10b6a0a199e633301193b4bc2.tar.gz
specs-469e72c5ad3b17b10b6a0a199e633301193b4bc2.tar.xz
specs-469e72c5ad3b17b10b6a0a199e633301193b4bc2.zip
Update larch packaging
-rw-r--r--admin/python-larch.spec13
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