]> git.pld-linux.org Git - packages/mono-tools.git/commitdiff
- 1.1.17 auto/th/mono-tools-1_1_17-1
authorwolf <wolf@pld-linux.org>
Mon, 16 Oct 2006 19:25:17 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- allow building w/o gecko

Changed files:
    mono-tools.spec -> 1.20

mono-tools.spec

index da675482bc0f0428e3970f26e15c5880e1d5fb6b..89080c2fa74cdf3048751b426c422a49e9aa3ab2 100644 (file)
@@ -1,18 +1,21 @@
+#
+# 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
@@ -60,7 +63,6 @@ Oparty na GtkHTML wy
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__aclocal}
@@ -93,9 +95,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/*
 %{_pixmapsdir}/*
 
+%if %{with gecko}
 %files gecko
 %defattr(644,root,root,755)
 %{_libdir}/monodoc/GeckoHtmlRender.dll
+%endif
 
 %files gtkhtml
 %defattr(644,root,root,755)
This page took 0.044413 seconds and 4 git commands to generate.