SPECS: mutt.spec - concise bcond usage
saq
saq at pld-linux.org
Sun Aug 21 19:30:43 CEST 2005
Author: saq Date: Sun Aug 21 17:30:43 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- concise bcond usage
---- Files affected:
SPECS:
mutt.spec (1.179 -> 1.180)
---- Diffs:
================================================================
Index: SPECS/mutt.spec
diff -u SPECS/mutt.spec:1.179 SPECS/mutt.spec:1.180
--- SPECS/mutt.spec:1.179 Mon May 9 14:47:56 2005
+++ SPECS/mutt.spec Sun Aug 21 19:30:37 2005
@@ -168,7 +168,7 @@
%{__autoheader}
%{__automake}
%configure \
- %{!?debug:--disable-debug} %{?debug:--enable-debug} \
+ --%{?debug:en}%{!?debug:dis}able-debug \
%{!?with_slang:--with-curses} \
%{?with_slang:--with-slang} \
--enable-compressed \
@@ -180,8 +180,8 @@
--enable-pop \
%{?with_nntp:--enable-nntp} \
--with-regex \
- %{?with_sasl:--with-sasl} %{!?with_sasl:--without-sasl} \
- %{?with_home_etc:--with-home-etc} %{!?with_home_etc:--without-home-etc} \
+ --with%{!?with_sasl:out}-sasl \
+ --with%{!?with_home_etc:out}-home-etc \
%{?with_esmtp:--enable-libesmtp --with-libesmtp=/usr} \
--with-ssl \
--disable-warnings \
@@ -247,6 +247,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.180 2005/08/21 17:30:37 saq
+- concise bcond usage
+
Revision 1.179 2005/05/09 12:47:56 qboosh
- whitespace cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mutt.spec?r1=1.179&r2=1.180&f=u
More information about the pld-cvs-commit
mailing list