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

chkr chkr at fedoraproject.org
Sat Jul 11 22:31:11 UTC 2009


Author: chkr

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

Modified Files:
	mono-tools.spec 
Log Message:
- Add mono(webkit-sharp) as run-time requirement since it is needed by the
webkit engine of monodoc (BZ 478650)
- More minor spec file beautifications to fix rpmlint warnings



Index: mono-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-tools/devel/mono-tools.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- mono-tools.spec	11 Jul 2009 16:41:58 -0000	1.38
+++ mono-tools.spec	11 Jul 2009 22:31:10 -0000	1.39
@@ -3,7 +3,7 @@
 Summary: A collection of tools for mono applications
 Name: mono-tools
 Version: 2.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: Development/Tools
 Source0: %{name}-%{version}.tar.bz2
@@ -17,6 +17,7 @@ BuildRequires: mono-jscript mono-data-or
 BuildRequires: webkit-sharp-devel
 Requires: mono-core >= 2.4.2 links monodoc
 Requires: mono(gtkhtml-sharp)
+Requires: mono(webkit-sharp)
 
 ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc ppc64
 
@@ -33,15 +34,13 @@ Requires: %{name} = %{version}-%{release
 Development file for mono-tools
 
 %package monodoc
-Summary: monodoc documentation
+Summary: Monodoc documentation
 Group: Documentation
 Requires: %{name} = %{version}-%{release} monodoc
 
 %description monodoc
 Documentation for monotools for use with monodoc
 
-%define gen gendarme/rules
-
 %prep
 %setup -q 
 
@@ -136,6 +135,11 @@ desktop-file-install --vendor fedora \
 %{_libdir}/monodoc/web/*
 
 %changelog
+* Sat Jul 11 2009 Christian Krause <chkr at fedoraproject.org> - 2.4.2-3
+- Add mono(webkit-sharp) as run-time requirement since it is needed by the
+webkit engine of monodoc (BZ 478650)
+- More minor spec file beautifications to fix rpmlint warnings
+
 * 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




More information about the fedora-extras-commits mailing list