]> git.pld-linux.org Git - packages/apcupsd.git/blobdiff - apcupsd.spec
- adapterized (sorted %verify attrs)
[packages/apcupsd.git] / apcupsd.spec
index 3f7c589c6674dc8df53e0173fd6b93bf98295c36..4497f149a0e8f39c49c00d302cc388c5a9eb8094 100644 (file)
@@ -1,15 +1,15 @@
 #
 # Conditional build:
 %bcond_without test    # without TEST support
-%bcond_without usb     # with USB support
-%bcond_without net     # with network support
-%bcond_without snmp    # with SNMP support
+%bcond_without usb     # without USB support
+%bcond_without net     # without network support
+%bcond_with    snmp    # with SNMP support
 #
 Summary:       Power management software for APC UPS hardware
 Summary(pl):   Oprogramowanie do zarz±dzania energi± dla UPS-ów APC
 Name:          apcupsd
 Version:       3.10.18
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/apcupsd/%{name}-%{version}.tar.gz
@@ -21,8 +21,10 @@ Patch0:              %{name}-configure.patch
 URL:           http://www.apcupsd.com/
 BuildRequires: autoconf
 BuildRequires: automake
+%{?with_snmp:BuildRequires:    net-snmp-devel}
 Requires(post):        fileutils
 Requires(post,preun):  /sbin/chkconfig
+Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/apcupsd
@@ -49,18 +51,18 @@ zasilania.
 cd autoconf
 cp -f /usr/share/automake/config.sub .
 %{__autoconf}
-cp -f ./configure ..
+cp -f configure ..
 cd ..
 %configure \
        --with-log-dir=%{_var}/log \
        --with-stat-dir=%{_var}/lib/apcupsd \
        %{?with_test:--enable-test} \
-       %{?with_net:--enable-net} \
-       %{?with_net:--enable-snmp} \
-%if %{with usb}
-       --enable-usb \
-       --with-serial-dev=/dev/usb/hiddev[0-15] \
+%if %{with net}
+       --enable-net \
+       --enable-master-slave \
 %endif
+       %{?with_snmp:--enable-snmp} \
+       %{?with_usb:--enable-usb}
 
 %{__make}
 
@@ -100,13 +102,12 @@ if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/apcupsd ]; then
                /etc/rc.d/init.d/apcupsd stop >&2
        fi
-/sbin/chkconfig --del apcupsd
+       /sbin/chkconfig --del apcupsd
 fi
 
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog Developers doc/{README.apcaccess,README.solaris}
-%{_mandir}/man8/apcupsd.*
 %attr(755,root,root) %{_sbindir}/*
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apcupsd.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/apcupsd
@@ -125,3 +126,4 @@ fi
 %dir /var/lib/apcupsd
 %attr(640,root,root) %ghost /var/log/apcupsd.events
 %attr(640,root,root) %ghost /var/lib/apcupsd/apcupsd.status
+%{_mandir}/man8/apcupsd.*
This page took 1.075108 seconds and 4 git commands to generate.