aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-09-09 11:18:22 +0000
committerThierry Vignaud <tv@mageia.org>2011-09-09 11:18:22 +0000
commitf0ceb0b7824bfe0f646288b064670516f9014819 (patch)
tree6034f3c7e13e6a8b942deba3be140ff98a1bb88b /Makefile.PL
parent08a15697aa53e90f8eb715480f897e27619ffa20 (diff)
downloadrpmtools-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-xMakefile.PL6
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',
},
);