mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 03:05:15 +00:00
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)
|