rpms/mono-nunit22/F-8 mono-nunit22.spec,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Apr 11 16:08:44 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/mono-nunit22/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12381/F-8

Modified Files:
	mono-nunit22.spec 
Log Message:

There is no nant for ppc or ppc64.



Index: mono-nunit22.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-nunit22/F-8/mono-nunit22.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mono-nunit22.spec	11 Apr 2008 15:58:16 -0000	1.1
+++ mono-nunit22.spec	11 Apr 2008 16:08:06 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:	 	mono-nunit22
 Version:	2.2.10
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Unit-testing framework for .NET
 URL:		http://www.nunit.org/
 License:	MIT with acknowledgement
@@ -14,7 +14,8 @@
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	mono-devel, nant
 BuildRequires:	unzip
-ExcludeArch:	ppc64
+# There is no nant for ppc/ppc64
+ExcludeArch:	ppc64 ppc
 
 %description
 NUnit is a unit-testing framework for all .Net languages. Initially ported from
@@ -73,6 +74,9 @@
 
 
 %changelog
+* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.2.10-3
+- no nant for ppc ppc64
+
 * Fri Apr 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.2.10-2
 - disable debuginfo package, useless
 




More information about the fedora-extras-commits mailing list