[python-moksha-hub] Initial commit (#854609)

Ralph Bean ralph at fedoraproject.org
Sat Sep 8 19:32:25 UTC 2012


commit f45a41c8a6e15e1943315e3c69bb391aa1219c6e
Author: Ralph Bean <rbean at redhat.com>
Date:   Sat Sep 8 15:32:17 2012 -0400

    Initial commit (#854609)

 .gitignore             |    1 +
 python-moksha-hub.spec |   67 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..41c5475 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/moksha.hub-1.0.0.tar.gz
diff --git a/python-moksha-hub.spec b/python-moksha-hub.spec
new file mode 100644
index 0000000..22fc13b
--- /dev/null
+++ b/python-moksha-hub.spec
@@ -0,0 +1,67 @@
+%global modname moksha.hub
+
+Name:           python-moksha-hub
+Version:        1.0.0
+Release:        3%{?dist}
+Summary:        Hub components for Moksha
+
+Group:          Development/Libraries
+License:        ASL 2.0
+URL:            http://pypi.python.org/pypi/moksha.hub
+Source0:        http://pypi.python.org/packages/source/m/%{modname}/%{modname}-%{version}.tar.gz
+
+BuildArch:      noarch
+
+
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-nose
+BuildRequires:  python-mock
+
+BuildRequires:  python-moksha-common
+BuildRequires:  python-twisted
+BuildRequires:  python-qpid
+BuildRequires:  python-stomper
+BuildRequires:  python-txzmq
+BuildRequires:  python-txws
+BuildRequires:  python-daemon
+
+Requires:       python-moksha-common
+Requires:       python-twisted
+Requires:       python-qpid
+Requires:       python-stomper
+Requires:       python-txzmq
+Requires:       python-txws
+Requires:       python-daemon
+
+%description
+Hub components for Moksha.
+
+%prep
+%setup -q -n %{modname}-%{version}
+
+%build
+CFLAGS="%{optflags}" %{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
+
+%check
+%{__python} setup.py test
+
+%files
+%doc README COPYING AUTHORS
+%{python_sitelib}/moksha/hub/
+%{python_sitelib}/%{modname}-%{version}*
+
+%{_bindir}/moksha-hub
+
+%changelog
+* Wed Sep 05 2012 Ralph Bean <rbean at redhat.com> - 1.0.0-3
+- Use optflags instead of RPM_OPT_FLAGS to be consistent.
+
+* Wed Sep 05 2012 Ralph Bean <rbean at redhat.com> - 1.0.0-2
+- Added RPM_OPT_FLAGS to the build section.
+
+* Tue Sep 04 2012 Ralph Bean <rbean at redhat.com> - 1.0.0-1
+- Initial package for Fedora and fork from moksha core.
diff --git a/sources b/sources
index e69de29..db3c650 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+78d279ed0fde92c0b59fd08f9fc2cc39  moksha.hub-1.0.0.tar.gz


More information about the scm-commits mailing list