]> git.pld-linux.org Git - packages/Zope-iHotfix.git/commitdiff
- use %service
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Mar 2006 19:27:26 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-iHotfix.spec -> 1.18

Zope-iHotfix.spec

index c9a021ea712ed62d37fb1bedb1dd7615dbc3911e..8fbbcf513dd5a54d4aead398bdf3e7a32ca1f2af 100644 (file)
@@ -10,10 +10,11 @@ Group:              Development/Tools
 Source0:       http://www.ikaaro.org/download/ihotfix/%{zope_subname}-%{version}.tar.gz
 # Source0-md5: 07a438b14e550e6e37271f34e098bbd6
 URL:           http://www.ikaaro.org/
+BuildRequires: python
+BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,postun): /usr/sbin/installzopeproduct
 Requires:      Zope >= 2.6
 Requires:      python-itools >= 0.9.0
-BuildRequires: python
 %pyrequires_eq python-modules
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -44,16 +45,12 @@ 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
-fi
+%service -q zope restart
 
 %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
+       %service -q zope restart
 fi
 
 %files
This page took 0.133604 seconds and 4 git commands to generate.