Newer
Older
DocumentLibrary / documentlibrary.spec
Summary: 	A Zope product used to create full-text searchable and browsable document libraries
Name: 		DocumentLibrary
Version: 	1.0rc1
Release: 	4
URL: 		http://www.zope.org/Members/Kaivo/%{name}
Source0: 	http://www.zope.org/Members/Kaivo/%{name}/%{name}-%{version}.tgz
Patch0:		index.patch
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}
%patch

%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
* Fri Dec 19 2003 Alex Tucker <alex@floop.org.uk>
- Fix for issue re-initializing catalog.

* Thu Dec 18 2003 Alex Tucker <alex@floop.org.uk>
- Updated to CVS head and forced use of UnicodeSplitter.

* Thu Jun 12 2003 Alex Tucker <alex@floop.org.uk>
- Fixed problems with using old Catalog interface with lexicons

* Wed Jun 11 2003 Alex Tucker <alex@floop.org.uk>
- Initial build