]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- release 2 RA-1_0 STABLE Zope-2_6_0-2
authorspeedy <speedy@pld-linux.org>
Thu, 14 Nov 2002 12:26:57 +0000 (12:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed /var/lib/zope [sticky bit must be set]
- fixed ZServer/medusa/test
- STBR

Changed files:
    Zope.spec -> 1.10

Zope.spec

index 37776066ff4df009d77d3b45b4a141b39219dca4..23c4c3150432473bab190b11126a47c93915ae92 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -4,7 +4,7 @@ Summary(pl):    Serwer aplikacji i toolkit portalowy do tworzenia serwis
 Summary(pt_BR):        Um servidor de aplicações e um conjunto de ferramentas para construção de sites Web
 Name:          Zope
 Version:       2.6.0
-Release:       1
+Release:       2
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
 Source0:       http://www.zope.org/Products/%{name}/%{version}/%{name}-%{version}-src.tgz
@@ -92,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
@@ -149,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.044198 seconds and 4 git commands to generate.