]> git.pld-linux.org Git - packages/PowerChutePlus.git/commitdiff
- Prereq: chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Sep 2001 09:31:09 +0000 (09:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PowerChutePlus.spec -> 1.8

PowerChutePlus.spec

index 2659132785217bb330af6f07f09cd3823bc20567..d2d616807b9178383d1b55c48f2447aa00f61856 100644 (file)
@@ -17,6 +17,7 @@ Source6:      %{name}-powerchute.ini_templ
 Patch0:                %{name}-fix-sh.patch
 ExclusiveOS:   linux
 ExclusiveArch: %{ix86}
+Prereq:                chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -88,6 +89,9 @@ ln -sf /var/run/bkupsd.pid $RPM_BUILD_ROOT%{_libdir}/powerchute/
 
 gzip -9nf language.txt readme_apache
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %pre
 if ! id -g pwrchute > /dev/null 2>&1 ; then
        %{_sbindir}/groupadd -g 68 pwrchute
@@ -122,9 +126,6 @@ if [ "$1" = "0" ]; then
        %{_sbindir}/groupdel pwrchute
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc help/* apachesh.pdf language.txt.gz readme_apache.gz pclinxug.pdf
This page took 0.102402 seconds and 4 git commands to generate.