redhat/genspec.sh: Remove options and use Makefile variables
genspec.sh has 22 parameters that must be specified on the command line
which are generated by the Makefile. Instead of passing these parameters
on the command line, export them directly from the Makefile.
Remove genspec.sh options and export the variables from the Makefile.
Signed-off-by: Prarit Bhargava prarit@redhat.com
Edited by Prarit Bhargava