From: marcus Date: Tue, 29 Nov 2005 15:28:55 +0000 (+0000) Subject: - added net support X-Git-Tag: auto/ac/apcupsd-3_10_18-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapcupsd.git;a=commitdiff_plain;h=e72d247d181845bbbde7fd1c0e5a9ec91a6f386d - added net support - rel.2. Changed files: apcupsd.spec -> 1.55 --- diff --git a/apcupsd.spec b/apcupsd.spec index 52060cd..2e0d0f4 100644 --- a/apcupsd.spec +++ b/apcupsd.spec @@ -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] \