rpms/mono-ndoc/F-12 mono-ndoc.spec,1.5,1.6

Dennis Gilmore ausil at fedoraproject.org
Mon Oct 26 20:22:15 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/mono-ndoc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10604

Modified Files:
	mono-ndoc.spec 
Log Message:
exclude sparc64



Index: mono-ndoc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-ndoc/F-12/mono-ndoc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- mono-ndoc.spec	30 Jul 2009 21:00:58 -0000	1.5
+++ mono-ndoc.spec	26 Oct 2009 20:22:14 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:	 	mono-ndoc
 Version:	1.3.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Code Documentation Generator for .NET
 URL:		http://ndoc.sourceforge.net/
 License:	GPLv2+
@@ -13,8 +13,8 @@ Patch0:		mono-ndoc-1.3.1-nowarn.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	mono-devel, nant
 BuildRequires:	unzip
-# No nant on ppc/ppc64
-ExcludeArch:	ppc64 ppc
+# No nant on ppc/ppc64, no mono on sparc64
+ExcludeArch:	ppc64 ppc sparc64
 
 %description
 NDoc generates class library documentation from .NET assemblies and the XML 
@@ -90,6 +90,9 @@ rm -rf -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/ndoc.pc
 
 %changelog
+* Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 1.3.1-7
+- ExcludeArch sparc64 no mono available
+
 * Thu Jul 30 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3.1-6
 - rebuild
 




More information about the scm-commits mailing list