rpms/mono-sharpcvslib/devel mono-sharpcvslib.spec,1.11,1.12

Tom Callaway spot at fedoraproject.org
Tue Dec 1 16:56:41 UTC 2009


Author: spot

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

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


Index: mono-sharpcvslib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-sharpcvslib/devel/mono-sharpcvslib.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- mono-sharpcvslib.spec	26 Oct 2009 20:38:31 -0000	1.11
+++ mono-sharpcvslib.spec	1 Dec 2009 16:56:41 -0000	1.12
@@ -2,7 +2,7 @@
 
 Name:	 	mono-sharpcvslib
 Version:	0.35
-Release:	12%{?dist}
+Release:	13%{?dist}
 Summary:	Client cvs library written in C#
 URL:		http://sharpcvslib.sourceforge.net/
 # Exception: Permission is given to use this library in commercial closed-source applications
@@ -50,8 +50,8 @@ cp %{_libdir}/mono/nunit22/nunit.framewo
 %{__sed} -i 's/\r//' src/doc/COPYING.txt
 
 %build
-# create a Strong Name key to allow build to run
-sn -k SharpCvsLib.snk
+# Use the mono system key instead of generating our own here.
+cp -a /etc/pki/mono/mono.snk SharpCvsLib.snk
 cd src/build
 nant -buildfile:SharpCvsLib.build build.all
 # This command works mostly, but fails at the end trying to talk to the Windows registry.
@@ -95,6 +95,9 @@ mv src/doc/api/msdn/tree.js{.utf8,}
 %{_libdir}/pkgconfig/sharpcvslib.pc
 
 %changelog
+* Tue Dec  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 0.35-13
+- use the system mono.snk key instead of regenerating on every build
+
 * Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 0.35-12
 - ExcludeArch sparc64
 




More information about the scm-commits mailing list