[heat-cfntools] Add spec and sources

Jeff Peeler jpeeler at fedoraproject.org
Mon Mar 25 21:11:18 UTC 2013


commit a110349bf24852e18c0ce95f64b6d5de459c205d
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Mon Mar 25 17:08:23 2013 -0400

    Add spec and sources
    
    Based off https://github.com/sdake/heat-rpms/

 .gitignore         |    1 +
 heat-cfntools.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a64d744 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/heat-cfntools-1.2.1.tar.gz
diff --git a/heat-cfntools.spec b/heat-cfntools.spec
new file mode 100644
index 0000000..d0216be
--- /dev/null
+++ b/heat-cfntools.spec
@@ -0,0 +1,43 @@
+Name: heat-cfntools
+Version: 1.2.1
+Release: 1%{?dist}
+Summary: Tools required to be installed on Heat provisioned cloud instances
+Group: System Environment/Base
+License: ASL 2.0
+URL: https://launchpad.net/heat-cfntools/
+Source0: https://pypi.python.org/packages/source/h/heat-cfntools/%{name}-%{version}.tar.gz
+
+BuildArch: noarch
+BuildRequires: python2-devel
+BuildRequires: python-setuptools
+
+Requires: python-boto >= 2.4.0
+Requires: python-psutil
+
+%description
+Tools required to be installed on Heat provisioned cloud instances
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
+
+%files
+%doc README.rst LICENSE
+%{_bindir}/cfn-*
+%{python_sitelib}/heat_cfntools*
+
+%changelog
+* Fri Mar 22 2013 Jeff Peeler <jpeeler at redhat.com> 1.2.1-1
+- Version bump to match upstream
+- Added cfn-create-aws-symlinks
+- Updated URL, Source
+- Added psutil requires
+- Changed install location from /opt to /bin
+
+* Thu Dec 24 2012 Steve Baker <sbaker at redhat.com> 1.0-1
+- initial fork of heat-jeos
diff --git a/sources b/sources
index e69de29..f08ee2a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f59ad8dd00ed150988dfb313ee55b7a8  heat-cfntools-1.2.1.tar.gz


More information about the scm-commits mailing list