[python-rtkit] Initial import (#819687).

Tomas Dabasinskas tdabasin at fedoraproject.org
Wed Nov 27 01:19:12 UTC 2013


commit cc777cdcba7f7a22c699e9456c5eeb744c1b6576
Author: Tomas DabaĊĦinskas <tomas at redhat.com>
Date:   Wed Nov 27 11:21:09 2013 +1000

    Initial import (#819687).

 .gitignore        |    1 +
 python-rtkit.spec |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1128dca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/python-rtkit-0.6.0.tar.gz
diff --git a/python-rtkit.spec b/python-rtkit.spec
new file mode 100644
index 0000000..8eecf13
--- /dev/null
+++ b/python-rtkit.spec
@@ -0,0 +1,67 @@
+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 <tomas at redhat.com> - 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 <tomas at redhat.com> - 0.2.5-1
+- Updating to 0.2.5
+
+* Mon Jul 09 2012 Tomas Dabasinskas <tomas at redhat.com> - 0.2.4-3
+- Removed BuildRoot definition from spec file as package is not for el5
+
+* Thu Jul 05 2012 Tomas Dabasinskas <tomas at redhat.com> - 0.2.4-2
+- Remvoed clean section from spec as package is not for el5
+
+* Wed Jul 04 2012 Tomas Dabasinskas <tomas at redhat.com> - 0.2.4-1
+- Added kerberos authentication
+- Including LICENSE file
+
+* Mon Jul 02 2012 Tomas Dabasinskas <tomas at redhat.com> - 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 <tomas at redhat.com> - 0.2.0-1
+- Initial packaging effort
+
diff --git a/sources b/sources
index e69de29..dfa8b3c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+84f2f07ca71e68bea4c3ac09199f5b57  python-rtkit-0.6.0.tar.gz


More information about the scm-commits mailing list