rpms/log4net/devel log4net.spec,1.8,1.9

Tom Callaway spot at fedoraproject.org
Tue Dec 1 16:57:06 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/log4net/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7756

Modified Files:
	log4net.spec 
Log Message:
rebuild to use system key


Index: log4net.spec
===================================================================
RCS file: /cvs/pkgs/rpms/log4net/devel/log4net.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- log4net.spec	29 Nov 2009 19:48:15 -0000	1.8
+++ log4net.spec	1 Dec 2009 16:57:05 -0000	1.9
@@ -12,7 +12,7 @@ URL:		http://logging.apache.org/log4net/
 License:	ASL 2.0
 Group:		System Environment/Libraries
 Version:	1.2.10
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	A .NET framework for logging
 Source:		http://cvs.apache.org/dist/incubator/log4net/1.2.10/incubating-log4net-1.2.10.zip
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -46,8 +46,8 @@ framework to the .NET runtime
 rm -rf bin/
 
 %build
-# create a Strong Name key to allow build to run
-sn -k log4net.snk
+# Use system mono.snk key
+ln -s /etc/pki/mono/mono.snk log4net.snk
 # ASF recommend using nant to build log4net
 nant -buildfile:log4net.build compile-all
 
@@ -84,6 +84,9 @@ gacutil -i bin/mono/1.0/release/log4net.
 
 
 %changelog
+* Tue Dec  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.2.10-10
+- use system mono.snk key instead of generating our own on each build
+
 * Sun Nov 29 2009 Christopher Brown <snecklifter at gmail.com> - 1.2.10-9
 - Fix pkg-config file location
 




More information about the fedora-extras-commits mailing list