rpms/mono-tools/F-11 mono-tools.spec,1.37,1.38

chkr chkr at fedoraproject.org
Sat Jul 11 18:04:29 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/mono-tools/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20592

Modified Files:
	mono-tools.spec 
Log Message:
- Add BR webkit-sharp-devel to build the webkit engine for monodoc (BZ 478650)
- Add mono(gtkhtml-sharp) as run-time requirement since it is needed by the
gtkhtml engine of monodoc (BZ 478650)



Index: mono-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-tools/F-11/mono-tools.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- mono-tools.spec	30 May 2009 19:25:20 -0000	1.37
+++ mono-tools.spec	11 Jul 2009 18:03:59 -0000	1.38
@@ -3,7 +3,7 @@
 Summary: A collection of tools for mono applications
 Name: mono-tools
 Version: 2.4
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: MIT
 Group: Development/Tools
 Source0: %{name}-%{version}.tar.bz2
@@ -14,7 +14,9 @@ BuildRequires: gecko-sharp2-devel gnome-
 BuildRequires: gtk-sharp2-devel autoconf automake libtool mono-nunit-devel
 BuildRequires: hunspell-devel desktop-file-utils gnome-desktop-sharp-devel
 BuildRequires: mono-jscript mono-data-oracle monodoc-devel mono-web-devel
+BuildRequires: webkit-sharp-devel
 Requires: mono-core >= 2.4 links monodoc
+Requires: mono(gtkhtml-sharp)
 
 ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparc alpha
 
@@ -107,6 +109,7 @@ desktop-file-install --vendor fedora \
 %{_libdir}/mono/1.0/gasnview.exe
 %{_libdir}/monodoc/GeckoHtmlRender.dll
 %{_libdir}/monodoc/GtkHtmlHtmlRender.dll
+%{_libdir}/monodoc/WebKitHtmlRender.dll
 %{_libdir}/monodoc/browser.exe
 %dir %{_libdir}/ilcontrast
 %{_libdir}/ilcontrast/ilcontrast.exe
@@ -132,6 +135,11 @@ desktop-file-install --vendor fedora \
 %{_libdir}/monodoc/sources/gendarme*
 
 %changelog
+* Sat Jul 11 2009 Christian Krause <chkr at fedoraproject.org> - 2.4-10
+- Add BR webkit-sharp-devel to build the webkit engine for monodoc (BZ 478650)
+- Add mono(gtkhtml-sharp) as run-time requirement since it is needed by the
+gtkhtml engine of monodoc (BZ 478650)
+
 * Sat May 30 2009 Xavier Lamien <laxathom at fedoraproject.org> - 2.4-9
 - Build arch ppc??.
 




More information about the fedora-extras-commits mailing list