]> git.pld-linux.org Git - packages/Zope.git/blobdiff - Zope.spec
- release 2
[packages/Zope.git] / Zope.spec
index 2d23433075d7627583c486d879d85e1708ee8ab6..23c4c3150432473bab190b11126a47c93915ae92 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -3,12 +3,10 @@ Summary(es):  Un servidor de aplicaciones y un conjunto de herramientas para la c
 Summary(pl):   Serwer aplikacji i toolkit portalowy do tworzenia serwisów WWW
 Summary(pt_BR):        Um servidor de aplicações e um conjunto de ferramentas para construção de sites Web
 Name:          Zope
-Version:       2.4.3
-Release:       1
+Version:       2.6.0
+Release:       2
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
 Source0:       http://www.zope.org/Products/%{name}/%{version}/%{name}-%{version}-src.tgz
 Source1:       http://www.zope.org/Documentation/Guides/ZCMG/ZCMG.html.tgz
 Source2:       http://www.zope.org/Documentation/Guides/DTML/DTML.html.tgz
@@ -24,8 +22,8 @@ URL:          http://www.zope.org/
 Prereq:                rc-scripts
 Prereq:                /sbin/chkconfig
 Prereq:                /usr/sbin/useradd
-Requires:      python >= 2.1
-BuildRequires: python-devel >= 2.1
+Requires:      python >= 2.2
+BuildRequires: python-devel >= 2.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define python_prefix      %(echo `python -c "import sys; print sys.prefix"`)
@@ -94,6 +92,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}/zope} \
 cp -a lib/python/* $RPM_BUILD_ROOT%{_libdir}/zope
 cp -a ZServer/ utilities/ import/ $RPM_BUILD_ROOT%{_libdir}/zope
 find $RPM_BUILD_ROOT%{_libdir}/zope -type f -name '*.py' -or -name '*.txt' | xargs -r rm -f
+cp -a ZServer/medusa/test/* $RPM_BUILD_ROOT%{_libdir}/zope/ZServer/medusa/test/
 
 install zpasswd.py $RPM_BUILD_ROOT%{_bindir}/zpasswd
 install z2.py $RPM_BUILD_ROOT%{_libdir}/zope
@@ -151,6 +150,6 @@ fi
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{_libdir}/zope
-%attr(771,root,zope) %dir /var/lib/zope
+%attr(1771,root,zope) %dir /var/lib/zope
 %attr(660,root,zope) %config(noreplace) %verify(not md5 size mtime) /var/lib/zope/*
 %doc *.gz doc/*.gz ZopeContentManagersGuide GuideToZSQL Tutorial ZopeDevelopersGuide ZopeAdminGuide
This page took 0.037151 seconds and 4 git commands to generate.