8 lines
204 B
RPMSpec
8 lines
204 B
RPMSpec
#
|
|
# This spec file is read by gfortran when linking.
|
|
# It is used to specify the libraries we need to link in, in the right
|
|
# order.
|
|
#
|
|
|
|
%rename lib liborig
|
|
*lib: @LIBQUADSPEC@ @LIBM@ %(libgcc) %(liborig)
|