| | Summary: A Zope product used to create full-text searchable and browsable document libraries |
---|
| | Name: DocumentLibrary |
---|
| | Version: 1.0rc1 |
---|
| | Release: 2 |
---|
| | Release: 3 |
---|
| | URL: http://www.zope.org/Members/Kaivo/%{name} |
---|
| | Source0: http://www.zope.org/Members/Kaivo/%{name}/%{name}-%{version}.tgz |
---|
| | Patch0: fix_lexicon.patch |
---|
| | 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> |
---|
| |
---|
| | libraries. |
---|
| | |
---|
| | %prep |
---|
| | %setup -n %{name} |
---|
| | %patch -p 1 |
---|
| | %patch |
---|
| | |
---|
| | %build |
---|
| | |
---|
| | %install |
---|
| |
---|
| | %defattr(-,root,root) |
---|
| | /usr/share/zope/lib/python/Products/%{name} |
---|
| | |
---|
| | %changelog |
---|
| | * 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> |
---|
| | |