commit b369a1e4c550f49936b3e353008a437159abb400 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Dec 5 18:06:25 2011 +0100 1.012 bump PAR_GLOBAL_TMPDIR does need to be set at build and check time since this version. .gitignore | 1 + .rpmlint | 3 +++ perl-PAR-Packer.spec | 19 +++++++++---------- sources | 2 +- 4 files changed, 14 insertions(+), 11 deletions(-) --- diff --git a/.gitignore b/.gitignore index cf0c693..d5f9259 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ PAR-Packer-1.005.tar.gz /PAR-Packer-1.009.tar.gz /PAR-Packer-1.010.tar.gz /PAR-Packer-1.011.tar.gz +/PAR-Packer-1.012.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..128deb5 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,3 @@ +from Config import * +addFilter("spelling-error .* (Backend|executables|Tkpp)"); +addFilter("strange-permission extract_icon 0775L"); diff --git a/perl-PAR-Packer.spec b/perl-PAR-Packer.spec index 2071588..38ea430 100644 --- a/perl-PAR-Packer.spec +++ b/perl-PAR-Packer.spec @@ -1,5 +1,5 @@ Name: perl-PAR-Packer -Version: 1.011 +Version: 1.012 Release: 1%{?dist} Summary: PAR Packager License: GPL+ or Artistic @@ -16,7 +16,7 @@ BuildRequires: perl(File::Temp) >= 0.05 BuildRequires: perl(Getopt::ArgvFile) >= 1.07 BuildRequires: perl(IO::Compress::Gzip) BuildRequires: perl(Module::ScanDeps) >= 1.05 -BuildRequires: perl(PAR) >= 1.004 +BuildRequires: perl(PAR) >= 1.005 BuildRequires: perl(PAR::Dist) >= 0.22 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Archive::Zip) >= 1 @@ -25,7 +25,7 @@ Requires: perl(File::Temp) >= 0.05 Requires: perl(Getopt::ArgvFile) >= 1.07 Requires: perl(IO::Compress::Gzip) Requires: perl(Module::ScanDeps) >= 1.05 -Requires: perl(PAR) >= 1.004 +Requires: perl(PAR) >= 1.005 Requires: perl(PAR::Dist) >= 0.22 # Remove under-specified dependencies @@ -45,7 +45,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi Requires: perl(ExtUtils::MakeMaker) %description Tk -Tkpp is a GUI frontend to pp, which can turn perl scripts into standalone +Tkpp is a GUI front-end to pp, which can turn perl scripts into standalone PAR files, perl scripts or executables. @@ -57,8 +57,7 @@ PAR files, perl scripts or executables. # DEBUG variable needed to disable stripping binary DEBUG=1 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" # The Makefile is not parallel-safe. -# PAR_GLOBAL_TEMP seems to be needed for the build. -make PAR_GLOBAL_TEMP=/var/tmp +make %install @@ -77,10 +76,7 @@ desktop-file-install \ %check -export PAR_GLOBAL_TEMP=/var/tmp -#export PAR_GLOBAL_TMPDIR=/var/tmp -## does not pass -# make test PERL_TEST_POD=1 || : +make test %files @@ -102,6 +98,9 @@ export PAR_GLOBAL_TEMP=/var/tmp %changelog +* Mon Dec 05 2011 Petr Pisar <ppisar@xxxxxxxxxx> - 1.012-1 +- 1.012 bump + * Fri Dec 02 2011 Petr Pisar <ppisar@xxxxxxxxxx> - 1.011-1 - 1.011 bump (fixes CVE-2011-4114) - Specify run-time dependencies versions diff --git a/sources b/sources index 3e07996..1ea576f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b26a703a6e9ddf0268d1490d602a9094 PAR-Packer-1.011.tar.gz +40726da9a462b13590b80c24767d3857 PAR-Packer-1.012.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel