rpms/python-protocols/devel python-protocols.spec,1.16,1.17

Toshio くらとみ toshio at fedoraproject.org
Tue Dec 2 17:57:06 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-protocols/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21447

Modified Files:
	python-protocols.spec 
Log Message:

* Tue Dec 2 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0-0.10.a0dev_r2302
- Enable the test suite
- Add a requirement on python-decoratortools



Index: python-protocols.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-protocols/devel/python-protocols.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-protocols.spec	29 Nov 2008 15:52:18 -0000	1.16
+++ python-protocols.spec	2 Dec 2008 17:56:36 -0000	1.17
@@ -9,7 +9,7 @@
 
 Name:           python-protocols
 Version:        1.0
-Release:        0.9.%{alphatag}_%{revision}%{?dist}
+Release:        0.10.%{alphatag}_%{revision}%{?dist}
 
 Summary:        Open Protocols and Component Adaptation for Python
 
@@ -19,7 +19,10 @@
 Source0:        http://files.turbogears.org/eggs/%{srcname}-%{filever}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel python-setuptools
+BuildRequires:  python-devel
+BuildRequires: python-setuptools
+BuildRequires: python-decoratortools
+Requires: python-decoratortools
 
 %description
 PyProtocols is an implementation of PEP 246 allowing Python programmers to
@@ -36,6 +39,9 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
+%check
+%{__python} setup.py test
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -55,6 +61,10 @@
 %{python_sitearch}/%{srcname}-%{eggver}%{alphatag}_%{revision}-py%{python_abi}.egg-info/*
 
 %changelog
+* Tue Dec 2 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0-0.10.a0dev_r2302
+- Enable the test suite
+- Add a requirement on python-decoratortools
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.0-0.9.a0dev_r2302
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list