[python-pyrax] Initial upstream import - 1.9.0-3

Ian McLeod imcleod at fedoraproject.org
Thu Jul 31 17:09:15 UTC 2014


commit 637da263a3b904386d56841d4fd9d5555950cb4d
Author: Ian McLeod <imcleod at redhat.com>
Date:   Thu Jul 31 12:08:58 2014 -0500

    Initial upstream import - 1.9.0-3

 .gitignore        |    1 +
 python-pyrax.spec |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..56299b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pyrax-1.9.0.tar.gz
diff --git a/python-pyrax.spec b/python-pyrax.spec
new file mode 100644
index 0000000..01ad81f
--- /dev/null
+++ b/python-pyrax.spec
@@ -0,0 +1,64 @@
+# The python2 defines are missing in RHEL6
+%if 0%{?rhel} == 6
+%define __python2 %{__python}
+%define python2_sitelib %{python_sitelib}
+%endif
+
+Name:           python-pyrax
+Version:        1.9.0
+Release:        3%{?dist}
+Summary:        Python language bindings for OpenStack Clouds
+
+
+License:        ASL 2.0
+Source0:        http://imcleod.fedorapeople.org/src/pyrax/pyrax-%{version}.tar.gz
+URL:            https://github.com/rackspace/pyrax
+
+# Earlier upstream RPMs had the name pyrax - provide this for compatibility
+Provides:       pyrax = %{version}
+BuildArch:      noarch
+BuildRequires:  python-setuptools
+BuildRequires:  python-mock
+BuildRequires:  python2-devel
+Requires:       python-novaclient >= 2.13.0
+Requires:       python-keyring
+
+
+%description
+A library for working with most OpenStack-based cloud deployments, though it
+originally targeted the Rackspace public cloud. For example, the code for
+cloudfiles contains the ability to publish your content on Rackspace's CDN
+network, even though CDN support is not part of OpenStack Swift. But if you
+don't use any of the CDN-related code, your app will work fine on any
+standard Swift deployment.
+
+%prep
+%setup -q -n pyrax-%{version}
+
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python2} setup.py install --root $RPM_BUILD_ROOT
+
+%files
+%doc README COPYING samples docs 
+%{python2_sitelib}/*
+
+%changelog
+* Tue Jul 29 2014 Ian McLeod <imcleod at redhat.com> - 1.9.0-3
+- SPEC change to add missing macros for EPEL 6 builds
+
+* Mon Jul 28 2014 Ian McLeod <imcleod at redhat.com> - 1.9.0-2
+- Remove obsolete httplib requirement from SPEC file
+- Remove #! execution headers for non-executable components [BZ1123044]
+- add inline license for slugify() function to satisfy 3-clause BSD requirements from django [BZ1123044]
+- misc additional SPEC change to comply with Fedora package guidelines [BZ1123044]
+
+* Thu Jul 24 2014 Ian McLeod <imcleod at redhat.com> - 1.9.0-1
+- Pull in upstream 1.9.0 release
+
+* Fri Sep 6 2013 Greg Swift <gregswift at gmail.com> - 1.5.0-1
+- Initial spec
diff --git a/sources b/sources
index e69de29..aee02ea 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d2ad8d90f39b64cf272632b1ac462d17  pyrax-1.9.0.tar.gz


More information about the scm-commits mailing list