[perl-PAR-Packer] 1.015 bugfix bump

Petr Šabata psabata at fedoraproject.org
Fri Oct 11 07:24:00 UTC 2013


commit e37f7f7330beb77d0d9b5c6aacd3ce18e8f5a72f
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Oct 11 16:23:54 2013 +0900

    1.015 bugfix bump

 .gitignore           |    1 +
 perl-PAR-Packer.spec |   37 ++++++++++++++++++++++---------------
 sources              |    2 +-
 3 files changed, 24 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82da1e0..74eb807 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ PAR-Packer-1.005.tar.gz
 /PAR-Packer-1.012.tar.gz
 /PAR-Packer-1.013.tar.gz
 /PAR-Packer-1.014.tar.gz
+/PAR-Packer-1.015.tar.gz
diff --git a/perl-PAR-Packer.spec b/perl-PAR-Packer.spec
index 945763b..b2e3633 100644
--- a/perl-PAR-Packer.spec
+++ b/perl-PAR-Packer.spec
@@ -1,6 +1,6 @@
 Name:           perl-PAR-Packer
-Version:        1.014
-Release:        4%{?dist}
+Version:        1.015
+Release:        1%{?dist}
 Summary:        PAR Packager
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,23 +9,34 @@ Source0:        http://www.cpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-%{version
 Source1:        extract_icon
 Source2:        tkpp.desktop
 BuildRequires:  perl(inc::Module::Install) >= 0.92
+BuildRequires:  perl(Compress::Zlib) >= 1.3
 BuildRequires:  perl(ExtUtils::Embed)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Compress::Gzip)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Archive::Zip) >= 1
-BuildRequires:  perl(Compress::Zlib) >= 1.3
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Cwd)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp) >= 0.05
 BuildRequires:  perl(Getopt::ArgvFile) >= 1.07
-BuildRequires:  perl(IO::Compress::Gzip)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(Module::ScanDeps) >= 1.09
+BuildRequires:  perl(Module::Signature)
 BuildRequires:  perl(PAR) >= 1.005
 BuildRequires:  perl(PAR::Dist) >= 0.22
+BuildRequires:  perl(vars)
 # Tests:
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Path)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Archive::Zip) >= 1
 Requires:       perl(Compress::Zlib) >= 1.3
@@ -47,7 +58,7 @@ stand-alone executables, perl scripts and PAR files.
 Summary:        Front-end to pp written in Perl/Tk
 BuildArch:      noarch
 BuildRequires:  desktop-file-utils
-BuildRequires:  perl(MIME::Base64)
+#BuildRequires:  perl(MIME::Base64)
 Requires:       %{name} = %{version}-%{release}
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(ExtUtils::MakeMaker)
@@ -61,27 +72,23 @@ Requires:       perl(Tk::Pod)
 Tkpp is a GUI front-end to pp, which can turn perl scripts into standalone
 PAR files, perl scripts or executables.
 
-
 %prep
 %setup -q -n PAR-Packer-%{version}
 # Remove bundled modules
 rm -rf inc/*
 sed -i -e '/^inc\//d' MANIFEST
 
-
 %build
 # DEBUG variable needed to disable stripping binary
 DEBUG=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 # The Makefile is not parallel-safe.
 make
 
-
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_fixperms} %{buildroot}/*
-
 # Install desktop file
 %{SOURCE1} < script/tkpp > tkpp.gif
 install -m644 -D tkpp.gif \
@@ -89,7 +96,6 @@ install -m644 -D tkpp.gif \
 desktop-file-install \
     --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE2}
 
-
 %check
 make test
 
@@ -106,7 +112,6 @@ fi
 %posttrans Tk
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
-
 %files
 %doc AUTHORS ChangeLog README TODO
 %{perl_vendorlib}/*
@@ -124,8 +129,10 @@ fi
 %{_datadir}/applications/tkpp.desktop
 %{_datadir}/icons/hicolor/32x32/apps/tkpp.gif
 
-
 %changelog
+* Fri Oct 11 2013 Petr Šabata <contyk at redhat.com> - 1.015-1
+- 1.015 bugfix bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.014-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index dc7b3b1..bfffc1b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-536929c3e20f98a4b80438620cfd913c  PAR-Packer-1.014.tar.gz
+851253c166c746d4c3968beaca5c49bc  PAR-Packer-1.015.tar.gz



More information about the perl-devel mailing list