[python-nova-adminclient] Import package.

Russell Bryant russellb at fedoraproject.org
Tue Jan 17 18:37:17 UTC 2012


commit d3a7cb1d52bbcdda7b1083a6bea1ee24aa2f6655
Author: Russell Bryant <rbryant at redhat.com>
Date:   Tue Jan 17 13:37:02 2012 -0500

    Import package.

 .gitignore                   |    1 +
 python-nova-adminclient.spec |   44 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6020a5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nova-adminclient-0.1.8.tar.gz
diff --git a/python-nova-adminclient.spec b/python-nova-adminclient.spec
new file mode 100644
index 0000000..2cde770
--- /dev/null
+++ b/python-nova-adminclient.spec
@@ -0,0 +1,44 @@
+Name:           python-nova-adminclient
+Version:        0.1.8
+Release:        2%{?dist}
+Summary:        Client library for administering OpenStack Nova
+
+License:        ASL 2.0
+URL:            http://www.openstack.org
+Source0:        http://pypi.python.org/packages/source/n/nova-adminclient/nova-adminclient-0.1.8.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+
+%description
+This package provides a set of Python classes that can be used to manage
+an instance of OpenStack Nova.  These classes utilize the EC2 API that is
+provided by Nova.
+
+%prep
+%setup -q -n nova-adminclient-%{version}
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+ 
+%files
+%doc README LICENSE
+%{python_sitelib}/*
+
+
+%changelog
+* Mon Jan 16 2012 Russell Bryant <russellb at fedoraproject.org> - 0.1.8-2
+- Changed python-devel to python2-devel
+- Removed unnecessary python_sitelib definition
+- Added some more information to the description
+
+* Sun Jan 15 2012 Russell Bryant <russellb at fedoraproject.org> - 0.1.8-1
+- Initial package
diff --git a/sources b/sources
index e69de29..722d113 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+139edb235570a57d30b39d86ab11f124  nova-adminclient-0.1.8.tar.gz


More information about the scm-commits mailing list