ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/xdaq.spec
(Generate patch)

Comparing COMP/CMSDIST/xdaq.spec (file contents):
Revision 1.18 by eulisse, Thu Aug 3 15:00:32 2006 UTC vs.
Revision 1.20 by eulisse, Fri Aug 4 09:32:26 2006 UTC

# Line 48 | Line 48 | make  ORACLE_INCLUDE=$ORACLE_ROOT/includ
48   # cp -r ./bin %{i}/bin
49   cd %{i}
50   # copies all the libraries in extern in %i/lib
51 < mkdir -p %{i}/lib
52 < mkdir -p %{i}/bin
51 > mkdir -p %{i}/lib/linux/x86
52 > mkdir -p %{i}/bin/linux/x86
53   tar cpfv - `find . ! -path "%{i}/lib/*.%{libext}" -type f -name "*.%{libext}"` | ( cd  %{i}/lib; tar xpfv -)
54   tar cpfv - `find . ! -path "%{i}/bin/*.exe" -type f -name "*.exe"` | ( cd  %{i}/bin; tar xpfv -)
55  
56   #links them back to lib and bin
57 < find .  -type f ! -path "%{i}/lib/*.%{libext}" -name "*.%{libext}" -exec ln -sf {}  %{i}/lib; ln -sf {} %{i}/lib/%installDir \;
58 < find .  -type f ! -path "%{i}/bin/*.exe" -name "*.exe" -exec ln -sf {} %{i}/bin; ln -sf {} %{i}/bin/%installDir \;
57 > find daq  -type f ! -path "%{i}/lib/*.%{libext}" -name "*.%{libext}" -exec ln -sf {}  %{i}/lib \;
58 > find daq  -type f ! -path "%{i}/lib/*.%{libext}" -name "*.%{libext}" -exec ln -sf {} ../../%{i}/lib/%installDir \;
59 > find daq  -type f ! -path "%{i}/bin/*.exe" -name "*.exe" -exec ln -sf {} %{i}/bin \;
60 > find daq  -type f ! -path "%{i}/bin/*.exe" -name "*.exe" -exec ln -sf {} ../../%{i}/bin/%installDir \;
61  
62   # Libraries from extern (not found cause they are symlinks)
63  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines