rpms/monodevelop/F-12 monodevelop.spec,1.44,1.45

chkr chkr at fedoraproject.org
Tue Nov 3 00:22:45 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/monodevelop/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5708

Modified Files:
	monodevelop.spec 
Log Message:
* Tue Nov 03 2009 Christian Krause <chkr at fedoraproject.org> - 2.1.0-3
- Fix monodevelop and mdtool wrapper scripts for x86_64 (BZ #528514)



Index: monodevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/F-12/monodevelop.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- monodevelop.spec	21 Sep 2009 08:11:48 -0000	1.44
+++ monodevelop.spec	3 Nov 2009 00:22:44 -0000	1.45
@@ -6,7 +6,7 @@
 
 Name:           monodevelop
 Version:        2.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A full-featured IDE for Mono and Gtk#
 
 Group:          Development/Tools
@@ -58,8 +58,8 @@ Development files for %{name}.
 
 sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' \
     -e 's!${exec_prefix}/lib!%{_libdir}!' configure
-sed -i -e 's!/lib/monodevelop!/%{_lib}/monodevelop!' monodevelop
-sed -i -e 's!$PREFIX/lib/!%{_libdir}/!' mdtool.in
+sed -i -e 's!mdtool}/lib/!mdtool}/%{_lib}/!' mdtool.in
+sed -i -e 's!monodevelop}/lib/!monodevelop}/%{_lib}/!' monodevelop.in
 
 
 find . -name Makefile.in -or -name \*.pc.in \
@@ -140,6 +140,9 @@ update-desktop-database &> /dev/null || 
 %{_libdir}/pkgconfig/monodevelop*.pc
 
 %changelog
+* Tue Nov 03 2009 Christian Krause <chkr at fedoraproject.org> - 2.1.0-3
+- Fix monodevelop and mdtool wrapper scripts for x86_64 (BZ #528514)
+
 * Mon Sep 21 2009 Michel Salim <salimma at fedoraproject.org> - 2.1.0-2
 - Properly disable bundled Mono.Cecil and NUnit
 - Readjust launcher script (bz #523695)




More information about the scm-commits mailing list