Newer
Older
CMFBibliography / cmfbibliography.spec
@Alex Tucker Alex Tucker on 11 Jun 2003 967 bytes Initial build file
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 <alex@floop.org.uk>
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 <alex@floop.org.uk>
- Initial build