Hello all,

I'd like to submit spec for plone cms, but i didn't get any reply for
previous emails. i'm willing to support this package in long term.
is it possible to get any response?

Thanks!


-- 
Nikolay Kim, Enfold Systems
http://www.enfoldsystems.com
Office | +1 (713) 942 2377 x151 Ext
Fax | +1 832 201 8856
Skype |  fafhrd91
# $Id: plone3.spec 4321 2010-09-14 18:29:37Z nikolay $

%define python_minver 2.4.3
%define __python    python2.4

%define name		plone3
%define version		3.3.5

%define _topdir		%(pwd)

Summary: Content management system built over Zope's framework
Name: %{name}
Version: %{version}
Release: 2
License: GPLv2
Group: System Environment/Daemons
URL: http://plone.org/

Source: https://svn.enfoldsystems.com/trac/public/export/HEAD/plone-packages/plone/SOURCES/plone3-sources.tar.gz

BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}
BuildRequires: python2-devel >= %{python_minver}
BuildRequires: python2 >= %{python_minver}
BuildRequires: python-lxml
BuildRequires: python-imaging
BuildRequires: openldap-devel
BuildRequires: openssl-devel
BuildRequires: cyrus-sasl-devel
Requires: python >= %{python_minver}
Requires: python-lxml
Requires: python-imaging
Requires(pre): shadow-utils
AutoReqProv: no

%description
A powerful, flexible Content Management
solution that is easy to install, use and extend
Plone lets non-technical people create and maintain information using 
only a web browser. Perfect for web sites or intranets, Plone offers 
superior security without sacrificing extensibility or ease of use.

%prep
%setup -q -c

%build
%{__python} ./bin/buildout -N buildout:download-cache=cache buildout:install-from-cache=true
%{__python} ./cleanup-sources.py
find . -name *~ | xargs rm -f

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/%{name}/zope2/lib/
%{__cp} -ap ./versions.cfg $RPM_BUILD_ROOT%{_libdir}/%{name}/
%{__cp} -ap ./eggs $RPM_BUILD_ROOT%{_libdir}/%{name}/
%{__cp} -ap ./parts/zope2/skel $RPM_BUILD_ROOT%{_libdir}/%{name}/zope2/
%{__cp} -ap ./parts/zope2/utilities $RPM_BUILD_ROOT%{_libdir}/%{name}/zope2/
%{__cp} -ap ./parts/zope2/lib/python $RPM_BUILD_ROOT%{_libdir}/%{name}/zope2/lib/

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%pre
getent group zope >/dev/null || groupadd -r zope
getent passwd zope >/dev/null || \
useradd -r -g zope -s /sbin/nologin -c "Zope web application user" zope
exit 0

%files
%defattr(-,root,root,-)
%{_libdir}/%{name}/

%changelog
* Thu Sep 09 2010 Nikolay Kim <http://enfoldsystems.com/> 3.3.5-2
- Added plone.app.ldap to rpm.

* Thu Sep 07 2010 Nikolay Kim <http://enfoldsystems.com/> 3.3.5-1
- Initial RPM release.
_______________________________________________
suggest mailing list
suggest@lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/suggest

Reply via email to