diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-09-09 11:18:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-09-09 11:18:22 +0000 |
commit | f0ceb0b7824bfe0f646288b064670516f9014819 (patch) | |
tree | 6034f3c7e13e6a8b942deba3be140ff98a1bb88b /Makefile.PL | |
parent | 08a15697aa53e90f8eb715480f897e27619ffa20 (diff) | |
download | rpmtools-f0ceb0b7824bfe0f646288b064670516f9014819.tar rpmtools-f0ceb0b7824bfe0f646288b064670516f9014819.tar.gz rpmtools-f0ceb0b7824bfe0f646288b064670516f9014819.tar.bz2 rpmtools-f0ceb0b7824bfe0f646288b064670516f9014819.tar.xz rpmtools-f0ceb0b7824bfe0f646288b064670516f9014819.zip |
sync with what is actually packaged6.0
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL index a8a47fb..2bc0f3d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "5.9"; +my $rpmtools_version = "6.0"; # where to find the rpm utility @@ -49,7 +49,7 @@ WriteMakefile( }, MAN3PODS => {}, dist => { - COMPRESS => 'bzip2 --best', - SUFFIX => '.bz2', + COMPRESS => 'xz -f --best --text', + SUFFIX => '.xz', }, ); |