rpms/mono/devel import.log, 1.13, 1.14 mono.spec, 1.86, 1.87 sources, 1.27, 1.28

Paul F. Johnson pfj at fedoraproject.org
Tue Nov 25 15:45:14 UTC 2008


Author: pfj

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

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

Rebuild (found a problem in the previous build) 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- import.log	25 Nov 2008 15:30:21 -0000	1.13
+++ import.log	25 Nov 2008 15:44:43 -0000	1.14
@@ -11,3 +11,4 @@
 mono-2_0_1-13_fc10:HEAD:mono-2.0.1-13.fc10.src.rpm:1225659728
 mono-2_0_1-13_fc10:HEAD:mono-2.0.1-13.fc10.src.rpm:1226836107
 mono-2_2-1_pre1_fc10:HEAD:mono-2.2-1.pre1.fc10.src.rpm:1227626955
+mono-2_2-1_1_pre1_fc10:HEAD:mono-2.2-1.1.pre1.fc10.src.rpm:1227627723


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- mono.spec	25 Nov 2008 15:30:21 -0000	1.86
+++ mono.spec	25 Nov 2008 15:44:43 -0000	1.87
@@ -1,6 +1,6 @@
 Name:		mono
 Version:        2.2
-Release:        1.pre1%{?dist}
+Release:        1.1.pre1%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -230,20 +230,21 @@
 no longer maintained. MySQL AB now provides MySQL Connector/Net
 which is fully managed and actively maintained.
 
-%package monodoc
+%package -n monodoc
 Summary:	The mono documentation system
 Group:		Documentation
 Requires:	mono-core = %{version}-%{release}
 
-%description monodoc
+%description -n monodoc
 monodoc is the documentation package for the mono .NET environment
 
-%package monodoc-devel
+%package -n monodoc-devel
 Summary: .pc file for monodoc
 Group: Documentation
-Requires: %{name} = %{version}-%{release} pkgconfig
+Requires: monodoc = %{version}-%{release} pkgconfig
+Requires: mono-core = %{version}-%{release}
 
-%description monodoc-devel
+%description -n monodoc-devel
 Development file for monodoc
 
 %define monodir %{_libdir}/mono
@@ -349,10 +350,10 @@
 %{_bindir}/mono
 %{_bindir}/monodir
 %{_bindir}/mono-api-*
-%{_bindir}/csharp
+%mono_bin csharp
 %{_bindir}/gacutil1
-%{_bindir}/mod
-%{_bindir}/mono-cil-strip
+%mono_bin mod
+%mono_bin mono-cil-strip
 %{monodir}/1.0/mono-api-diff*
 %{monodir}/?.0/mono-api-info*
 %{_bindir}/mono-test-install
@@ -418,6 +419,13 @@
 %gac_dll System.Security
 %gac_dll System.Xml
 %gac_dll System.Core
+%gac_dll Mono.CSharp
+%gac_dll Mono.Management
+%gac_dll Mono.Simd
+%gac_dll System.ComponentModel.DataAnnotations
+%gac_dll System.IdentityModel.Selectors
+%gac_dll System.IdentityModel
+%gac_dll System.Runtime.Serialization
 %gac_dll cscompmgd
 %gac_dll CustomMarshalers
 %gac_dll OpenSystem.C
@@ -559,6 +567,7 @@
 %gac_dll System.Management
 %gac_dll System.Messaging
 %gac_dll System.ServiceProcess
+%gac_dll System.ServiceModel
 %gac_dll System.Configuration.Install
 %gac_dll Microsoft.Vsa
 
@@ -577,6 +586,11 @@
 %gac_dll System.Runtime.Remoting
 %gac_dll System.Web
 %gac_dll System.Runtime.Serialization.Formatters.Soap
+%{monodir}/compat-2.0/System.Web.Extensions*dll
+%gac_dll System.ServiceModel.Web
+%gac_dll System.Web.Abstractions
+%gac_dll System.Web.DynamicData
+%gac_dll System.Web.Routing
 %gac_dll System.Web.Services
 %gac_dll System.Web.Extensions.Design
 %gac_dll System.Web.Extensions
@@ -643,12 +657,13 @@
 %defattr(-,root,root,-)
 %gac_dll IBM.Data.DB2
 
-%files monodoc
+%files -n monodoc
 %defattr(-, root, root)
 %{_libdir}/mono/gac/monodoc
 %{_libdir}/monodoc/*
-%{_libdir}/%{name}/
-%{_bindir}/mdoc*
+%{_libdir}/mono/monodoc/monodoc.dll
+%mono_bin mdoc
+%{_bindir}/mdoc-*
 %{_bindir}/mdass*
 %{_bindir}/mdval*
 %{_bindir}/mod
@@ -657,11 +672,14 @@
 %{_mandir}/man1/monodoc*
 %{_mandir}/man5/mdoc*
 
-%files monodoc-devel
+%files -n monodoc-devel
 %defattr (-, root, root)
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Tue Nov 25 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-1.1.pre1
+- rebuild
+
 * Mon Nov 18 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-1.pre1
 - Bump to 2.2 preview 1
 - remove old patches


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	25 Nov 2008 15:30:21 -0000	1.27
+++ sources	25 Nov 2008 15:44:43 -0000	1.28
@@ -1 +1 @@
-404dc9b5e0382818d19f1e88896f3884  mono-2.2.tar.bz2
+4f3c266fde3cbf47f4d3c1e201faa3ef  mono-2.2.tar.bz2




More information about the fedora-extras-commits mailing list