diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-09-04 21:44:29 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-09-04 21:44:29 +0000 |
commit | 2441c252ec10ce43f3c7b1dd6099722517e447e2 (patch) | |
tree | dbb810b1402189e7c4598062a72012544b9f7480 /spec-helper.macros.in | |
parent | e9c6b77b9255aa3f9787e47916e203e5412f0f0d (diff) | |
download | spec-helper-0.27.1.tar spec-helper-0.27.1.tar.gz spec-helper-0.27.1.tar.bz2 spec-helper-0.27.1.tar.xz spec-helper-0.27.1.zip |
pass compression format as an argument to compress_file, and bump releasev0.27.1
Diffstat (limited to 'spec-helper.macros.in')
-rw-r--r-- | spec-helper.macros.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec-helper.macros.in b/spec-helper.macros.in index 1962448..3182852 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -1,12 +1,10 @@ # $Id$ -%_extension .lzma - %_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} \ + %{?!dont_compress: [ -n "$DONT_COMPRESS" ] || %_spec_helper_dir/compress_files %{?_extension}%{?!_extension:.gz}} \ %{?!dont_strip: [ -n "$DONT_STRIP" ] || %_spec_helper_dir/strip_files} \ %{?!dont_relink: [ -n "$DONT_RELINK" ] || %_spec_helper_dir/relink_symlinks} \ %{?!dont_cleanup_perl: [ -n "$DONT_CLEAN_PERL" ] || %_spec_helper_dir/clean_perl} \ |