rpms/mono/devel import.log,1.60,1.61 mono.spec,1.148,1.149

Paul F. Johnson pfj at fedoraproject.org
Mon May 31 09:56:42 UTC 2010


Author: pfj

Update of /cvs/pkgs/rpms/mono/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11736/devel

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

Fix monodoc lib directory on x86_64 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- import.log	27 Apr 2010 18:29:12 -0000	1.60
+++ import.log	31 May 2010 09:56:41 -0000	1.61
@@ -3,3 +3,4 @@ mono-2_6-4_fc13:HEAD:mono-2.6-4.fc13.src
 mono-2_6_1-1_fc13:HEAD:mono-2.6.1-1.fc13.src.rpm:1261528029
 mono-2_6_3-1_fc14:HEAD:mono-2.6.3-1.fc14.src.rpm:1269037048
 mono-2_6_4-1_fc14:HEAD:mono-2.6.4-1.fc14.src.rpm:1272392899
+mono-2_6_4-2_fc14:HEAD:mono-2.6.4-2.fc14.src.rpm:1275299763


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -p -r1.148 -r1.149
--- mono.spec	27 Apr 2010 18:29:12 -0000	1.148
+++ mono.spec	31 May 2010 09:56:42 -0000	1.149
@@ -2,7 +2,7 @@
 
 Name:           mono
 Version:        2.6.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -320,6 +320,7 @@ sed -i -e 's!@libdir@!%{_libdir}!' %{PAT
 %patch7 -p1 -b .libdir-22
 sed -i -e 's!%{_libdir}!@libdir@!' %{PATCH7}
 sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' docs/Makefile.{am,in}
+sed -i -e 's!${prefix}/lib/!%{_libdir}/!' data/monodoc.pc.in
 
 autoreconf -f -i -s
 
@@ -771,6 +772,9 @@ install -p -m0644 %{SOURCE2} %{buildroot
 %gac_dll System.Dynamic 
 
 %changelog
+* Sun May 30 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6.4-2
+- Fix libs for monodoc on x86_64
+
 * Tue Apr 27 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6.4-1
 - Bump to 2.6.4 release
 - BR now requires libgdiplus-2.6.4



More information about the scm-commits mailing list