Initial spec file
1 parent 17bdd16 commit 4dea63ba3da1bdac9a10d8ce952d30f24e6a33c9
@Alex Tucker Alex Tucker authored on 11 Jun 2003
Showing 1 changed file
View
43
documentlibrary.spec 0 → 100644
Summary: A Zope product used to create full-text searchable and browsable document libraries
Name: DocumentLibrary
Version: 1.0rc1
Release: 1
URL: http://www.zope.org/Members/Kaivo/%{name}
Source0: http://www.zope.org/Members/Kaivo/%{name}/%{name}-%{version}.tgz
License: http://www.zope.org/Members/Kaivo/DocumentLibrary/License
Group: Development/Web Applications
BuildRoot: %{_tmppath}/%{name}-root
Packager: Alex Tucker <alex@floop.org.uk>
Requires: Zope-webserver >= 2.3.1, BTreeFolder
 
%description
The DocumentLibrary is designed to be a drop-in Zope product that
allows you to create full-text searchable and browsable document
libraries.
 
%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