Name: python-nitrate Version: 0.9 Release: 0%{?dist} Summary: Python API for the Nitrate test case management system Group: Development/Languages License: LGPLv2 URL: http://psss.fedorapeople.org/python-nitrate/ Source0: http://psss.fedorapeople.org/python-nitrate/%{name}-%{version}.tar.bz2 BuildArch: noarch BuildRequires: python-devel Requires: python-kerberos %description python-nitrate is a Python interface to the Nitrate test case management system. The package consists of a high-level Python module (provides natural object interface), a low-level driver (allows to directly access Nitrate's XMLRPC API) and a command line interpreter (useful for fast debugging and experimenting). %prep %setup -q %build %install mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/man1 mkdir -p %{buildroot}%{python_sitelib}/nitrate install -pm 755 source/nitrate %{buildroot}%{_bindir} install -pm 644 source/*.py %{buildroot}%{python_sitelib}/nitrate install -pm 644 documentation/*.1.gz %{buildroot}%{_mandir}/man1 %files %{_mandir}/man1/* %{_bindir}/nitrate %{python_sitelib}/* %doc COPYING README examples %changelog * Wed Feb 29 2012 Petr Šplíchal - 0.8-0 - New method clear() for cleaning containers - Component and Components class implementation - Improved object initialization and id check * Wed Feb 22 2012 Petr Šplíchal - 0.7-2 - Fix url, directory ownership and preserve timestamps. * Wed Feb 22 2012 Petr Šplíchal 0.7-1 - Initial packaging.