]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RAW/alimdc.spec
Add a protection for the case of not used dictionary and a setter for the recoParam
[u/mrichter/AliRoot.git] / RAW / alimdc.spec
CommitLineData
ff8b2a87 1# RPM specfile for alimdc static libs
2
3# Package contains both ROOT and AliRoot
4# static libs needed by mStreamRecorder
5# in order to ROOT-ify the incoming raw
6# data
ae66f382 7# Example:
8# in $ALICE_ROOT: mkdir RPMS; mkdir RPMS/i386;
9# then: rpmbuild --verbose --define "_topdir $ALICE_ROOT" --define "_tmppath $ALICE_ROOT" -bb RAW/alimdc.spec
10# then: cp $ALICE_ROOT/RPMS/i386/alimdc-*.rpm <destination>
ff8b2a87 11
12Summary: AliMDC static libraries
13Name: alimdc
7eabc981 14Version: 4.09.Release
871efc04 15Release: 1.SLC4
ff8b2a87 16# Copyright: CERN Alice Off-line
17License: CERN Alice Off-line
18Vendor: ALICE Core Off-line Group
19URL: http://aliceinfo.cern.ch
20Group: Applications/Alice
21Prefix: /opt/%{name}
22BuildRoot: %{_tmppath}/%{name}-root
23
24# automatic dependencies
25AutoReqProv: yes
26
27# list here required RPM packages for runtime
28Requires: glibc
29
30Provides: alimdc
31
32# description of the package
33%description
34Package contains both ROOT and AliRoot
35static libs needed by mStreamRecorder
36in order to ROOT-ify the incoming raw
37data. The package version correspond to
38the AliRoot one.
39
40# list of files to be installed
41%files
42%defattr (-,root,root)
43%{prefix}/lib/libAliMDC.a
44%{prefix}/lib/libRoot.a
45%{prefix}/lib/libpcre.a
46%{prefix}/lib/libfreetype.a
47%{prefix}/include/mdc.h