SPECS: vlc.spec - more portable lib64 condition

qboosh qboosh at pld-linux.org
Sun Jun 26 21:26:37 CEST 2005


Author: qboosh                       Date: Sun Jun 26 19:26:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more portable lib64 condition

---- Files affected:
SPECS:
   vlc.spec (1.71 -> 1.72) 

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.71 SPECS/vlc.spec:1.72
--- SPECS/vlc.spec:1.71	Sun Jun 26 20:43:17 2005
+++ SPECS/vlc.spec	Sun Jun 26 21:26:32 2005
@@ -277,7 +277,7 @@
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install doc/vlc.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-%ifarch %{x8664} sparc64
+%if "%{_lib}" != "lib"
 install -d $RPM_BUILD_ROOT%{_prefix}/lib
 ln -sf %{_libdir}/vlc $RPM_BUILD_ROOT%{_prefix}/lib
 %endif
@@ -293,7 +293,7 @@
 %doc doc/bugreport-howto.txt doc/intf-cdda.txt
 %doc doc/intf-vcd.txt doc/translations.txt
 %attr(755,root,root) %{_bindir}/vlc
-%ifarch %{x8664} sparc64
+%if "%{_lib}" != "lib"
 %{_prefix}/lib/vlc
 %endif
 %dir %{_libdir}/vlc
@@ -397,6 +397,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.72  2005/06/26 19:26:32  qboosh
+- more portable lib64 condition
+
 Revision 1.71  2005/06/26 18:43:17  speedy
 - types patch is no more.
 - x8664 patch: "it's gcc bug, upgrade your gcc"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vlc.spec?r1=1.71&r2=1.72&f=u




More information about the pld-cvs-commit mailing list