]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- simplified bcond, added %%verify(not md5 size mtime)
authorkali <kali@pld-linux.org>
Fri, 5 Nov 2004 22:26:13 +0000 (22:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed Source0-size

Changed files:
    apcupsd.spec -> 1.52

apcupsd.spec

index 47c63688e0a0645e7562caf0d1922385a2cdb92c..27d5fd2c5cc354249f0f8ee8cad1b6ca1ac2387b 100644 (file)
@@ -12,7 +12,6 @@ License:      GPL v2
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/apcupsd/%{name}-%{version}.tar.gz
 # Source0-md5: 07de8f7d7488b6ef91f128f51713f4ea
-# Source0-size:        3858266
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Source3:       %{name}.sysconfig
@@ -53,9 +52,7 @@ cd ..
 %configure \
        --with-log-dir=%{_var}/log \
        --with-stat-dir=%{_var}/lib/apcupsd \
-%if %{with test}
-       --enable-test \
-%endif
+       %{?with_test:--enable-test} \
 %if %{with usb}
        --enable-usb \
        --with-serial-dev=/dev/usb/hiddev[0-15] \
@@ -110,7 +107,7 @@ fi
 %{_mandir}/man8/apcupsd.*
 %attr(755,root,root) %{_sbindir}/*
 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/apcupsd.conf
-%attr(640,root,root) %config(noreplace) /etc/sysconfig/apcupsd
+%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/apcupsd
 %attr(754,root,root) %{_sysconfdir}/apccontrol
 %attr(754,root,root) %{_sysconfdir}/changeme
 %attr(754,root,root) %{_sysconfdir}/commfailure
This page took 0.069706 seconds and 4 git commands to generate.