rpms/monodevelop-vala/devel md-vala-2.2-libdir.patch, NONE, 1.1 import.log, 1.1, 1.2 monodevelop-vala.spec, 1.1, 1.2

Paul F. Johnson pfj at fedoraproject.org
Sat Feb 13 12:46:49 UTC 2010


Author: pfj

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

Modified Files:
	import.log monodevelop-vala.spec 
Added Files:
	md-vala-2.2-libdir.patch 
Log Message:

64 bit lib fix 


md-vala-2.2-libdir.patch:
 Makefile-new.am |    2 +-
 Makefile-new.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE md-vala-2.2-libdir.patch ---
--- monodevelop-vala-2.2/Makefile.am	2009-11-05 18:11:48.000000000 +0000
+++ monodevelop-vala-2.2/Makefile-new.am	2010-02-13 12:40:17.000000000 +0000
@@ -88,7 +88,7 @@
 	$(LOCAL_PKGCONFIG) $(CSC) $(CSC_FLAGS) -debug -out:$@ -target:library $(REFS) \
 		$(build_resources:%=/resource:%) $(build_sources)
 
-valabindinglibdir = $(prefix)/lib/monodevelop/AddIns/BackendBindings
+valabindinglibdir = $(libdir)/monodevelop/AddIns/BackendBindings
 valabindinglib_DATA = $(ASSEMBLY)
 
 CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
--- monodevelop-vala-2.2/Makefile.in	2009-12-11 20:51:41.000000000 +0000
+++ monodevelop-vala-2.2/Makefile-new.in	2010-02-13 12:41:00.000000000 +0000
@@ -253,7 +253,7 @@
 	ValaBinding.addin.xml
 
 LOCAL_PKGCONFIG = PKG_CONFIG_PATH=../../local-config:$$PKG_CONFIG_PATH
-valabindinglibdir = $(prefix)/lib/monodevelop/AddIns/BackendBindings
+valabindinglibdir = $(libdir)/monodevelop/AddIns/BackendBindings
 valabindinglib_DATA = $(ASSEMBLY)
 CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
 EXTRA_DIST = $(FILES) $(RES)


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop-vala/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	13 Feb 2010 11:04:16 -0000	1.1
+++ import.log	13 Feb 2010 12:46:49 -0000	1.2
@@ -1 +1,2 @@
 monodevelop-vala-2_2-3_fc13:HEAD:monodevelop-vala-2.2-3.fc13.src.rpm:1266059000
+monodevelop-vala-2_2-4_fc13:HEAD:monodevelop-vala-2.2-4.fc13.src.rpm:1266065108


Index: monodevelop-vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop-vala/devel/monodevelop-vala.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- monodevelop-vala.spec	13 Feb 2010 11:04:16 -0000	1.1
+++ monodevelop-vala.spec	13 Feb 2010 12:46:49 -0000	1.2
@@ -4,11 +4,12 @@
 Summary:        MonoDevelop vala Addin
 Name:           monodevelop-vala
 Version:        2.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        GPLv2+
 Group:          Development/Tools
 Source:		http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
 URL:            http://www.monodevelop.com
+Patch0:		md-vala-2.2-libdir.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)  
 BuildRequires:  mono-devel >= 2.6 monodevelop-devel >= 2.2 mono-addins-devel 
 BuildRequires:	gtk-sharp2-devel gnome-desktop-sharp-devel
@@ -20,6 +21,7 @@ Vala Addin for MonoDevelop. 
 
 %prep
 %setup -q
+%patch0 -p1 -b .libdir
 
 %build
 ./configure --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir}
@@ -38,6 +40,9 @@ rm -rf %{buildroot}
 %{_libdir}/monodevelop/AddIns/BackendBindings/MonoDevelop.ValaBinding.dll
 
 %changelog
+* Sat Feb 13 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-4
+- lib64 fix
+
 * Sun Jan 24 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-3
 - URL fix, corrected licence
 



More information about the scm-commits mailing list