aboutsummaryrefslogtreecommitdiffstats
path: root/spec-helper.macros.in
diff options
context:
space:
mode:
Diffstat (limited to 'spec-helper.macros.in')
-rw-r--r--spec-helper.macros.in4
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} \