rpms/mono/devel import.log,1.44,1.45 mono.spec,1.121,1.122

Paul F. Johnson pfj at fedoraproject.org
Tue Apr 7 09:42:09 UTC 2009


Author: pfj

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

Modified Files:
	import.log mono.spec 
Log Message:

Moved all moonlight parts to new subpackage
Removed PPC for now 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- import.log	6 Apr 2009 20:27:26 -0000	1.44
+++ import.log	7 Apr 2009 09:41:39 -0000	1.45
@@ -42,3 +42,4 @@
 mono-2_4-11_RC3_fc11:HEAD:mono-2.4-11.RC3.fc11.src.rpm:1237420759
 mono-2_4-12_fc11:HEAD:mono-2.4-12.fc11.src.rpm:1238109092
 mono-2_4-12_1_fc11:HEAD:mono-2.4-12.1.fc11.src.rpm:1239049596
+mono-2_4-13_1_fc11:HEAD:mono-2.4-13.1.fc11.src.rpm:1239097233


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- mono.spec	6 Apr 2009 20:27:26 -0000	1.121
+++ mono.spec	7 Apr 2009 09:41:39 -0000	1.122
@@ -1,6 +1,6 @@
 Name:		mono
 Version:        2.4
-Release:        12.1%{?dist}
+Release:        13.1%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -32,7 +32,7 @@
 BuildRequires: mono-core
 
 # JIT only availible on these:
-ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha s390 s390x ppc
+ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha s390 s390x
 
 Patch0: mono-2.2-ppc-threading.patch
 Patch1: mono-libdir-126.patch
@@ -249,10 +249,21 @@
 %description -n monodoc-devel
 Development file for monodoc
 
+%package moonlight
+Summary:	All the parts required for moonlight compilation
+Group:		Development/Libraries
+Requires:	mono-core = %{version}-%{release}
+
+%description moonlight
+mono-moonlight are all the parts required for moonlight compilation
+
 %define monodir %{_libdir}/mono
 %define gac_dll(dll)  %{monodir}/gac/%{1} \
   %{monodir}/?.0/%{1}.dll \
   %{nil}
+%define moon_dll(dll) %{monodir}/gac/%{1} \
+  %{monodir}/2.1/%{1}.dll \
+  %{nil}
 %define mono_bin(bin) %{_bindir}/%{1} \
   %{monodir}/?.0/%{1}.exe \
   %{monodir}/?.0/%{1}.exe.* \
@@ -301,7 +312,9 @@
 
 gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\"
 
-%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes --with-moonlight=no --disable-static --with-preview=yes --with-libgdiplus=installed
+%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes \
+           --with-moonlight=yes --disable-static --with-preview=yes \
+           --with-libgdiplus=installed
 make
 
 
@@ -530,6 +543,13 @@
 %dir %{_datadir}/mono-1.0/mono/cil
 %{_libdir}/mono/1.0/culevel*
 
+%files moonlight
+%defattr(-,root,root,-)
+%{_libdir}/mono/2.1/*.dll
+%{_libdir}/mono/2.1/*.mdb
+%{_libdir}/mono/2.1/smcs.exe
+%moon_dll System.Net
+
 %files nunit
 %defattr(-,root,root,-)
 %mono_bin_1 nunit-console nunit-console
@@ -687,7 +707,14 @@
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
-* Thu Mar 26 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.4-12.1
+* Mon Apr 06 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 2.4-13.1
+- Remove ppc support
+- moonlight parts are now in their own subpackage
+
+* Thu Apr 02 2009 Xavier Lamien <lxtnow at gmail.com> - 2.4-13
+- Enable moonlight support.
+
+* Thu Mar 26 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.4-12
 - Full 2.4 release
 
 * Wed Mar 18 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.4-11.RC3




More information about the scm-commits mailing list