rpms/mono-debugger/F-10 import.log, 1.4, 1.5 mono-debugger.spec, 1.17, 1.18

Paul F. Johnson pfj at fedoraproject.org
Wed Jan 28 23:50:24 UTC 2009


Author: pfj

Update of /cvs/pkgs/rpms/mono-debugger/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16060/F-10

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

Added sed fix for libdir issue with gacutil 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono-debugger/F-10/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log	16 Jan 2009 21:31:25 -0000	1.4
+++ import.log	28 Jan 2009 23:49:53 -0000	1.5
@@ -2,3 +2,4 @@
 mono-debugger-2_0-4_fc10:HEAD:mono-debugger-2.0-4.fc10.src.rpm:1219791256
 mono-debugger-2_0-5_fc10:HEAD:mono-debugger-2.0-5.fc10.src.rpm:1219792595
 mono-debugger-2_2-1_fc11:F-10:mono-debugger-2.2-1.fc11.src.rpm:1232141443
+mono-debugger-2_2-2_fc11:F-10:mono-debugger-2.2-2.fc11.src.rpm:1233186553


Index: mono-debugger.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-debugger/F-10/mono-debugger.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mono-debugger.spec	16 Jan 2009 21:31:25 -0000	1.17
+++ mono-debugger.spec	28 Jan 2009 23:49:53 -0000	1.18
@@ -1,7 +1,7 @@
 Summary: A debugger for Mono
 Name: mono-debugger
 Version: 2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.go-mono.com/sources-stable/
@@ -52,6 +52,9 @@
 
 # Copy something that we know got built from source.
 # This doesn't end up in the package, though.
+
+sed -i -e 's!$(prefix)/lib!%{_libdir}!g' configure.in
+
 cp %{_libdir}/mono/gac/Mono.Cecil/*/Mono.Cecil.dll build/
 autoreconf -f -i -s
 
@@ -86,6 +89,9 @@
 %{_libdir}/pkgconfig/mono-debugger.pc
 
 %changelog
+* Wed Jan 28 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-2
+- added sed line to fix gacutil libdir issue
+
 * Fri Jan 16 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-1
 - bump to 2.2 release
 




More information about the fedora-extras-commits mailing list