]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RAW/alimdc.spec
Corrected the HLT DDL links identification (according to the alice internal note...
[u/mrichter/AliRoot.git] / RAW / alimdc.spec
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
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>
11
12 Summary: AliMDC static libraries
13 Name: alimdc
14 Version: 4.09.Release
15 Release: 1.SLC4
16 # Copyright: CERN Alice Off-line
17 License: CERN Alice Off-line
18 Vendor: ALICE Core Off-line Group
19 URL: http://aliceinfo.cern.ch
20 Group: Applications/Alice
21 Prefix: /opt/%{name}
22 BuildRoot: %{_tmppath}/%{name}-root
23
24 # automatic dependencies
25 AutoReqProv: yes
26
27 # list here required RPM packages for runtime
28 Requires: glibc
29
30 Provides: alimdc
31
32 # description of the package
33 %description
34 Package contains both ROOT and AliRoot
35 static libs needed by mStreamRecorder
36 in order to ROOT-ify the incoming raw
37 data. The package version correspond to
38 the 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