SPECS: nut.spec - --with-udev-dir to configure; simple --with{out,...

zbyniu zbyniu at pld-linux.org
Thu Sep 20 01:10:04 CEST 2007


Author: zbyniu                       Date: Wed Sep 19 23:10:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- --with-udev-dir to configure; simple --with{out,} options

---- Files affected:
SPECS:
   nut.spec (1.137 -> 1.138) 

---- Diffs:

================================================================
Index: SPECS/nut.spec
diff -u SPECS/nut.spec:1.137 SPECS/nut.spec:1.138
--- SPECS/nut.spec:1.137	Thu Sep 13 17:46:01 2007
+++ SPECS/nut.spec	Thu Sep 20 01:09:59 2007
@@ -184,16 +184,13 @@
 %{__autoconf}
 %configure \
 	--datadir=%{_datadir}/%{name} \
-	%{?with_hal:--with-hal} \
-	%{!?with_hal:--without-hal} \
+	--with%{!?with_hal:out}-hal \
 	--with-serial \
-	%{?with_snmp:--with-snmp} \
-	%{!?with_snmp:--without-snmp} \
-	%{?with_usb:--with-usb} \
-	%{!?with_usb:--without-usb} \
+	--with%{!?with_snmp:out}-snmp \
+	--with%{!?with_usb:out}-usb \
+	%{?with_usb:--with-udev-dir=/etc/udev} \
 	--with-ssl \
-	%{?with_cgi:--with-cgi} \
-	%{!?with_cgi:--without-cgi} \
+	--with%{!?with_cgi:out}-cgi \
 	--with-linux-hiddev=%{_includedir}/linux/hiddev.h \
 	--with-statepath=%{_var}/lib/ups \
 	--with-drvpath=/lib/nut \
@@ -435,6 +432,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.138  2007/09/19 23:09:59  zbyniu
+- --with-udev-dir to configure; simple --with{out,} options
+
 Revision 1.137  2007/09/13 15:46:01  arvenil
 - reverted addition of BR: krb5-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nut.spec?r1=1.137&r2=1.138&f=u



More information about the pld-cvs-commit mailing list