rpms/mono/devel mono.spec,1.69,1.70

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Apr 9 18:20:18 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/mono/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21843

Modified Files:
	mono.spec 
Log Message:
fix licensing


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- mono.spec	7 Apr 2008 18:19:48 -0000	1.69
+++ mono.spec	9 Apr 2008 18:19:14 -0000	1.70
@@ -1,10 +1,10 @@
-Name:	mono
+Name:		mono
 Version:        1.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
-License:        GPL, LGPL, MIT X11
+License:        GPLv2 and LGPLv2+ and MIT
 URL:            http://go-mono.com/sources-stable/%{name}-%{version}.tar.bz2
 Source0:        %{name}-%{version}.tar.bz2
 Source1:	monodir.c
@@ -67,6 +67,7 @@
 
 %package nunit
 Summary:        NUnit Testing Framework
+License:	zlib with acknowledgement
 Group:          Development/Languages
 Requires:       mono-core = %{version}-%{release}
 Requires:       glib2-devel
@@ -84,7 +85,7 @@
 Summary: pkgconfig for nunit
 Group: Development/Libraries
 Requires: mono-core = %{version}-%{release}, pkgconfig
-Requires: mono-nunit
+Requires: mono-nunit = %{version}-%{release}
 
 %description nunit-devel
 Development files for nunit
@@ -479,6 +480,7 @@
 
 %files nunit
 %defattr(-,root,root,-)
+%doc mcs/nunit20/license.rtf mcs/nunit20/README
 %mono_bin_1 nunit-console nunit-console
 %mono_bin_2 nunit-console2 nunit-console
 %gac_dll nunit.core
@@ -590,6 +592,9 @@
 %gac_dll IBM.Data.DB2
 
 %changelog
+* Wed Apr 09 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.9-5
+- fix licensing
+
 * Mon Apr 07 2008 Xavier Lamien <lxtnow at gmail.com> - 1.9-4
 - Added undeclared function bug #xxxx.
 




More information about the fedora-extras-commits mailing list