diff --git a/Hotfix_20060705.tar.gz b/Hotfix_20060705.tar.gz deleted file mode 100644 index d4766e4..0000000 --- a/Hotfix_20060705.tar.gz +++ /dev/null Binary files differ diff --git a/Zope-2.8.7-final.tgz b/Zope-2.8.7-final.tgz deleted file mode 100644 index 70543da..0000000 --- a/Zope-2.8.7-final.tgz +++ /dev/null Binary files differ diff --git a/Zope-2.8.9-final.tgz b/Zope-2.8.9-final.tgz new file mode 100644 index 0000000..c13f3e7 --- /dev/null +++ b/Zope-2.8.9-final.tgz Binary files differ diff --git a/zope.spec b/zope.spec index 4cdd03e..da929a1 100644 --- a/zope.spec +++ b/zope.spec @@ -12,13 +12,12 @@ Name: zope Summary: Web application server for flexible content management applications -Version: 2.8.7 +Version: 2.8.9 Release: 1%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ -Source0: http://zope.org/Products/Zope/2.8.7/Zope-2.8.7-final.tgz -Source10: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz +Source0: http://zope.org/Products/Zope/2.8.9/Zope-2.8.9-final.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source1: zope.init.in @@ -45,13 +44,12 @@ After starting Zope, you can access it by pointing your browser to http://localhost:8080 -WARNING: this zope package has been built on python 2.4.X, which is not -supported ! Do not file bugreports or ask for support on zope.org if you -choose to use this package. - +WARNING: this zope package has been built on python 2.3.4, while Zope +recommends 2.3.5. Do not file bugreports or ask for support on +zope.org if you choose to use this package. %prep -%setup -q -n Zope-%{version}-final -a 10 +%setup -q -n Zope-%{version}-final %patch0 -p1 -b .config # remove the backup, or we'll install it too... rm -f skel/etc/zope.conf.in.config @@ -109,9 +107,6 @@ # Actually copy all the other files over make install -# Hotfix -cp -a Hotfix_20060705 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products - chmod 700 $RPM_BUILD_ROOT%{instance_home} chmod 755 $RPM_BUILD_ROOT%{zope_home} @@ -149,8 +144,6 @@ /sbin/chkconfig --del zope fi - - %files %defattr(-, root, root, -) %doc %{zope_home}/doc @@ -187,6 +180,9 @@ %changelog +* Tue Apr 10 2007 Alex Tucker - 2.8.9-1 +- Updated to 2.8.9. + * Thu Jul 13 2006 Alex Tucker - 2.8.7-1 - Updated to 2.8.7. Added hotfix.