[autowrap] Added missing pytest BR package

Antonio Trande sagitter at fedoraproject.org
Mon Feb 9 18:06:39 UTC 2015


commit 843a623a52cb5097fe857303f402cd2c62d1a9dd
Author: sagitter <sagitterATfedoraprojectDOTorg>
Date:   Mon Feb 9 19:06:05 2015 +0100

    Added missing pytest BR package

 autowrap.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/autowrap.spec b/autowrap.spec
index 503c9b2..143d8a5 100644
--- a/autowrap.spec
+++ b/autowrap.spec
@@ -8,14 +8,14 @@
 Name: autowrap
 Summary: Generates Python Extension modules from [Cython] PXD files
 Version: 0.6.1
-Release: 1.%{date}git%(echo %{checkout} | cut -c-6)%{?dist}
+Release: 2.%{date}git%(echo %{checkout} | cut -c-6)%{?dist}
 License: BSD
 URL: https://github.com/uweschmitt/autowrap
 Source0: https://github.com/uweschmitt/autowrap/archive/%{checkout}.zip#/%{name}-%{checkout}.zip
 
 BuildArch: noarch
 
-BuildRequires: python2-devel, python-setuptools, python-nose, Cython
+BuildRequires: python2-devel, python-setuptools, python-nose, pytest Cython
 ##Testing
 BuildRequires: boost-devel
 Requires: Cython
@@ -29,7 +29,7 @@ annotations in the header files to generate correct Cython code.
 %package -n python3-autowrap
 Summary: Generates Python3 Extension modules from [Cython] PXD files
 
-BuildRequires: python3-devel, python3-setuptools, python3-nose, python3-Cython
+BuildRequires: python3-devel, python3-setuptools, python3-nose, python3-pytest python3-Cython
 Requires: python3-Cython
 
 %description -n python3-autowrap
@@ -92,7 +92,8 @@ popd
 %endif # with_python3
 
 %files
-%doc README* LICENSE
+%doc README* 
+%license LICENSE
 %{_bindir}/autowrap
 %{python2_sitelib}/autowrap/
 %exclude %{python2_sitelib}/tests/
@@ -100,7 +101,8 @@ popd
 
 %if 0%{?with_python3}
 %files -n python3-autowrap
-%doc README* LICENSE
+%doc README* 
+%license LICENSE
 %{_bindir}/python3-autowrap
 %{python3_sitelib}/autowrap/
 %exclude %{python3_sitelib}/tests/
@@ -108,6 +110,10 @@ popd
 %endif
 
 %changelog
+* Mon Feb 09 2015 Antonio Trande <sagitterATfedoraproject.org> 0.6.1-2.20150209gitd0e9a5
+- Added missing pytest BR package
+- Used %%license
+
 * Mon Feb 09 2015 Antonio Trande <sagitterATfedoraproject.org> 0.6.1-1.20150209gitd0e9a5
 - Update to 0.6.1
 


More information about the scm-commits mailing list