From 657c75055954c53ac17ca66167832a0b4ecf5f8c Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sat, 20 May 2006 13:12:50 +0000 Subject: - add this macros file to easier spec-helper integration in latest rpm --- spec-helper.macros.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 spec-helper.macros.in (limited to 'spec-helper.macros.in') diff --git a/spec-helper.macros.in b/spec-helper.macros.in new file mode 100644 index 0000000..ecac331 --- /dev/null +++ b/spec-helper.macros.in @@ -0,0 +1,16 @@ +# $Id$ + +%_spec_helper_dir @SPEC_HELPER_ROOT@ + +%__spec_helper_post \ + %{?!dont_clean_files: [ -n "$DONT_CLEANUP" ] || %_spec_helper_dir/clean_files} \ + %{?!dont_compress: [ -n "$DONT_COMPRESS" ] || %_spec_helper_dir/compress_files} \ + %{?!dont_strip: [ -n "$DONT_STRIP" ] || %_spec_helper_dir/strip_files} \ + %{?!dont_relink: [ -n "$DONT_RELINK" ] || %_spec_helper_dir/relative_me_babe} \ + %{?!dont_lceanup_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_translate_menu: [ -n "$DONT_TRANSLATE_MENU"] || %_spec_helper_dir/translate_menu.pl} \ +%nil + -- cgit v1.2.1