SPECS: ncurses.spec - fix conditions

arekm arekm at pld-linux.org
Mon Apr 20 14:32:29 CEST 2009


Author: arekm                        Date: Mon Apr 20 12:32:29 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix conditions

---- Files affected:
SPECS:
   ncurses.spec (1.190 -> 1.191) 

---- Diffs:

================================================================
Index: SPECS/ncurses.spec
diff -u SPECS/ncurses.spec:1.190 SPECS/ncurses.spec:1.191
--- SPECS/ncurses.spec:1.190	Mon Apr 20 14:31:43 2009
+++ SPECS/ncurses.spec	Mon Apr 20 14:32:24 2009
@@ -372,8 +372,8 @@
 	--with-ada-include=%{_libdir}/gcc/$gcc_target/$gcc_version/adainclude/ \
 	--with-ada-objects=%{_libdir}/gcc/$gcc_target/$gcc_version/adalib/ \
 	`[ "$t" = "narrowc" ] && echo --with-termlib=tinfo` \
-	`[ "$t" = "wideclowcolor" ] && echo --with-termlib=tinfow --enable-widec --enable-ext-colors --includedir=%{_includedir}wlc` \
-	`[ "$t" = "widec" ] && echo --with-termlib=tinfow --enable-widec --disable-ext-colors --includedir=%{_includedir}w`
+	`[ "$t" = "wideclowcolor" ] && echo --with-termlib=tinfow --enable-widec --disable-ext-colors --includedir=%{_includedir}wlc` \
+	`[ "$t" = "widec" ] && echo --with-termlib=tinfow --enable-widec --enable-ext-colors --includedir=%{_includedir}w`
 
 %{__make}
 
@@ -611,6 +611,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.191  2009/04/20 12:32:24  arekm
+- fix conditions
+
 Revision 1.190  2009/04/20 12:31:43  arekm
 - cleanups
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ncurses.spec?r1=1.190&r2=1.191&f=u



More information about the pld-cvs-commit mailing list