LFS-RPM/SOURCES/yjl-lfs-macros-11.3

18 lines
436 B
Groff
Raw Normal View History

2023-04-04 19:25:06 +08:00
####### Begin Yellow Jacket GNU/Linux Specific Macros
%dist yjl
# we are 64-bit but not traditional multilib
%_lib lib
%_libdir /usr/lib
2023-05-19 10:53:34 +08:00
# not sure why this has to manually be set but...
%_sharedstatedir %_localstatedir/lib
# Many (most?) distros use /{,usr/}sbin for install-info
%insinfo %{_bindir}/install-info
2023-04-27 22:29:58 +08:00
# Most distros use OpenSSL for the OpenSSL API
%libresslAPI true
2023-04-04 19:25:06 +08:00
####### End Yellow Jacket GNU/Linux Specific Macros