aboutsummaryrefslogtreecommitdiffstats
path: root/spec-helper.macros.in
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2020-05-01 15:43:51 +0300
committerJani Välimaa <wally@mageia.org>2020-05-01 15:49:46 +0300
commitf43364f4db84de5b9dc4c31511256f1106ec1033 (patch)
tree859e6c3137c66b9df53f9a4dfb5af06d85c44fe9 /spec-helper.macros.in
parentf3c195a341295cfcf0521f05d562488ad6c67b3f (diff)
downloadspec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.tar
spec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.tar.gz
spec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.tar.bz2
spec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.tar.xz
spec-helper-f43364f4db84de5b9dc4c31511256f1106ec1033.zip
Rename spec-helper.macros as macros.spec-helper
Diffstat (limited to 'spec-helper.macros.in')
-rw-r--r--spec-helper.macros.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/spec-helper.macros.in b/spec-helper.macros.in
deleted file mode 100644
index bc3b947..0000000
--- a/spec-helper.macros.in
+++ /dev/null
@@ -1,17 +0,0 @@
-%_spec_helper_dir @pkgdatadir@
-
-%__spec_helper_post \
- %{?!dont_clean_files: [ -n "$DONT_CLEANUP" ] || %_spec_helper_dir/clean_files} \
- %{?!dont_compress: [ -n "$DONT_COMPRESS" ] || %_spec_helper_dir/compress_files %{?_extension}%{?!_extension:.gz}} \
- %{?!dont_relink: [ -n "$DONT_RELINK" ] || %_spec_helper_dir/relink_symlinks} \
- %{?!dont_cleanup_perl: [ -n "$DONT_CLEAN_PERL" ] || %_spec_helper_dir/clean_perl} \
- %{?!dont_symlinks_libs: [ -n "$DONT_SYMLINK_LIBS" ] || %_spec_helper_dir/lib_symlinks} \
- %{?!dont_gprintify: [ -n "$DONT_GPRINTIFY" ] || %_spec_helper_dir/gprintify} \
- %{?!dont_fix_mo: [ -n "$DONT_FIX_MO" ] || %_spec_helper_dir/fix_mo} \
- %{?!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} \
-%nil
-