]> git.uio.no Git - u/mrichter/AliRoot.git/blame - cmake/da.spec.in
Create DA RPM
[u/mrichter/AliRoot.git] / cmake / da.spec.in
CommitLineData
c2f9135f 1# RPM specfile for Detector Algorithm
2Summary: @DETECTOR@ Detector Algorithm
3Name: daqDA-@DETECTOR@-@ALGORITHM@
4Version: @ALIROOT_VERSION_RPM@
5Release: @GIT_SHORT_SHA1@
6License: CERN Alice DAQ/Offine
7Group: Applications/Alice
8Prefix: /opt/%{name}
9BuildRoot: /@CMAKE_CURRENT_BINARY_DIR@/da-@ALGORITHM@-rpm
10
11# automatic dependencies
12AutoReqProv: yes
13
14# list here required RPM packages for compilation
15BuildRequires: date
16
17# list here required RPM packages for runtime
18Requires: date, daqDA-lib
19
20# You can specify other dependencies in the description tag below.
21
22# description of the package
23%description
24@RPM_DESCRIPTION@
25
26# Turning off the Fascist build policy
27%define _unpackaged_files_terminate_build 0
28
29# list of files to be installed
30%files
31%defattr (-,root,root)
32%{prefix}/@DA_EXECUTABLE@