Summary: A program to configure ALTROs, FECs and RCUs on the TPC. Name: dcs-TPCconfig Version: 1.0 Release: 1 License: CERN/PH-ED Group: Applications/Alice Source0: %{name}-%{version}.src.tar.gz Packager: Christian Lippmann URL: https://subversion.gsi.de/alice/tpc-fee/TPCconfigDCS/trunk/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root #BuildRequires: date #Requires: date %description Package: TPCConfigDCS (TPCCommandCoder & Utilities) This package contains the TPC Command Coder and some utilities: a) Executables: - DBTool.app : Tool to handle the DB contents - FeeVerify.app : Tool to read back data from Rcu and compare it to DB content. - Readback.app : Tool to read back data from Rcu. - TPCCommandCoderDB.app : Test program for TPCCommandCoderDB - TPCCommandCoderDL.app : Test program for dlopen() mechanism. - TPCCommandCoderReadback.app : Test program for reading back values from ALTROs. - TPCCommandCoderHardcoded.app : Test program using hardcoded values. b) Libraries: - libTPCCommandCoderDB.so: TPCCommandCoder shared object libraries %prep %setup -q %build make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/opt/dcs-TPCconfig/bin mkdir -p $RPM_BUILD_ROOT/opt/dcs-TPCconfig/lib install -s -m 755 DBTool/DBTool.app $RPM_BUILD_ROOT/opt/bin install -s -m 755 Verify/FeeVerify.app $RPM_BUILD_ROOT/opt/bin install -s -m 755 Verify/Readback.app $RPM_BUILD_ROOT/opt/bin install -s -m 755 CommandCoder/TPCCommandCoderHardcoded.app $RPM_BUILD_ROOT/opt/bin install -s -m 755 CommandCoder/TPCCommandCoderDB.app $RPM_BUILD_ROOT/opt/bin install -s -m 755 CommandCoder/TPCCommandCoderReadback.app $RPM_BUILD_ROOT/opt/bin install -s -m 755 CommandCoder/TPCCommandCoderDL.app $RPM_BUILD_ROOT/opt/bin install -s -m 755 CommandCoder/libTPCCommandCoderDB.so $RPM_BUILD_ROOT/opt/lib %clean make clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc /opt/dcs-TPCconfig/bin/DBTool.app /opt/dcs-TPCconfig/bin/FeeVerify.app /opt/dcs-TPCconfig/bin/Readback.app /opt/dcs-TPCconfig/bin/TPCCommandCoderHardcoded.app /opt/dcs-TPCconfig/bin/TPCCommandCoderDB.app /opt/dcs-TPCconfig/bin/TPCCommandCoderReadback.app /opt/dcs-TPCconfig/bin/TPCCommandCoderDL.app /opt/dcs-TPCconfig/lib/libTPCCommandCoderDB.so %changelog * Tue Dec 4 2007 Christian.Lippmann@cern.ch - 1.0-1 - Initial rpm build.