# @RPMVENDORDIR@/macros: # Main Mandrivalinux rpm configuration # Only modified macros goes here # # $Id$ # # This is a global RPM configuration file. All changes made here will # be lost when the rpm package is upgraded. Any per-system configuration # should be added to /etc/rpm/macros, while per-user configuration should # be added to ~/.rpmmacros. %_host_vendor @RPMCANONVENDOR@ %_real_vendor @RPMCANONVENDOR@ %_vendor @RPMVENDOR@ %_gnu -gnu %_target_platform %{_target_cpu}-%{_real_vendor}-%{_target_os}%{?_gnu} %_host %{_host_cpu}-%{_real_vendor}-%{_host_os} %_changelog_truncate 3 years ago # use LZMA to compress binary packages: %_binary_payload w5.lzdio #============================================================================== # ---- GPG/PGP/PGP5 signature macros. # Macro(s) to hold the arguments passed to GPG/PGP for package # signing and verification. # # We disable the gpg key automatic querying %_hkp_keyserver_query %nil # Verify digest/signature flags for various rpm modes: # 0x30300 (_RPMVSF_NODIGESTS) --nohdrchk if set, don't check digest(s) # 0xc0c00 (_RPMVSF_NOSIGNATURES) --nosignature if set, don't check signature(s) # 0xf0000 (_RPMVSF_NOPAYLOAD) --nolegacy if set, check header+payload (if possible) # 0x00f00 (_RPMVSF_NOHEADER) --nohdrchk if set, don't check rpmdb headers %_vsflags_query 0xc0c00 # Open all indices before doing chroot(2). # %_openall_before_chroot 1 %_repackage_all_erasures 0 %_query_all_fmt %%{name}-%%{version}-%%{release} %_rpmlock_path %{_dbpath}/__db.000 # activate filetriggers (cf http://wiki.mandriva.com/en/Rpm_filetriggers) %_filetriggers_dir /var/lib/rpm/filetriggers