diff --git a/CMFOODocument-0_2_1.tar.gz b/CMFOODocument-0_2_1.tar.gz
new file mode 100644
index 0000000..4e6581e
--- /dev/null
+++ b/CMFOODocument-0_2_1.tar.gz
Binary files differ
diff --git a/cmfoodocument.spec b/cmfoodocument.spec
new file mode 100644
index 0000000..feddcab
--- /dev/null
+++ b/cmfoodocument.spec
@@ -0,0 +1,43 @@
+Summary: 	CMF content type for OpenOffice / StarOffice Writer documents
+Name: 		CMFOODocument
+Version: 	0.2.1
+Release: 	1
+URL: 		http://www.zope.org/Members/longsleep/CMFOODocument/
+Source0: 	http://www.zope.org/Members/longsleep/CMFOODocument/%{name}-0_2_1.tar.gz
+License: 	ZPL
+Group: 		Development/Web Applications
+BuildRoot: 	%{_tmppath}/%{name}-root
+Packager:	Alex Tucker <alex@floop.org.uk>
+Requires:	CMF
+
+%description
+
+The CMF OpenOffice Document provide the possibility to integrate
+OpenOffice.org and StarOffice 6 Documents including images, and tables
+into a CMF powered Website.
+
+%prep
+%setup -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -m0755 --directory      $RPM_BUILD_ROOT/usr/share/zope/lib/python/Products/%{name}
+
+cp -Rdp *			$RPM_BUILD_ROOT/usr/share/zope/lib/python/Products/%{name}/
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+/usr/share/zope/lib/python/Products/%{name}
+
+%changelog
+* Tue Sep 23 2003 Alex Tucker <alex@floop.org.uk>
+- Initial build.
+
+