diff options
author | Michael Scherer <misc@mandriva.org> | 2009-05-13 00:09:26 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.org> | 2009-05-13 00:09:26 +0000 |
commit | e59920f3182cee301fee6c1884166aec0ca767ec (patch) | |
tree | 6b12a6573cac0689b79dec51c6e929d275770c04 /spec-helper.macros.in | |
parent | b0ff80f1eeaa7ad6392eaae4d2e837d7559e89e9 (diff) | |
download | spec-helper-e59920f3182cee301fee6c1884166aec0ca767ec.tar spec-helper-e59920f3182cee301fee6c1884166aec0ca767ec.tar.gz spec-helper-e59920f3182cee301fee6c1884166aec0ca767ec.tar.bz2 spec-helper-e59920f3182cee301fee6c1884166aec0ca767ec.tar.xz spec-helper-e59920f3182cee301fee6c1884166aec0ca767ec.zip |
- readd missing compress_files call, guess it was erased by error by the previous commit, fix #50803
Diffstat (limited to 'spec-helper.macros.in')
-rw-r--r-- | spec-helper.macros.in | 1 |
1 files changed, 1 insertions, 0 deletions
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} \ |