Creat patch in makefile.
1 parent 9a37544 commit b3a1724a4c14a9181521df359877bd64377843bf
@Alex Tucker Alex Tucker authored on 18 Dec 2003
Showing 3 changed files
View
6
Makefile 0 → 100644
rpm:
cd src/DocumentLibrary; \
svn diff -r 205 > ../../index.patch; \
cd -; \
rpmbuild -ba documentlibrary.spec
View
9
documentlibrary.spec
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>
View
fix_lexicon.patch 100644 → 0