diff --git a/CMFPlone1.0.1.tar.gz b/CMFPlone1.0.1.tar.gz
new file mode 100644
index 0000000..c2e1b97
--- /dev/null
+++ b/CMFPlone1.0.1.tar.gz
Binary files differ
diff --git a/cmf.spec b/cmf.spec
new file mode 100644
index 0000000..83e2c63
--- /dev/null
+++ b/cmf.spec
@@ -0,0 +1,47 @@
+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.
+
+
+