rpms/monodevelop/devel import.log, 1.22, 1.23 monodevelop-2.spec, 1.16, 1.17

Paul F. Johnson pfj at fedoraproject.org
Tue Jun 23 20:16:58 UTC 2009


Author: pfj

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

Modified Files:
	import.log monodevelop-2.spec 
Log Message:

Fix for mdtool on x86_64
Build for more archs 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/import.log,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- import.log	26 Mar 2009 23:24:43 -0000	1.22
+++ import.log	23 Jun 2009 20:16:27 -0000	1.23
@@ -20,3 +20,4 @@ monodevelop-1_9_2-1_beta1_20091802svn127
 monodevelop-1_9_2-2_beta1_20092202svn127584_fc11:HEAD:monodevelop-1.9.2-2.beta1.20092202svn127584.fc11.src.rpm:1235810403
 monodevelop-1_9_3-1_beta2_fc11:HEAD:monodevelop-1.9.3-1.beta2.fc11.src.rpm:1237126492
 monodevelop-2_0-1_fc11:HEAD:monodevelop-2.0-1.fc11.src.rpm:1238109849
+monodevelop-2_0-3_fc12:HEAD:monodevelop-2.0-3.fc12.src.rpm:1245788128


Index: monodevelop-2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/monodevelop-2.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- monodevelop-2.spec	28 Apr 2009 03:29:05 -0000	1.16
+++ monodevelop-2.spec	23 Jun 2009 20:16:27 -0000	1.17
@@ -10,7 +10,7 @@
 
 Name:           monodevelop
 Version:        2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A full-featured IDE for Mono and Gtk#
 
 Group:          Development/Tools
@@ -41,7 +41,7 @@ Requires:       subversion monodoc
 Requires:       hicolor-icon-theme shared-mime-info
 
 # ppc* not supported: needs mono-nunit which needs nant
-ExclusiveArch:  %ix86 x86_64 ia64 armv4l sparc alpha
+ExclusiveArch: %ix86 x86_64 ia64 armv4l sparcv9 alpha s390 s390x
 
 %description
 This package provides MonoDevelop, a full-featured IDE for Mono with
@@ -68,6 +68,7 @@ Development files for %{name}.
 
 sed -i -e 's!${exec_prefix}/lib!%{_libdir}!' configure
 sed -i -e 's!$PREFIX/lib/!%{_libdir}/!' monodevelop.in
+sed -i -e 's!$PREFIX/lib/!%{_libdir}/!' mdtool.in
 #autoreconf
 
 # Here is where we replace the LONGCECILSTRING and LONGCECILMDBSTRING
@@ -158,6 +159,10 @@ update-desktop-database &> /dev/null || 
 %{_libdir}/pkgconfig/monodevelop*.pc
 
 %changelog
+* Tue Jun 23 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> -2.0-3
+- Fix mdtool libdir issue
+- Add additional arcs
+
 * Mon Apr 27 2009 Christopher Aillon <caillon at redhat.com> - 2.0-2
 - Rebuild against newer gecko
 




More information about the fedora-extras-commits mailing list