rpms/xca/devel xca.spec,1.14,1.15

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Mar 17 17:34:29 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/xca/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31620

Modified Files:
	xca.spec 
Log Message:
readded x86_64 workarounds



Index: xca.spec
===================================================================
RCS file: /cvs/extras/rpms/xca/devel/xca.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xca.spec	17 Mar 2007 17:09:19 -0000	1.14
+++ xca.spec	17 Mar 2007 17:33:57 -0000	1.15
@@ -33,6 +33,10 @@
 %setup -q
 %patch0 -p1 -b .locale
 
+mkdir -p _tmp_root/usr 	 
+ln -s /usr/%_lib	_tmp_root/usr/lib 	 
+ln -s /%_lib		_tmp_root/lib
+
 install -p -m644 %SOURCE1 '.'
 
 
@@ -40,7 +44,7 @@
 #test -n "$QTDIR" || . %_sysconfdir/profile.d/qt.sh
 export QTDIR=%_libdir/qt4
 CC='%__cc' LD='%__ld' CFLAGS="$RPM_OPT_FLAGS -DXCA_DEFAULT_TRANSLATE=\\\"%_datadir/qt4/translations\\\"" STRIP=: prefix=%_prefix \
-./configure %_libdir
+./configure `pwd`/_tmp_root{,/usr}
 %__make %{?_smp_mflags}
 
 convert img/xca.ico xca.png




More information about the fedora-extras-commits mailing list