From e59920f3182cee301fee6c1884166aec0ca767ec Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 13 May 2009 00:09:26 +0000 Subject: - readd missing compress_files call, guess it was erased by error by the previous commit, fix #50803 --- spec-helper.macros.in | 1 + 1 file changed, 1 insertion(+) diff --git a/spec-helper.macros.in b/spec-helper.macros.in index 35f1ccf..519a7ce 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -4,6 +4,7 @@ %__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} \ -- cgit v1.2.1