SPECS: frozen-bubble.spec - fix libdir on 64bit arch
sparky
sparky at pld-linux.org
Mon Oct 30 15:51:56 CET 2006
Author: sparky Date: Mon Oct 30 14:51:56 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix libdir on 64bit arch
---- Files affected:
SPECS:
frozen-bubble.spec (1.34 -> 1.35)
---- Diffs:
================================================================
Index: SPECS/frozen-bubble.spec
diff -u SPECS/frozen-bubble.spec:1.34 SPECS/frozen-bubble.spec:1.35
--- SPECS/frozen-bubble.spec:1.34 Mon Oct 30 15:44:51 2006
+++ SPECS/frozen-bubble.spec Mon Oct 30 15:51:51 2006
@@ -55,6 +55,7 @@
CC="%{__cc}" \
CPP="%{__cc} -E" \
PREFIX="%{_prefix}" \
+ LIBDIR="%{_libdir}" \
INSTALLDIRS=vendor
%install
@@ -63,6 +64,7 @@
%{__make} install \
PREFIX="%{_prefix}" \
+ LIBDIR="%{_libdir}" \
DESTDIR=$RPM_BUILD_ROOT
chmod 755 $RPM_BUILD_ROOT%{perl_vendorarch}/auto/fb_c_stuff/fb_c_stuff.so
@@ -96,6 +98,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.35 2006/10/30 14:51:51 sparky
+- fix libdir on 64bit arch
+
Revision 1.34 2006/10/30 14:44:51 sparky
- allow fb_c_stuff.so stripping
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/frozen-bubble.spec?r1=1.34&r2=1.35&f=u
More information about the pld-cvs-commit
mailing list