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 | |
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
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | META.yml | 20 | ||||
-rwxr-xr-x | Makefile.PL | 6 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | genhdlist2 | 2 |
5 files changed, 28 insertions, 5 deletions
@@ -10,3 +10,4 @@ NEWS packdrake packdrake.pm t/01packdrake.t +META.yml Module meta-data (added by MakeMaker) diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..6ab1cdc --- /dev/null +++ b/META.yml @@ -0,0 +1,20 @@ +--- #YAML:1.0 +name: rpmtools +version: 6.0 +abstract: ~ +author: [] +license: unknown +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: {} +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.56 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 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', }, ); @@ -1,4 +1,6 @@ -Version ?.? - ? ? 2009, by ? +Version 6.0 - 15 December 2010, by Per Øyvind Karlsen +- compress xml files with '--text' flag passed to lzma (shrinks + files.xml.lzma by 25% \o/) - add support for custom compression filter used for xml-info & synthesis. Version 5.9 - 20 January 2008, by Pascal "Pixel" Rigaux @@ -586,7 +586,7 @@ Force to generate xml info. By default genhdlist2 will only regenerate xml info =item B<--xml-info-filter SUFFIX:FILTER> Use SUFFIX for filename suffix and filter through FILTER for compression. -By default genhdlist2 will use '.lzma:lzma -5'. +By default genhdlist2 will use '.lzma:lzma -5 --text'. =item B<--versioned> |