[rhmessaging-commits] rhmessaging commits: r2812 - mgmt/trunk.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Sun Nov 16 10:35:38 EST 2008


Author: justi9
Date: 2008-11-16 10:35:36 -0500 (Sun, 16 Nov 2008)
New Revision: 2812

Removed:
   mgmt/trunk/cumin.spec
Log:
This spec file is no longer used

Deleted: mgmt/trunk/cumin.spec
===================================================================
--- mgmt/trunk/cumin.spec	2008-11-16 15:34:25 UTC (rev 2811)
+++ mgmt/trunk/cumin.spec	2008-11-16 15:35:36 UTC (rev 2812)
@@ -1,109 +0,0 @@
-# svn revision: $Rev$
-
-Summary:        management component of MRG
-Name:           cumin
-Version:        0.1
-Release:        6%{?dist}
-License:        LGPL
-Group:          System Environment/Libraries
-URL:            http://redhat.com/mrg
-Source0:        %{name}-%{version}.tar.gz
-# svn co http://anonsvn.jboss.org/repos/rhmessaging/mgmt mgmt
-# cd mgmt; make dist
-# tar -cvzhf cumin-0.1.tar.gz dist
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
-
-BuildRequires:  python >= 2.4
-BuildRequires:  python-devel >= 2.4
-
-Requires:       python >= 2.4
-Requires:	postgresql >= 8.1.9
-Requires:	postgresql-server >= 8.1.9
-Requires:	python-sqlobject >= 0.9.2
-Requires:	python-psycopg2 >= 2.0.6
-Requires:       python-qpid
-
-%description
-Cumin is the management component of MRG - Messaging, Realtime and Grid.
-Provides a unified management interface for the Messaging, Realtime and Grid
-components of MRG.
-
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
-%pre
-getent group cumin >/dev/null || groupadd -r cumin
-getent passwd cumin >/dev/null || \
-  useradd -r -m -g cumin -d %{_datadir}/cumin -s /sbin/nologin \
-    -c "Owner of Cumin Daemons" cumin
-exit 0
-
-%prep
-%setup -q -n dist
-
-%build
-#empty
-
-%install
-rm -rf $RPM_BUILD_ROOT
-CUMIN_HOME=%{_datadir}/cumin
-install -d ${RPM_BUILD_ROOT}${CUMIN_HOME}
-
-install -d ${RPM_BUILD_ROOT}${CUMIN_HOME}/resources
-install -pm 0644 resources/* ${RPM_BUILD_ROOT}${CUMIN_HOME}/resources
-
-install -d ${RPM_BUILD_ROOT}${CUMIN_HOME}/sql
-install -pm 0644 sql/* ${RPM_BUILD_ROOT}${CUMIN_HOME}/sql
-
-install -d ${RPM_BUILD_ROOT}${CUMIN_HOME}/doc
-install -pm 0644 doc/* ${RPM_BUILD_ROOT}${CUMIN_HOME}/doc
-
-install -d ${RPM_BUILD_ROOT}%{_bindir}
-install -pm 0755 bin/* $RPM_BUILD_ROOT%{_bindir}
-
-install -d ${RPM_BUILD_ROOT}%{_sysconfdir}
-install -pm 0644 etc/* $RPM_BUILD_ROOT%{_sysconfdir}
-ln -s %{_sysconfdir} ${RPM_BUILD_ROOT}${CUMIN_HOME}/etc
-
-install -d ${RPM_BUILD_ROOT}${CUMIN_HOME}/lib/python
-cd lib/python
-for dir in cumin mint wooly; do
-  install -d $RPM_BUILD_ROOT%{python_sitelib}/$dir
-  install -pm 0644 $dir/* $RPM_BUILD_ROOT%{python_sitelib}/$dir
-  ln -s %{python_sitelib}/$dir ${RPM_BUILD_ROOT}${CUMIN_HOME}/lib/python/$dir 
-done
-cd ../..
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,cumin,cumin,-)
-%doc doc/*
-%{_bindir}/cumin*
-%{_sysconfdir}/*cumin*
-%{_datadir}/cumin
-%{python_sitelib}/cumin
-%{python_sitelib}/mint
-%{python_sitelib}/wooly
-
-
-%changelog
-* Mon Mar 31 2008 Nuno Santos <nsantos at redhat.com> - 0.1-6
-- Create cumin user/group
-
-* Mon Feb 11 2008 Nuno Santos <nsantos at redhat.com> - 0.1-5
-- Fix for multiple broker registrations
-
-* Mon Feb 11 2008 Rafael Schloming <rafaels at redhat.com> - 0.1-4
-- Bumped for Beta 3 update
-
-* Fri Jan 25 2008 Nuno Santos <nsantos at redhat.com> - 0.1-3
-- Workaround to fix charts issue
-
-* Thu Jan 24 2008 Nuno Santos <nsantos at redhat.com> - 0.1-2
-- Fix data url in /etc/cumin.conf; work around query divide-by-zero issues
-- Add dependency on postgresql-server
-
-* Fri Jan 18 2008 Nuno Santos <nsantos at redhat.com> - 0.1-1
-- Initial build.




More information about the rhmessaging-commits mailing list