mirror of
https://github.com/YellowJacketLinux/lfs-rpmify.git
synced 2025-01-23 05:52:12 +08:00
24 lines
578 B
Plaintext
24 lines
578 B
Plaintext
####### Begin Yellow Jacket GNU/Linux (LFS based) RPM Macros
|
|
%dist yjl
|
|
|
|
# we are 64-bit but not traditional multilib
|
|
%_lib lib
|
|
%_libdir /usr/lib
|
|
|
|
# not sure why this has to manually be set but...
|
|
%_sharedstatedir %_localstatedir/lib
|
|
|
|
### Specific to YJL
|
|
|
|
# Many (most?) distros use /{,usr/}sbin for install-info
|
|
%insinfo %{_bindir}/install-info
|
|
|
|
# Most distros use OpenSSL for the OpenSSL API
|
|
%libresslAPI true
|
|
|
|
# Do not require systemd-sysusers management of users/groups
|
|
# # when building packages
|
|
%_use_weak_usergroup_deps 1
|
|
|
|
####### End Yellow Jacket GNU/Linux RPM Macros
|