]> git.pld-linux.org Git - packages/Zope.git/blobdiff - Zope.spec
- changed default config to more secure (zope user, 127.0.0.1:8080 socket)
[packages/Zope.git] / Zope.spec
index 7c31259f097c416c8338a49ee2a02b8a25218ef8..f95a91c23f2c3f543ae179b54179c854f6f0cf6f 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -3,33 +3,45 @@ 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.6.1
+Version:       2.6.2
 Release:       1
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
-Source0:       http://www.zope.org/Products/%{name}/%{version}/%{name}-%{version}-src.tgz
+Source0:       http://www.zope.org/Products/%{name}/%{version}/%{version}/%{name}-%{version}-src.tgz
+# Source0-md5: a0e873d54994231d7c03640f7092a4fb
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
-Source3:       %{name}-zserver.sh
-Source4:       http://www.zope.org/Documentation/Guides/ZCMG/ZCMG.html.tgz
-Source5:       http://www.zope.org/Documentation/Guides/DTML/DTML.html.tgz
-Source6:       http://www.zope.org/Documentation/Guides/ZSQL/ZSQL.html.tgz
-Source7:       http://www.zope.org/Documentation/Guides/%{name}-ProductTutorial.tar.gz
-Source8:       http://www.zope.org/Documentation/Guides/ZDG/ZDG.html.tgz
-Source9:       http://www.zope.org/Documentation/Guides/ZAG/ZAG.html.tgz
-Source10:      http://www.zope.org/Documentation/Books/ZopeBook/current/ZopeBook.tgz
+Source3:       %{name}.sysconfig
+Source4:       %{name}-start.sh
+Source5:       %{name}.instance
+Source6:       http://zope.org/Documentation/Guides/ZCMG/Tarred%20HTML%202.1.1/ZCMG.html.tgz
+# Source6-md5: 4c52eebc2e874a0590ac9c04e222e9f1
+Source7:       http://www.zope.org/Documentation/Guides/DTML/Compressed%20html%202.1.1/DTML.html.tgz
+# Source7-md5: 10f363dd061a1af8d472c51c32fa0a0e
+Source8:       http://www.zope.org/Documentation/Guides/ZSQL/2.1.1/ZSQL.html.tgz
+# Source8-md5: 0cddb5688fc0f886db468da08251fb81
+Source9:       http://www.zope.org/Documentation/Guides/ZDG/HTML%201.2/ZDG.html.tgz
+# Source9-md5: 0344ca88acb8a71688d2925975a55443
+Source10:      http://www.zope.org/Documentation/Guides/ZAG/HTML%201.0/ZAG.html.tgz
+# Source10-md5:        b28bfc4ba4bee880767fcf89d79532d2
+Source11:      http://openbsd.secsup.org/distfiles/zopebook-2.5/ZopeBook.tgz
+# Source11-md5:        268c38a4c7d9f7334cdc98b0a152f8da
+Patch0:                %{name}-http-virtual-cache.patch
 URL:           http://www.zope.org/
-BuildRequires: python-devel >= 2.2
+BuildRequires: python-devel < 2.3
+BuildRequires: perl
 PreReq:                rc-scripts
-Requires(pre): /usr/bin/getgid
-Requires(pre): /bin/id
-Requires(pre): /usr/sbin/groupadd
-Requires(pre): /usr/sbin/useradd
-Requires(postun):      /usr/sbin/userdel
-Requires(postun):      /usr/sbin/groupdel
+Requires(pre): /usr/bin/getgid
+Requires(pre): /bin/id
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/groupdel
 Requires(post,preun):  /sbin/chkconfig
 Requires:      logrotate
-Requires:      python-modules >= 2.2
+Requires:      python >= 2.2.3
+Requires:      python-modules >= 2.2.3
+Requires:      python-libs >= 2.2.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                python_prefix           %(echo `python -c "import sys; print sys.prefix"`)
@@ -74,15 +86,16 @@ do Zope, outros sub-pacotes est
 eles ao invés desse RPM.
 
 %prep
-%setup -q -n %{name}-%{version}-src -a4
-mkdir ZopeContentManagersGuide GuideToDTML GuideToZSQL ZopeDevelopersGuide ZopeAdminGuide
-mkdir ZopeBook
-tar xzf %{SOURCE4} -C ZopeContentManagersGuide
-tar xzf %{SOURCE5} -C GuideToDTML
-tar xzf %{SOURCE6} -C GuideToZSQL
-tar xzf %{SOURCE7} -C ZopeDevelopersGuide
-tar xzf %{SOURCE8} -C ZopeAdminGuide
-tar xzf %{SOURCE9} -C ZopeBook
+%setup -q -n %{name}-%{version}-src -a6
+%patch0 -p1
+mkdir ZopeContentManagersGuide GuideToDTML GuideToZSQL ZopeDevelopersGuide
+mkdir ZopeAdminGuide ZopeBook
+tar xzf %{SOURCE6} -C ZopeContentManagersGuide
+tar xzf %{SOURCE7} -C GuideToDTML
+tar xzf %{SOURCE8} -C GuideToZSQL
+tar xzf %{SOURCE9} -C ZopeDevelopersGuide
+tar xzf %{SOURCE10} -C ZopeAdminGuide
+tar xzf %{SOURCE11} -C ZopeBook
 
 %build
 perl -pi -e "s|data_dir\s+=\s+.*?join\(INSTANCE_HOME, 'var'\)|data_dir=INSTANCE_HOME|" lib/python/Globals.py
@@ -94,12 +107,15 @@ rm -f ZServer/medusa/monitor_client_win32.py
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}/zope} \
-       $RPM_BUILD_ROOT{/etc/{rc.d/init.d,logrotate},/var/log,/var/lib/zope}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}/zope}
+install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,zope/instances,logrotate.d,sysconfig}
+install -d $RPM_BUILD_ROOT{/var/log/zope,/var/lib/zope/main}
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/zope
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate/zope
-install %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}/zope-zserver
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/zope
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/zope
+install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/zope-start
+install %{SOURCE5} $RPM_BUILD_ROOT/etc/zope/instances/main
 
 cp -a lib/python/* $RPM_BUILD_ROOT%{_libdir}/zope
 cp -a ZServer/ utilities/ import/ $RPM_BUILD_ROOT%{_libdir}/zope
@@ -108,12 +124,13 @@ 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
-install var/Data.fs $RPM_BUILD_ROOT/var/lib/zope/Data.fs
+install var/Data.fs $RPM_BUILD_ROOT/var/lib/zope/main/Data.fs
 
 python $RPM_BUILD_ROOT%{_bindir}/zpasswd -u zope -p zope -d localhost \
-       $RPM_BUILD_ROOT/var/lib/zope/access
+       $RPM_BUILD_ROOT/var/lib/zope/main/access
 
-touch $RPM_BUILD_ROOT/var/log/zope
+touch $RPM_BUILD_ROOT/var/log/zope/main.log
+touch $RPM_BUILD_ROOT/var/log/zope/main-detailed.log
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -125,15 +142,33 @@ if [ -z "`getgid zope`" ]; then
 fi
 if [ -z "`id -u zope 2>/dev/null`" ]; then
        echo "Making user zope"
-       /usr/sbin/useradd -r -d /var/lib/zope -s /bin/false -c "Zope User" -g zope zope
+       /usr/sbin/useradd -r -d /var/lib/zope/main -s /bin/false -c "Zope User" -g zope zope
 fi
 
 %post
 /sbin/chkconfig --add zope
+was_stopped=0
+if [ -f /var/lib/zope/Data.fs ]; then
+       echo "Found the database in old location. Migrating..."
+       if [ -f /var/lock/subsys/zope ]; then
+           /etc/rc.d/init.d/zope stop >&2
+           was_stopped=1
+       fi
+       umask 022
+       [ -d /var/lib/zope/main ] && cd /var/lib/zope && mv -f * ./main 2>/dev/null
+       touch /var/lib/zope/access
+       if [ "x$was_stopped" = "x1" ]; then
+           /etc/rc.d/init.d/zope start >&2
+       fi
+       echo "Migration completed (new db location is /var/lib/zope/main)"
+fi
 if [ -f /var/lock/subsys/zope ]; then
-       /etc/rc.d/init.d/zope restart >&2
+       if [ "x$was_stopped" != "x1" ]; then
+           /etc/rc.d/init.d/zope restart >&2
+       fi
 else
-       echo "Create inituser using \"zpasswd inituser\" in directory \"/var/lib/zope\"" >&2
+       echo "Create inituser using \"zpasswd inituser\" in directory \"/var/lib/zope/main\"" >&2
+       echo "look at /etc/zope/instances/main" >&2
        echo "Run then \"/etc/rc.d/init.d/zope start\" to start Zope." >&2
 fi
 
@@ -150,16 +185,23 @@ if [ "$1" = "0" ] ; then
        echo "Removing user zope"
        /usr/sbin/userdel zope >/dev/null 2>&1 || :
        echo "Removing group zope"
-       /usr/sbin/groupdel zope >/dev/null 2>&1 || :    
+       /usr/sbin/groupdel zope >/dev/null 2>&1 || :
 fi
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.txt *.txt ZopeContentManagersGuide GuideToZSQL Tutorial ZopeDevelopersGuide ZopeAdminGuide ZopeBook
-%attr(755,root,root) /etc/rc.d/init.d/zope
+%doc doc/*.txt *.txt ZopeContentManagersGuide GuideToZSQL ZopeDevelopersGuide ZopeAdminGuide ZopeBook
+%attr(754,root,root) /etc/rc.d/init.d/zope
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{_libdir}/zope
-%attr(1771,root,zope) %dir /var/lib/zope
-%attr(660,root,zope) %config(noreplace) %verify(not md5 size mtime) /var/lib/zope/*
-%ghost /var/log/zope
+%attr(640,root,root) %dir /var/lib/zope
+%attr(1771,root,zope) %dir /var/lib/zope/main
+%attr(640,root,root) %dir /etc/zope
+%attr(640,root,root) %dir /etc/zope/instances
+%attr(660,root,zope) %config(noreplace) %verify(not md5 size mtime) /var/lib/zope/main/*
+%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/zope/instances/*
+%attr(640,root,root) /etc/logrotate.d/zope
+%attr(640,root,root) /etc/sysconfig/zope
+%ghost /var/log/zope/main.log
+%ghost /var/log/zope/main-detailed.log
This page took 0.083796 seconds and 4 git commands to generate.