]> git.pld-linux.org Git - packages/Zope-COREBlog.git/commitdiff
- spaces->tabs
authorpaladine <paladine@pld-linux.org>
Sat, 30 Oct 2004 11:59:12 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-COREBlog.spec -> 1.12

Zope-COREBlog.spec

index cefb1c4d07734bc6a0c060fd69a5e87d4c037a26..783a6a5b0e7ff2e570ca514e6db508f12c6acb09 100644 (file)
@@ -11,7 +11,7 @@ Source0:      http://coreblog.org/junk/%{zope_subname}10.tgz
 URL:           http://coreblog.org/
 %pyrequires_eq python-modules
 Requires:      Zope >= 2.6.1
-Requires(post,postun):  /usr/sbin/installzopeproduct
+Requires(post,postun): /usr/sbin/installzopeproduct
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -55,10 +55,10 @@ 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.063547 seconds and 4 git commands to generate.