From 5d2430ff8fd76c39b1f617e141630e56bc452072 Mon Sep 17 00:00:00 2001 From: speedy Date: Thu, 14 Nov 2002 12:26:57 +0000 Subject: [PATCH] - release 2 - fixed /var/lib/zope [sticky bit must be set] - fixed ZServer/medusa/test - STBR Changed files: Zope.spec -> 1.10 --- Zope.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Zope.spec b/Zope.spec index 3777606..23c4c31 100644 --- 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 -- 2.44.0