aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--MANIFEST1
-rw-r--r--META.yml20
-rwxr-xr-xMakefile.PL6
-rw-r--r--NEWS4
-rw-r--r--genhdlist22
5 files changed, 28 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index b33d015..d74b053 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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',
},
);
diff --git a/NEWS b/NEWS
index fa9b494..d5ff666 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/genhdlist2 b/genhdlist2
index 0a64296..59021c7 100644
--- a/genhdlist2
+++ b/genhdlist2
@@ -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>