diff --git a/Five-1.2.6.tgz b/Five-1.2.6.tgz new file mode 100644 index 0000000..ad8813a --- /dev/null +++ b/Five-1.2.6.tgz Binary files differ diff --git a/zope.spec b/zope.spec index da929a1..872fedb 100644 --- a/zope.spec +++ b/zope.spec @@ -10,6 +10,8 @@ %define zopectl %{_bindir}/zopectl %define runzope %{_bindir}/runzope +%define five_version 1.2.6 + Name: zope Summary: Web application server for flexible content management applications Version: 2.8.9 @@ -18,6 +20,7 @@ Group: System Environment/Daemons URL: http://www.zope.org/ Source0: http://zope.org/Products/Zope/2.8.9/Zope-2.8.9-final.tgz +Source10:http://codespeak.net/z3/five/release/Five-%{five_version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source1: zope.init.in @@ -48,9 +51,15 @@ recommends 2.3.5. Do not file bugreports or ask for support on zope.org if you choose to use this package. +WARNING: this package updates Five from the bundled version 1.0.3 to +version %{five_version}. + %prep %setup -q -n Zope-%{version}-final %patch0 -p1 -b .config +rm -rf lib/python/Products/Five +%setup -q -T -D -n Zope-%{version}-final/lib/python/Products -a 10 +cd ../../.. # remove the backup, or we'll install it too... rm -f skel/etc/zope.conf.in.config