aboutsummaryrefslogtreecommitdiffstats
path: root/spec-helper.macros.in
diff options
context:
space:
mode:
authorFlorian Hubold <doktor5000@mageia.org>2016-03-28 13:01:44 +0200
committerFlorian Hubold <doktor5000@mageia.org>2016-03-28 13:01:44 +0200
commit0035307a699ac34b292310dd040e43e6eb2a0b6f (patch)
treee27e67fc6a4660872a1ea3a8597c787c54f4180d /spec-helper.macros.in
parente679ce7f68a331f8bdde82a01ffbf2971c081dcc (diff)
downloadspec-helper-0035307a699ac34b292310dd040e43e6eb2a0b6f.tar
spec-helper-0035307a699ac34b292310dd040e43e6eb2a0b6f.tar.gz
spec-helper-0035307a699ac34b292310dd040e43e6eb2a0b6f.tar.bz2
spec-helper-0035307a699ac34b292310dd040e43e6eb2a0b6f.tar.xz
spec-helper-0035307a699ac34b292310dd040e43e6eb2a0b6f.zip
Add a new helper to check all .desktop files with desktop-files-validatev0.31.12
Diffstat (limited to 'spec-helper.macros.in')
-rw-r--r--spec-helper.macros.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec-helper.macros.in b/spec-helper.macros.in
index 9e3f94b..3c527ea 100644
--- a/spec-helper.macros.in
+++ b/spec-helper.macros.in
@@ -14,6 +14,7 @@
%{?!dont_fix_pamd: [ -n "$DONT_FIX_PAMD_CONFIGS" ] || %_spec_helper_dir/fix_pamd} \
%{?!dont_remove_info_dir: [ -n "$DONT_REMOVE_INFO_DIR" ] || %_spec_helper_dir/remove_info_dir} \
%{?!dont_fix_eol: [ -n "$DONT_FIX_EOL" ] || %_spec_helper_dir/fix_eol} \
+ %{?!dont_check_desktop_files: [ -n "$DONT_CHECK_DESKTOP_FILES" ] || %_spec_helper_dir/check_desktop_files} \
%{?!dont_check_elf_files: [ -n "$DONT_CHECK_ELF_FILES" ] || %_spec_helper_dir/check_elf_files} \
%{?!__debug_package: [ -n "%{?dont_strip:1}%{?!dont_strip:$DONT_STRIP}" ] || export DISABLE_DEBUG=1 && %__debug_install_post} \
%nil