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.13 by ratnik, Thu Jul 27 21:28:35 2006 UTC vs.
Revision 1.41 by elmer, Wed Jun 27 12:50:44 2007 UTC

# Line 1 | Line 1
1 < ### RPM external xdaq 3.5
2 < Requires: zlib
3 < Requires: oracle
4 < %define xdaqv %(echo %v |tr . _)
1 > ### RPM external xdaq 3.9.0-CMS3
2 > Requires: zlib mimetic xerces-c uuid
3 > %define xdaqv %(echo %v | cut -f1 -d- | tr . _)
4   %define libext so
5 + %if "%cmsplatf" == "slc3_ia32_gcc323"
6 + %define installDir linux/x86
7 + %endif
8 +
9   # Download from cern afs area to speed up testing:
10 < #Source0: http://cmsdoc.cern.ch/Releases/XDAQ/XDAQ_%xdaqv/coretools_G_17559_V%xdaqv.tgz
11 < #Source1: http://cmsdoc.cern.ch/Releases/XDAQ/XDAQ_%xdaqv/powerpack_G_28175_V1_3_1.tgz
12 < #Source2: http://cmsdoc.cern.ch/Releases/XDAQ/XDAQ_%xdaqv/worksuite_G_28176_V1_4.tgz
13 < Source0: http://switch.dl.sourceforge.net/sourceforge/xdaq/coretools_G_17559_V%{xdaqv}.tgz
14 < Source1: http://switch.dl.sourceforge.net/sourceforge/xdaq/powerpack_G_28175_V1_4.tgz
15 < Source2: http://switch.dl.sourceforge.net/sourceforge/xdaq/worksuite_G_28176_V1_5.tgz
10 > Source0: http://switch.dl.sourceforge.net/sourceforge/xdaq/coretools_G_V%{xdaqv}.tgz
11 > Source1: http://switch.dl.sourceforge.net/sourceforge/xdaq/powerpack_G_V1_9_0.tgz
12 > Source2: http://switch.dl.sourceforge.net/sourceforge/xdaq/worksuite_G_V1_8_0.tgz
13 > Patch: xdaq_39_oracle
14 > Patch1: xdaq-3.9.0-uuid
15 > Patch2: xdaq-3.9.0-nossh
16  
17   %prep
18   %setup -T -b 0 -n TriDAS
19   %setup -D -T -b 1 -n TriDAS
20   %setup -D -T -b 2 -n TriDAS
21 +
22 + #%patch0 -p2
23 + %patch1 -p1
24 + %patch2 -p1
25   ls
26 < perl -p -i -e "s|^#.*ksh(.*)|#!/usr/bin/env ksh $1|" daq/extern/SBSVME/1003/v2p3p0/sys/makefile \
27 <                                                     daq/extern/SBSVME/1003/v2p3p0/sys/mkbtp
26 > #perl -p -i -e "s|^#.*ksh(.*)|#!/usr/bin/env ksh $1|" daq/extern/SBSVME/1003/v2p3p0/sys/makefile \
27 > #                                                     daq/extern/SBSVME/1003/v2p3p0/sys/mkbtp
28   echo " Install root in prep:" %{i}    %{pkginstroot}
29  
30   %build
# Line 31 | Line 38 | cp -rp *  %{i} # assuming there are no s
38   cd %{i}
39   export XDAQ_ROOT=$PWD
40   cd %{i}/daq
41 < make Set=extern
42 < make Set=coretools
43 < make Set=powerpack
44 < make Set=worksuite
45 < cd tstore
46 < make  ORACLE_INCLUDE=$ORACLE_ROOT/include  ORACLE_LIB=$ORACLE_ROOT/lib
41 > export MIMETIC_PREFIX=$MIMETIC_ROOT
42 > export XERCES_PREFIX=$XERCES_C_ROOT
43 > export UUID_LIB_PREFIX=$UUID_ROOT/lib
44 >
45 > make CPPDEFINES=linux Set=extern_coretools install
46 > make CPPDEFINES=linux Set=coretools install
47 > make CPPDEFINES=linux Set=extern_powerpack install
48 > make CPPDEFINES=linux Set=powerpack install
49 > cd xdaq2rc
50 > make CPPDEFINES=linux install
51 > cd ..
52 >
53 >
54   # The following structure used as defined in Xdaq "simplify" script:
55   cd %{i}
56 < mkdir -p %{i}/lib
57 < mkdir -p %{i}/bin
58 < # Catch-all
59 < find .  -type f ! -path "./lib/*.%{libext}" -name "*.%{libext}" -exec mv {}  %{i}/lib \;
60 < find .  -type f ! -path "./bin/*.exe" -name "*.exe" -exec mv {} %{i}/bin \;
56 > mv x86*/lib .
57 > mv x86*/bin .
58 > mv x86*/include .
59 > mkdir include/interface
60 > mv daq/interface/evb/include/interface/evb include/interface
61 > mv daq/interface/shared/include/interface/shared include/interface
62 >
63 > rm -fr daq
64 > rm -fr CVS
65 > rm -fr x86*
66  
67   # Libraries from extern (not found cause they are symlinks)
49 cp -rdL daq/extern/*/linuxx86/lib/* %{i}/lib
68  
69 < find daq -type f ! -path "*/extern/*lib*" -name "*.a" -exec cp {} %{i}/lib \;
69 > #find daq -type f ! -path "*/extern/*lib*" -name "*.a" -exec cp {} %{i}/lib \;
70   perl -p -i -e "s|^#!.*make|#!/usr/bin/env make|" %{i}/daq/extern/slp/openslp-1.2.0/debian/rules
71   %post
54 find $RPM_INSTALL_PREFIX/%pkgrel -type l | xargs ls -la | sed -e "s|.*[ ]\(/.*\) -> \(.*\)| \2 \1|;s|[ ]/[^ ]*/external| $RPM_INSTALL_PREFIX/%cmsplatf/external|g"
72   find $RPM_INSTALL_PREFIX/%pkgrel -type l | xargs ls -la | sed -e "s|.*[ ]\(/.*\) -> \(.*\)| \2 \1|;s|[ ]/[^ ]*/external| $RPM_INSTALL_PREFIX/%cmsplatf/external|g" | xargs -n2 ln -sf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines