SPECS: xalan-c.spec - fixed build on x86_64

kosmo kosmo at pld-linux.org
Mon Oct 8 15:19:50 CEST 2007


Author: kosmo                        Date: Mon Oct  8 13:19:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build on x86_64

---- Files affected:
SPECS:
   xalan-c.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/xalan-c.spec
diff -u SPECS/xalan-c.spec:1.34 SPECS/xalan-c.spec:1.35
--- SPECS/xalan-c.spec:1.34	Sat Sep 22 16:30:41 2007
+++ SPECS/xalan-c.spec	Mon Oct  8 15:19:44 2007
@@ -59,6 +59,11 @@
 %patch0 -p1
 %patch1 -p1
 
+%ifarch %{x8664}
+sed -i s#/lib/icu/Makefile.inc#/lib64/icu/Makefile.inc#	\
+    c/src/xalanc/Utils/Makefile.in
+%endif
+
 rm -rf c/{xdocs,samples}/CVS
 
 %build
@@ -97,6 +102,10 @@
 install -d $RPM_BUILD_ROOT%{_libdir}
 install -d $RPM_BUILD_ROOT%{_includedir}
 
+%ifarch %{x8664}
+mv $RPM_BUILD_ROOT/usr/lib/* $RPM_BUILD_ROOT%{_libdir}
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -125,6 +134,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2007/10/08 13:19:44  kosmo
+- fixed build on x86_64
+
 Revision 1.34  2007/09/22 14:30:41  aflinta
 - rel 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xalan-c.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list