Name: python-rtkit Version: 0.6.0 Release: 1%{?dist} Summary: A python interface to the Request Tracker API Group: Development/Languages License: ASL 2.0 URL: http://z4r.github.io/python-rtkit/ Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python2-devel Requires: python-urllib2_kerberos %description A Python module providing access to the Best Practical Request Tracker (RT) REST interface. %prep %setup -q # Remove bundled egg-info rm -rf %{name}.egg-info %build %{__python2} setup.py build %install %{__python2} setup.py install -O1 --skip-build --root %{buildroot} %check # Tests disabled while missing deps are packaged %files %{python2_sitelib}/* %doc README.rst LICENSE %changelog * Wed Nov 13 2013 Tomas Dabasinskas - 0.6.0-1 - Updating spec file as per https://bugzilla.redhat.com/show_bug.cgi?id=819687#c21 - Updating spec file as per https://bugzilla.redhat.com/show_bug.cgi?id=819687#c27 - Updating to 0.6.0 * Tue Oct 02 2012 Tomas Dabasinskas - 0.2.5-1 - Updating to 0.2.5 * Mon Jul 09 2012 Tomas Dabasinskas - 0.2.4-3 - Removed BuildRoot definition from spec file as package is not for el5 * Thu Jul 05 2012 Tomas Dabasinskas - 0.2.4-2 - Remvoed clean section from spec as package is not for el5 * Wed Jul 04 2012 Tomas Dabasinskas - 0.2.4-1 - Added kerberos authentication - Including LICENSE file * Mon Jul 02 2012 Tomas Dabasinskas - 0.2.0-2 - Received informal package review feedback from Patrick Uiterwijk - Fixed spec file to comply with fedora packaging guidelines * Mon Jun 11 2012 Tomas Dabasinskas - 0.2.0-1 - Initial packaging effort