From: Elan Ruusamäe Date: Sun, 19 Mar 2006 18:38:11 +0000 (+0000) Subject: - use %service X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=9f025d3ebad47a035c3d729b907cc77c2fb7a884;p=packages%2FZope-COREBlog.git - use %service Changed files: Zope-COREBlog.spec -> 1.22 --- diff --git a/Zope-COREBlog.spec b/Zope-COREBlog.spec index 2b6cebe..ea0d0c4 100644 --- a/Zope-COREBlog.spec +++ b/Zope-COREBlog.spec @@ -10,9 +10,10 @@ Source0: http://coreblog.org/junk/%{zope_subname}122.tgz # Source0-md5: d2d1ca0c38da09d6edf907b36bdc123e URL: http://coreblog.org/ BuildRequires: python +BuildRequires: rpmbuild(macros) >= 1.268 %pyrequires_eq python-modules -Requires: Zope >= 2.6.1 Requires(post,postun): /usr/sbin/installzopeproduct +Requires: Zope >= 2.6.1 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -50,16 +51,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