Name: python-functest Version: 0.8.8 Release: 1%{?dist} Summary: Functional test framework License: ASL 2.0 URL: http://code.google.com/p/functest/ # svn export http://functest.googlecode.com/svn/trunk/ --revision 8 python-functest-%{version} # tar cJvf python-functest-%{version}.tar.xz python-functest-%{version} Source0: python-functest-%{version}.tar.xz BuildArch: noarch BuildRequires: python-devel python-setuptools %description Functional test framework with no boiler plate code, setup/teardown module hierarchies, and distributed result reporting. %prep %setup -q %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} %files %{python_sitelib}/* %{_bindir}/functest %changelog * Fri Jan 27 2012 Karel Klíč - 0.8.8-1 - Initial packaging