Author: wolf Date: Mon Oct 16 19:25:26 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 1.1.17 - allow building w/o gecko
---- Files affected: SPECS: mono-tools.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/mono-tools.spec diff -u SPECS/mono-tools.spec:1.19 SPECS/mono-tools.spec:1.20 --- SPECS/mono-tools.spec:1.19 Mon Aug 14 20:21:53 2006 +++ SPECS/mono-tools.spec Mon Oct 16 21:25:17 2006 @@ -1,19 +1,22 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_without gecko # don't build gecko html renderer +# %include /usr/lib/rpm/macros.mono Summary: Mono Tools Summary(pl): Narzędzia do mono Name: mono-tools -Version: 1.1.11 -Release: 2 +Version: 1.1.17 +Release: 1 License: GPL Group: Development/Tools Source0: http://go-mono.com/sources/mono-tools/%{name}-%{version}.tar.gz -# Source0-md5: 9331316fcacb07a87a7ce1c8437ad2a9 -Patch0: %{name}-dotnet2.patch +# Source0-md5: 5480683e70806f5aa8f9d378ae6a094c URL: http://www.go-mono.com/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: dotnet-gecko-sharp2-devel >= 0.11 +%{?with_gecko:BuildRequires: dotnet-gecko-sharp2-devel >= 0.11} BuildRequires: dotnet-gnome-sharp-devel >= 2.15.0 BuildRequires: mono-compat-links BuildRequires: monodoc >= 1.1.16 @@ -61,7 +64,6 @@ %prep %setup -q -%patch0 -p1 %build %{__aclocal} @@ -94,9 +96,11 @@ %{_desktopdir}/* %{_pixmapsdir}/* +%if %{with gecko} %files gecko %defattr(644,root,root,755) %{_libdir}/monodoc/GeckoHtmlRender.dll +%endif %files gtkhtml %defattr(644,root,root,755) @@ -108,6 +112,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2006/10/16 19:25:17 wolf +- 1.1.17 +- allow building w/o gecko + Revision 1.19 2006/08/14 18:21:53 grzegol - added dotnet2 patch (make it build against the 2.0 series of gtk#, gnome# and gecko#) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mono-tools.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
