SPECS: libao.spec - with OR without static

charles charles at pld-linux.org
Wed Jun 15 08:01:21 CEST 2005


Author: charles                      Date: Wed Jun 15 06:01:21 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- with OR without static

---- Files affected:
SPECS:
   libao.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/libao.spec
diff -u SPECS/libao.spec:1.54 SPECS/libao.spec:1.55
--- SPECS/libao.spec:1.54	Tue Jun 14 21:39:53 2005
+++ SPECS/libao.spec	Wed Jun 15 08:01:14 2005
@@ -5,7 +5,7 @@
 %bcond_without	arts		# don't build aRts plugin
 %bcond_without	nas 		# don't build NAS plugin
 %bcond_without	polypaudio	# don't build Polypaudio plugin
-%bcond_without	static	# don't build static library
+%bcond_without	static		# don't build static library
 #
 Summary:	Cross Platform Audio Output Library
 Summary(es):	Biblioteca libao
@@ -186,8 +186,7 @@
 %if %{without polypaudio}
 	--disable-polyp \
 %endif
-	--enable-static \
-	%{!?with_static:--disable-static}
+	--%{!?with_static:dis}%{?with_static:en}able-static
 
 %{__make}
 
@@ -264,6 +263,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2005/06/15 06:01:14  charles
+- with OR without static
+
 Revision 1.54  2005/06/14 19:39:53  witekfl
 - added bcond_without static
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libao.spec?r1=1.54&r2=1.55&f=u




More information about the pld-cvs-commit mailing list