rpms/mono-tools/F-10 mono-tools.spec,1.12,1.13

chkr chkr at fedoraproject.org
Sun Jul 12 00:31:39 UTC 2009


Author: chkr

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

Modified Files:
	mono-tools.spec 
Log Message:
- Add BR webkit-sharp-devel to build the webkit engine for monodoc (BZ 478650)
- Add mono(webkit-sharp) as run-time requirement since it is needed by the
webkit engine of 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-10/mono-tools.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- mono-tools.spec	27 Oct 2008 17:34:47 -0000	1.12
+++ mono-tools.spec	12 Jul 2009 00:31:08 -0000	1.13
@@ -3,7 +3,7 @@
 Summary: The mono documentation system
 Name: mono-tools
 Version: 2.0
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: MIT
 Group: Development/Tools
 Patch0: monotools-2.0-gendarme.patch
@@ -18,7 +18,10 @@ BuildRequires: monodoc-devel >= 2.0 geck
 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
+BuildRequires: webkit-sharp-devel
 Requires: mono-core links monodoc >= 2.0
+Requires: mono(gtkhtml-sharp) >= 3.0
+Requires: mono(webkit-sharp)
 
 ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha
 
@@ -101,6 +104,7 @@ desktop-file-install --vendor fedora \
 %{_libdir}/mono/2.0/gnunit2.exe
 %{_libdir}/monodoc/GeckoHtmlRender.dll
 %{_libdir}/monodoc/GtkHtmlHtmlRender.dll
+%{_libdir}/monodoc/WebKitHtmlRender.dll
 %{_libdir}/monodoc/browser.exe
 %dir %{_libdir}/ilcontrast
 %{_libdir}/ilcontrast/ilcontrast.exe
@@ -119,6 +123,13 @@ desktop-file-install --vendor fedora \
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Sun Jul 12 2009 Christian Krause <chkr at fedoraproject.org> - 2.0-9
+- Add BR webkit-sharp-devel to build the webkit engine for monodoc (BZ 478650)
+- Add mono(webkit-sharp) as run-time requirement since it is needed by the
+webkit engine of monodoc (BZ 478650)
+- Add mono(gtkhtml-sharp) as run-time requirement since it is needed by the
+gtkhtml engine of monodoc (BZ 478650)
+
 * Mon Oct 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0-8
 - rebuild for new gnome-sharp
 




More information about the fedora-extras-commits mailing list