9 lines
201 B
RPMSpec
9 lines
201 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@ -lm %(libgcc) %(liborig)
|