rpms/mono/devel mono.snk,NONE,1.1 mono.spec,1.141,1.142

Tom Callaway spot at fedoraproject.org
Tue Dec 1 16:03:58 UTC 2009


Author: spot

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

Modified Files:
	mono.spec 
Added Files:
	mono.snk 
Log Message:
mono.snk in -devel


--- NEW FILE mono.snk ---

¦&‹éBáOÚôÎræȏÀFn™Ô	µÜLª}r‹Ô
ˆIE¹Ÿ*z]èoRnªl¦’{Ma2³,YdÒÀú~È¢óñÃDa`}Þ–‡¹aTP΃µ˜`é&ªÊ)ªÒrÆüHxwöø×™a+–Tùáã¡LG2p+ˆÌF8JôÛ}^pnÁïÍ#¹·åÜ9Îí;ò2CgÂD×Ñ&1dè!ª/Wx}Ù¢ÑåpÌ2B?”B¦	H>Ÿ4-£"ÔŸ5\ ˆZ•J’7©±âT­÷.„<—"-!__)}µ³ËßÔMMrû×?0n²èc°
*Òm¹ñ‰9XÒH¦—$NÚ÷£tÈ@…q³£CøÇ&0àQ´1‹'-sÔ©ìcv1*<O
/p¼euS¸r"ÏÇ7©nï·û²uç(^ŸÈ4m§Àp>/ ^S¢7ìqG‘‚1|+€J>Ø-Y‡•7Ç.}nõHuHÚ$™ÕH®?l€HűÔýäJùflO»ÀÜóEÿÙ7]RÇ`>lWäóšµ
ÒÙñå»_€‚4èIïÆüôöÓ©þùÞp·ž£o°yÅŸ‚E}öàAÉ5&¦Éc?ÚXL?Œ

Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -p -r1.141 -r1.142
--- mono.spec	4 Oct 2009 15:17:20 -0000	1.141
+++ mono.spec	1 Dec 2009 16:03:58 -0000	1.142
@@ -2,7 +2,7 @@
 
 Name:           mono
 Version:        2.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -12,6 +12,11 @@ URL:            http://www.mono-project.
 # http://mono.ximian.com/monobuild/preview/sources-preview/
 Source0:        http://mono.ximian.com/monobuild/snapshot/sources-trunk/%name-%version.tar.bz2
 Source1:        monodir.c
+# This key was generated by Tom "spot" Callaway <tcallawa at redhat.com> on Dec 1, 2009
+# by running the following command:
+# sn -k mono.snk
+# You should not regenerate this unless you have a really, really, really good reason.
+Source2:	mono.snk
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bison 
@@ -331,6 +336,10 @@ make
 make DESTDIR=%{buildroot} install
 install monodir %{buildroot}%{_bindir}
 
+# copy the mono.snk key into /etc/pki/mono
+mkdir -p %{buildroot}%{_sysconfdir}/pki/mono
+install -p -m0600 %{SOURCE2} %{buildroot}%{_sysconfdir}/pki/mono/
+
 %{__rm} %{buildroot}%{_libdir}/*.la
 %{__rm} %{buildroot}%{_libdir}/*.a
 
@@ -453,6 +462,7 @@ install monodir %{buildroot}%{_bindir}
 
 %files devel
 %defattr(-,root,root,-)
+%{_sysconfdir}/pki/mono/
 %{_bindir}/mono-api-*
 %{monodir}/?.0/mono-api-info*
 %{_bindir}/monodis
@@ -725,6 +735,11 @@ install monodir %{buildroot}%{_bindir}
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Tue Dec  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.6-2
+- generate and package mono.snk for packages without bundled keys to use
+- put mono.snk in /etc/pki/mono/
+- package /etc/pki/mono/* in mono-devel
+
 * Wed Sep 30 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6-1
 - Bump to 2.6
 - Fix metadata makefiles patch




More information about the scm-commits mailing list