X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm-tld-macros.git;a=blobdiff_plain;f=macros.tld;h=f3e511961a96bd7a08adda481438b8e578234330;hp=27995dd5f4e8d41e885ce3e8a67bd17274a42eb5;hb=2dad0bf9a370813b9c10acc48f5f225810cf3ab3;hpb=208adebc7b42418e7fea34d3a573e0e8b03e36bd diff --git a/macros.tld b/macros.tld index 27995dd..f3e5119 100644 --- a/macros.tld +++ b/macros.tld @@ -82,7 +82,6 @@ %{__spec_install_post_chrpath}\ %{__spec_install_post_compress_modules}\ %{__spec_install_post_check_so}\ -%{__spec_install_post_check_tmpfiles}\ %{__spec_install_post_check_shebangs}\ %{__spec_install_post_compress_docs}\ %{__spec_install_post_py_hardlink}\ @@ -648,7 +647,7 @@ LC_ALL=C.UTF-8 %{__meson} \ %%prep\ %{nil} -%_build_id_links %{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1:compat}%{?__dic_0:none}%{expand:%%undefine __dic_%{?_enable_debug_packages}} +%_build_id_links %{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1:alldebug}%{?__dic_0:none}%{expand:%%undefine __dic_%{?_enable_debug_packages}} # If non-empty "debug" macro defined, add "dbg" suffix to release number %_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}%{?debug:dbg}.%%{ARCH}.rpm @@ -949,14 +948,6 @@ __spec_install_post_check_execstack() { \ %{!?no_install_post_check_execstack:return $fail;} \ }; __spec_install_post_check_execstack }} -#----------------------------------------------------------------- -# Do not verify if each directory under /var/run contains -# tmpfiles.d configuration. TLD Linux doesn't use tmpfiles.d. -# -%no_install_post_check_tmpfiles 1 -# -%__spec_install_post_check_tmpfiles %{nil} - #----------------------------------------------------------------- # Verify that scripts have reasonable shebangs # Test spec: see "test/spec_install_post_check_shebangs" branch on packages/test.spec