diff --git a/CMFBibliography-0_2.tgz b/CMFBibliography-0_2.tgz new file mode 100644 index 0000000..1ee6da5 --- /dev/null +++ b/CMFBibliography-0_2.tgz Binary files differ diff --git a/cmfbibliography.spec b/cmfbibliography.spec new file mode 100644 index 0000000..8d9ec3d --- /dev/null +++ b/cmfbibliography.spec @@ -0,0 +1,42 @@ +Summary: Enables handling of scientific references in CMF +Name: CMFBibliography +Version: 0.2 +Release: 1 +URL: http://www.zope.org/Members/ritz/%{name} +Source0: http://www.zope.org/Members/ritz/%{name}/%{name}-0_2.tgz +License: GPL +Group: Development/Web Applications +BuildRoot: %{_tmppath}/%{name}-root +Packager: Alex Tucker +Requires: Zope-webserver + +%description +Provides two new content types Bibliography Entry and Bibliography +Folder (with upload functionality) and it adds a bibliography action +to the portal tabs. + +%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 +* Wed Jun 11 2003 Alex Tucker +- Initial build + +