]> git.pld-linux.org Git - packages/Zope.git/blobdiff - Zope.spec
- export $WEBDAV_PORT
[packages/Zope.git] / Zope.spec
index e16aaa0c0cd89b14f1030f208945d72ebac4bbe7..f95a91c23f2c3f543ae179b54179c854f6f0cf6f 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -3,12 +3,12 @@ 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.2b5
-Release:       5
+Version:       2.6.2
+Release:       1
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
 Source0:       http://www.zope.org/Products/%{name}/%{version}/%{version}/%{name}-%{version}-src.tgz
-# Source0-md5: 60ddbd685febb73e10ecdb5da6eda895
+# Source0-md5: a0e873d54994231d7c03640f7092a4fb
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Source3:       %{name}.sysconfig
@@ -28,7 +28,7 @@ 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.2
+BuildRequires: python-devel < 2.3
 BuildRequires: perl
 PreReq:                rc-scripts
 Requires(pre): /usr/bin/getgid
@@ -39,9 +39,9 @@ Requires(postun):     /usr/sbin/userdel
 Requires(postun):      /usr/sbin/groupdel
 Requires(post,preun):  /sbin/chkconfig
 Requires:      logrotate
-Requires:      python >= 2.2.2
-Requires:      python-modules >= 2.2.2
-Requires:      python-libs >= 2.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"`)
@@ -168,6 +168,7 @@ if [ -f /var/lock/subsys/zope ]; then
        fi
 else
        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
 
@@ -190,7 +191,7 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc doc/*.txt *.txt ZopeContentManagersGuide GuideToZSQL ZopeDevelopersGuide ZopeAdminGuide ZopeBook
-%attr(755,root,root) /etc/rc.d/init.d/zope
+%attr(754,root,root) /etc/rc.d/init.d/zope
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{_libdir}/zope
This page took 0.05566 seconds and 4 git commands to generate.