Attempted second delete of cmf.spec
1 parent f2f7225 commit 86245f98aca39e0ca88383012bba145871e0d40b
@Alex Tucker Alex Tucker authored on 11 Jun 2003
Showing 1 changed file
View
48
cmf.spec 100644 → 0
Summary: A user friendly and powerful Content Management System
Name: CMFPlone
Version: 1.0.1
Release: 1
URL: http://plone.org
Source0: http://prdownloads.sourceforge.net/plone/%{name}%{version}.tar.gz
License: GPL version 2
Group: Development/Web Applications
BuildRoot: %{_tmppath}/%{name}-root
Packager: Alex Tucker <alex@floop.org.uk>
Requires: Zope-webserver >= 2.6.1, CMF >= 1.3
 
%description
Plone is a user friendly implementation of the Content Management Framework
written on top of ZOPE. Plone is a GUI/Interface/Implementation of the
CMF. It benefits from all features of ZOPE/CMF such as: RDBMS integration,
Python/Perl extensions, Object Oriented Database, Web configurable workflow,
pluggable membership and authentication, Undos, Form validation, amongst
many many other features. Available protocols: FTP, XMLRPC, HTTP, WEBDAV
and you can hack it to enable SOAP. Turn it into a distributed application
system by installing ZEO.
 
%prep
%setup -q
 
%build
 
%install
rm -rf $RPM_BUILD_ROOT
 
install -m0755 --directory $RPM_BUILD_ROOT/usr/share/zope/lib/python/Products
 
cp -Rdp CMFPlone DCWorkflow Formulator i18n $RPM_BUILD_ROOT/usr/share/zope/lib/python/Products/
 
%clean
rm -rf $RPM_BUILD_ROOT
 
%files
%defattr(-,root,root)
/usr/share/zope/lib/python/Products
 
%changelog
* Tue May 13 2003 Alex Tucker <alex@floop.org.uk>
- Initial build.