View | Details | Raw Unified | Return to bug 7233
Collapse All | Expand All

(-)python-module-Pyrex.spec.orig (+6 lines)
Lines 43-48 Link Here
43
		--root=%buildroot \
43
		--root=%buildroot \
44
		--record=INSTALLED_FILES
44
		--record=INSTALLED_FILES
45
45
46
%ifarch x86_64
47
%__cp -r %buildroot%_prefix/lib/* %buildroot%_libdir/
48
%__rm -rf %buildroot%_prefix/lib
49
perl -pi -e 's/\/usr\/lib\//\/usr\/lib64\//g' INSTALLED_FILES
50
%endif
51
46
# fool the ALT building system a little to avoid dependency on 
52
# fool the ALT building system a little to avoid dependency on 
47
# python-strict :-)
53
# python-strict :-)
48
%__subst 's/^#!.*\/python\([ 	].*\)\?$/#!\/usr\/bin\/env python%__python_version\1/' %buildroot%_bindir/*
54
%__subst 's/^#!.*\/python\([ 	].*\)\?$/#!\/usr\/bin\/env python%__python_version\1/' %buildroot%_bindir/*

Return to bug 7233