]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- added net support auto/ac/apcupsd-3_10_18-2
authormarcus <marcus@pld-linux.org>
Tue, 29 Nov 2005 15:28:55 +0000 (15:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel.2.

Changed files:
    apcupsd.spec -> 1.55

apcupsd.spec

index 52060cd187072468306c66be3e0dfc8845bba74c..2e0d0f4b7eadec7691e5810136ce1d7e1b60ffc1 100644 (file)
@@ -2,12 +2,13 @@
 # Conditional build:
 %bcond_without test    # without TEST support
 %bcond_with    usb     # with USB support
+%bcond_with    net     # with network 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:       1
+Release:       2
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/apcupsd/%{name}-%{version}.tar.gz
@@ -53,6 +54,7 @@ cd ..
        --with-log-dir=%{_var}/log \
        --with-stat-dir=%{_var}/lib/apcupsd \
        %{?with_test:--enable-test} \
+       %{?with_net:--enable-net} \
 %if %{with usb}
        --enable-usb \
        --with-serial-dev=/dev/usb/hiddev[0-15] \
This page took 0.128008 seconds and 4 git commands to generate.