rpms/mono/devel .cvsignore, 1.25, 1.26 import.log, 1.23, 1.24 mono.spec, 1.96, 1.97 sources, 1.31, 1.32

Paul F. Johnson pfj at fedoraproject.org
Wed Dec 17 10:23:02 UTC 2008


Author: pfj

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

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

Fixes x86_64 build
Fixes web references
Many many fixes over the pre 2.1 release
Temporary disable ppc build (regression fail) 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	15 Dec 2008 22:38:51 -0000	1.25
+++ .cvsignore	17 Dec 2008 10:22:32 -0000	1.26
@@ -1 +1 @@
-mono-121536.tar.bz2
+mono-121605.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- import.log	15 Dec 2008 22:38:51 -0000	1.23
+++ import.log	17 Dec 2008 10:22:32 -0000	1.24
@@ -21,3 +21,4 @@
 mono-2_2-8_pre2_fc11:HEAD:mono-2.2-8.pre2.fc11.src.rpm:1228759110
 mono-2_2-10_pre2_20081215svn121507_fc11:HEAD:mono-2.2-10.pre2.20081215svn121507.fc11.src.rpm:1229342187
 mono-2_2-11_pre3_20081215svn121536_fc11:HEAD:mono-2.2-11.pre3.20081215svn121536.fc11.src.rpm:1229380660
+mono-2_2-11_pre3_20081216svn121605_fc11:HEAD:mono-2.2-11.pre3.20081216svn121605.fc11.src.rpm:1229509237


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- mono.spec	15 Dec 2008 22:38:51 -0000	1.96
+++ mono.spec	17 Dec 2008 10:22:32 -0000	1.97
@@ -1,8 +1,8 @@
-%define svnver 121536
+%define svnver 121605
 
 Name:		mono
 Version:        2.2
-Release:        11.pre3.20081215svn%{svnver}%{?dist}
+Release:        11.pre3.20081216svn%{svnver}%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -149,6 +149,15 @@
 This package provides the ASP.NET libraries and runtime for
 development of web application, web services and remoting support.
 
+%package web-devel
+Summary:        Development files for system.web
+Group:          Development/Languages
+Requires:       mono-core = %{version}-%{release}
+Requires:	mono-web = %{version}-%{release} pkgconfig
+
+%description web-devel
+This package provides the .pc file for mono-web
+
 %package data
 Summary:        Database connectivity for Mono
 Group:          Development/Languages
@@ -276,6 +285,7 @@
 sed -i -e 's!@libdir@!%{_libdir}!' %{PATCH7}
 %patch7 -p1 -b .libdir-22
 sed -i -e 's!%{_libdir}!@libdir@!' %{PATCH7}
+sed -i -e 's!@prefix@/lib/!%{_libdir}/!' data/system.web.extensions_1.0.pc.in
 
 autoreconf -f -i -s
 
@@ -614,6 +624,10 @@
 %mono_bin httpcfg
 %{_mandir}/man1/httpcfg.1.gz
 
+%files web-devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
+
 %files data
 %defattr(-,root,root,-)
 %mono_bin sqlsharp
@@ -678,6 +692,11 @@
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Tue Dec 16 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-11.pre3.20081216svn121605
+- Fixes problems with web references
+- Fixes x86_64 build problems
+- Added new web-devel subpackage
+
 * Mon Dec 15 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-11.pre3.20081215svn121536
 - Exclude ppc due to build problems (temporary)
 - Moved to pre3 in sync with Novell releases


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources	15 Dec 2008 22:38:52 -0000	1.31
+++ sources	17 Dec 2008 10:22:32 -0000	1.32
@@ -1 +1 @@
-c10e4af1dc406a77e4b4cd6df189abc6  mono-121536.tar.bz2
+6b6036357e35282ee2d69076d8e89eec  mono-121605.tar.bz2




More information about the fedora-extras-commits mailing list