rpms/mono-ndoc/devel mono-ndoc.spec,1.6,1.7

Tom Callaway spot at fedoraproject.org
Tue Dec 1 16:59:48 UTC 2009


Author: spot

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

Modified Files:
	mono-ndoc.spec 
Log Message:
rebuild to use system key


Index: mono-ndoc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-ndoc/devel/mono-ndoc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- mono-ndoc.spec	26 Oct 2009 20:23:20 -0000	1.6
+++ mono-ndoc.spec	1 Dec 2009 16:59:48 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:	 	mono-ndoc
 Version:	1.3.1
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Code Documentation Generator for .NET
 URL:		http://ndoc.sourceforge.net/
 License:	GPLv2+
@@ -39,8 +39,8 @@ Development files for mono-ndoc.
 %{__sed} -i 's/\r//' README.txt
 
 %build
-# create a Strong Name key to allow build to run
-sn -k NDoc.snk
+# Use the mono system key instead of generating our own here.
+cp -a /etc/pki/mono/mono.snk NDoc.snk
 nant -t:mono-1.0
 # This one gets far enough, before throwing an odd windows error.
 nant -t:mono-1.0 sdkdoc ||:
@@ -90,6 +90,9 @@ rm -rf -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/ndoc.pc
 
 %changelog
+* Tue Dec  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3.1-8
+- use the system mono.snk key instead of regenerating on every build
+
 * Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 1.3.1-7
 - ExcludeArch sparc64 no mono available
 




More information about the fedora-extras-commits mailing list