Hi all,
I want to build a C++ program called qtVlm on the build service. There is no spec-file available for that yet.
In the make install section it normally moves it to a local directory under the users home directory:
I was juggling around with a couple of options to install this, but was finally not successful.
Has anybody a recommendation how to install this in the %files section of the spec file?
Thanks!
I want to build a C++ program called qtVlm on the build service. There is no spec-file available for that yet.
In the make install section it normally moves it to a local directory under the users home directory:
Code:
[ 535s] ***********************************************************
[ 535s] * Installing qtVlm in /home/abuild/qtVlm
[ 535s] ***********************************************************
[ 535s] mkdir -p ~/qtVlm
[ 535s] cp -Rf qtVlm tr/ ~/qtVlm
[ 535s] cp -Rf base_dir/icon base_dir/img base_dir/polar base_dir/dataColors.dat base_dir/boards plugins ~/qtVlm
[ 535s] mkdir -p ~/qtVlm/grib
[ 535s] mkdir -p ~/qtVlm/maps
[ 535s] ***********************************************************
[ 535s] * Install done ( /home/abuild/qtVlm )
[ 535s] ***********************************************************
Has anybody a recommendation how to install this in the %files section of the spec file?
Thanks!