pkilambi pushed to python-ceilometermiddleware (epel7). "Initial import #1230811"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 15 14:27:12 UTC 2015


From 43e7ee126d58cad72c418187528c67bc93c6d874 Mon Sep 17 00:00:00 2001
From: Pradeep Kilambi <pkilambi at redhat.com>
Date: Mon, 15 Jun 2015 09:44:33 -0400
Subject: Initial import #1230811


diff --git a/.gitignore b/.gitignore
index e69de29..a027fbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ceilometermiddleware-0.1.0.tar.gz
diff --git a/python-ceilometermiddleware.spec b/python-ceilometermiddleware.spec
new file mode 100644
index 0000000..598243d
--- /dev/null
+++ b/python-ceilometermiddleware.spec
@@ -0,0 +1,49 @@
+%global pypi_name ceilometermiddleware
+
+Name:           python-ceilometermiddleware
+Version:	0.1.0
+Release:	1%{?dist}
+Summary:        OpenStack Telemetry middleware for generating metrics
+License:	ASL 2.0
+URL:		http://github.com/openstack/ceilometermiddleware
+Source0:	https://pypi.python.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:	python-setuptools
+BuildRequires:  python2-devel
+
+Requires:       python-babel >= 1.3
+Requires:       python-oslo-utils
+Requires:       python-oslo-messaging >= 1.4.0
+Requires:       python-oslo-context >= 0.1.0
+Requires:       python-oslo-messaging
+Requires:       python-oslo-config
+Requires:       python-pbr
+Requires:       python-pycadf >= 0.6.0
+Requires:       python-six >= 1.7.0
+
+%description
+This library provides middleware modules designed to enable metric and event data 
+generation to be consumed by Ceilometer.
+
+%prep
+%setup -q -n %{pypi_name}-%{version}
+
+%build
+
+%{__python2} setup.py build
+
+%install
+%{__python2} setup.py install --skip-build --root %{buildroot}
+
+%files
+%{python2_sitelib}/ceilometermiddleware
+%{python2_sitelib}/ceilometermiddleware*.egg-info
+%doc README.rst LICENSE
+
+
+%changelog
+* Fri Jun 12 2015 Pradeep Kilambi <pkilambi at redhat.com> 0.1.0-1
+- initial package release
+
+
diff --git a/sources b/sources
index e69de29..0cd4c3d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+11d0c9cb71fa9045b803ea805165b493  ceilometermiddleware-0.1.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-ceilometermiddleware.git/commit/?h=epel7&id=43e7ee126d58cad72c418187528c67bc93c6d874


More information about the scm-commits mailing list