Author: deejay1 Date: Thu Mar 8 21:44:23 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - changed license - added bconded subversion support - enabled ASP.Net project support - rel. 2
---- Files affected: SPECS: monodevelop.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: SPECS/monodevelop.spec diff -u SPECS/monodevelop.spec:1.44 SPECS/monodevelop.spec:1.45 --- SPECS/monodevelop.spec:1.44 Thu Mar 8 21:58:31 2007 +++ SPECS/monodevelop.spec Thu Mar 8 22:44:17 2007 @@ -1,11 +1,15 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_without subversion # enable subversion backend +# %include /usr/lib/rpm/macros.mono Summary: Mono IDE Summary(pl.UTF-8): IDE dla Mono Name: monodevelop Version: 0.13.1 -Release: 1 -License: GPL +Release: 2 +License: GPL/MIT Group: Development/Tools Source0: http://go-mono.com/sources/monodevelop/%{name}-%{version}.tar.gz # Source0-md5: 682f61f96456cd187d5656ea79c89a81 @@ -38,6 +42,7 @@ Requires: libgtkembedmoz.so %endif Requires(post,postun): shared-mime-info +%{?with_subversion:Requires: subversion-libs} Obsoletes: MonoDevelop ExcludeArch: alpha i386 sparc sparc64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -98,7 +103,10 @@ %{__autoconf} %configure \ --disable-update-mimedb \ - --disable-update-desktopdb + --disable-update-desktopdb \ + --enable-aspnet \ + %{?with_subversion:--enable-subversion} + %{__make} %install @@ -140,6 +148,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2007/03/08 21:44:17 deejay1 +- changed license +- added bconded subversion support +- enabled ASP.Net project support +- rel. 2 + Revision 1.44 2007/03/08 20:58:31 vip - up to 0.13.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/monodevelop.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
