]> git.pld-linux.org Git - packages/atsar.git/commitdiff
- use %service
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 24 Feb 2006 15:20:04 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atsar.spec -> 1.17

atsar.spec

index 00a9babb9c7eb4facd14a1080924490a4b353b90..07a2cacc72825021886426536ef98826117e6538 100644 (file)
@@ -11,8 +11,9 @@ Source1:      %{name}.init
 Source2:       %{name}.cron
 Patch0:                %{name}-runfrompath.patch
 URL:           ftp://ftp.atcomputing.nl/pub/tools/linux/
 Source2:       %{name}.cron
 Patch0:                %{name}-runfrompath.patch
 URL:           ftp://ftp.atcomputing.nl/pub/tools/linux/
-Requires:      rc-scripts
+BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,preun):  /sbin/chkconfig
 Requires(post,preun):  /sbin/chkconfig
+Requires:      rc-scripts
 ExclusiveOS:   Linux
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 ExclusiveOS:   Linux
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -68,19 +69,12 @@ install atsar_linux.conf $RPM_BUILD_ROOT%{_sysconfdir}/atsar.conf
 rm -rf $RPM_BUILD_ROOT
 
 %post
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/usr/bin/atsa1
-/sbin/chkconfig --add atsar
-if [ -f /var/lock/subsys/atsar ]; then
-       /etc/rc.d/init.d/atsar restart 1>&2
-else
-       echo "Type \"/etc/rc.d/init.d/atsar start\" to start atsar" 1>&2
-fi
+%{_bindir}/atsa1
+%service atsar restart
 
 %preun
 if [ "$1" = "0" ]; then
 
 %preun
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/atsar ]; then
-               /etc/rc.d/init.d/atsar stop
-       fi
+       %service atsar stop
        /sbin/chkconfig --del atsar
 fi
 
        /sbin/chkconfig --del atsar
 fi
 
This page took 0.05428 seconds and 4 git commands to generate.