Closed temaps closed 9 months ago
At what point should the bootstrap script work?
#
# Copy config.rpath to the directory "config".
# This file is needed by iconv.m4.
#
if [ -f /usr/share/gettext/config.rpath ]; then
if [ ! -d config ]; then
mkdir config
fi
cp /usr/share/gettext/config.rpath config
else
echo "Please install gettext before running this script."
exit 1
fi
It seems that you are building RPM package. Please refer to https://src.fedoraproject.org/rpms/pcsc-lite-acsccid/blob/rawhide/f/pcsc-lite-acsccid.spec It calls ./bootstrap from %build.
It seems that you are building RPM package. Please refer to https://src.fedoraproject.org/rpms/pcsc-lite-acsccid/blob/rawhide/f/pcsc-lite-acsccid.spec It calls ./bootstrap from %build.
Yes, thank you very much. I eventually did so. I only have a question about the rules file. It is not in spec fedora: https://abf.io/import/acsccid/blob/rosa2023.1/acsccid.spec#lc-43
It seems that it is specific to Fedora. See https://src.fedoraproject.org/rpms/pcsc-lite-ccid/c/e889690138e07a5fc81a6aa57911e960b47376ac?branch=d97f8f84ea8de1db841e87f38e135f821ff2499b
Thank you! :-)