]> git.pld-linux.org Git - packages/Zope-ZopeScheduler.git/blobdiff - Zope-ZopeScheduler.spec
- rel. 1
[packages/Zope-ZopeScheduler.git] / Zope-ZopeScheduler.spec
index b49ea27020a7b7636dbccd61f4fb6038aac32d87..b431b713b795a17eaaaa27f9ac8bcd7de26c4fcc 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Cron like service for Zope
 Summary(pl):   Produkt dla Zope pomocny przy wywo³ywaniu okresowych zadañ
 Name:          Zope-%{zope_subname}
 Version:       0.2
-Release:       0.2
+Release:       1
 License:       GPL
 Group:         Development/Tools
 Source0:       http://dev.legco.biz/downloads/%{zope_subname}-%{version}.tar.gz
@@ -44,15 +44,15 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
 if [ -f /var/lock/subsys/zope ]; then
-        /etc/rc.d/init.d/zope restart >&2
+       /etc/rc.d/init.d/zope restart >&2
 fi
 
 %postun
 if [ "$1" = "0" ]; then
-        /usr/sbin/installzopeproduct -d %{zope_subname}
-        if [ -f /var/lock/subsys/zope ]; then
-                /etc/rc.d/init.d/zope restart >&2
-        fi
+       /usr/sbin/installzopeproduct -d %{zope_subname}
+       if [ -f /var/lock/subsys/zope ]; then
+               /etc/rc.d/init.d/zope restart >&2
+       fi
 fi
 
 %files
This page took 0.076147 seconds and 4 git commands to generate.