rpms/mono-tools/devel mono-tools.spec,1.37,1.38

chkr chkr at fedoraproject.org
Sat Jul 11 16:42:28 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/mono-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32611

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)
- Minor spec file beautification to fix some rpmlint warnings



Index: mono-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-tools/devel/mono-tools.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- mono-tools.spec	14 Jun 2009 20:12:07 -0000	1.37
+++ mono-tools.spec	11 Jul 2009 16:41:58 -0000	1.38
@@ -3,7 +3,7 @@
 Summary: A collection of tools for mono applications
 Name: mono-tools
 Version: 2.4.2
-Release: 1%{?dist}
+Release: 2%{?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.2 links monodoc
+Requires: mono(gtkhtml-sharp)
 
 ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc ppc64
 
@@ -47,12 +49,11 @@ find . -name Makefile.in -or -name Makef
        -or -name \*.make -or -name \*.in \
        | while read f ;
          do
-
-	   sed -i -e 's!@prefix@/lib!%{_libdir}!' "$f"
+           sed -i -e 's!@prefix@/lib!%{_libdir}!' "$f"
            sed -i -e 's!$(prefix)/lib!%{_libdir}!' "$f" 
-	   sed -i -e 's!$prefix/lib!%{_libdir}!' "$f"
+           sed -i -e 's!$prefix/lib!%{_libdir}!' "$f"
            sed -i -e 's!${exec_prefix}/lib!%{_libdir}!' "$f" 
-	   sed -i -e 's!$libdir!%{_libdir}!' "$f" ;
+           sed -i -e 's!$libdir!%{_libdir}!' "$f" ;
          done
 
 autoreconf -f -i -s
@@ -107,6 +108,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
@@ -134,6 +136,12 @@ desktop-file-install --vendor fedora \
 %{_libdir}/monodoc/web/*
 
 %changelog
+* Sat Jul 11 2009 Christian Krause <chkr at fedoraproject.org> - 2.4.2-2
+- 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)
+- Minor spec file beautification to fix some rpmlint warnings
+
 * Sun Jun 09 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 2.4.2-1
 - Bump to 2.4.2 preview 1
 - Add support for ppc and ppc64




More information about the fedora-extras-commits mailing list