SPECS: monodevelop.spec - asp.net bcond

wolf wolf at pld-linux.org
Thu Aug 16 01:17:10 CEST 2007


Author: wolf                         Date: Wed Aug 15 23:17:10 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- asp.net bcond

---- Files affected:
SPECS:
   monodevelop.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SPECS/monodevelop.spec
diff -u SPECS/monodevelop.spec:1.51 SPECS/monodevelop.spec:1.52
--- SPECS/monodevelop.spec:1.51	Wed Aug  8 12:06:47 2007
+++ SPECS/monodevelop.spec	Thu Aug 16 01:17:05 2007
@@ -8,6 +8,7 @@
 #
 # Conditional build:
 %bcond_without	subversion	# disable subversion backend
+%bcond_without	asp		# disable ASP.net
 #
 %include	/usr/lib/rpm/macros.mono
 Summary:	Mono IDE
@@ -42,7 +43,7 @@
 BuildRequires:	rpmbuild(macros) >= 1.311
 BuildRequires:	sed >= 4.0
 BuildRequires:	shared-mime-info
-BuildRequires:	xsp
+%{?with_asp:BuildRequires:	xsp}
 Requires(post,postun):	desktop-file-utils
 Requires:	gtkhtml
 %ifarch %{x8664} ia64 ppc64 s390x sparc64
@@ -112,7 +113,7 @@
 %configure \
 	--disable-update-mimedb \
 	--disable-update-desktopdb \
-	--enable-aspnet \
+	%{?with_asp:--enable-aspnet} \
 	%{?with_subversion:--enable-subversion}
 
 %{__make} -j1
@@ -152,6 +153,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2007/08/15 23:17:05  wolf
+- asp.net bcond
+
 Revision 1.51  2007/08/08 10:06:47  vip
 - updated to 0.15
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/monodevelop.spec?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list