Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > a62770bc6e0be1f8e06234614b16161f > files > 2

perl-PAR-Packer-1.15.0-2.mga4.src.rpm

%define upstream_name    PAR-Packer
%define upstream_version 1.015

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Data package containing a dynamic PARL
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/PAR/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Archive::Zip) >= 1.0.0
BuildRequires: perl(Compress::Zlib) >= 1.300.0
BuildRequires: perl(ExtUtils::Embed)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(File::Temp) >= 0.50.0
BuildRequires: perl(Getopt::ArgvFile) >= 1.70.0
BuildRequires: perl(IO::Compress::Gzip)
BuildRequires: perl(Module::ScanDeps) >= 1.90.0
BuildRequires: perl(PAR) >= 1.5.0
BuildRequires: perl(PAR::Dist) >= 0.220.0
BuildRequires: perl-devel
%description
_pp_ creates standalone executables from Perl programs, using the
compressed packager provided by the PAR manpage, and dependency detection
heuristics offered by the Module::ScanDeps manpage. Source files are
compressed verbatim without compilation.

You may think of _pp_ as "_perlcc_ that works without hassle". :-)

A GUI interface is also available as the _tkpp_ command.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
# resolve /usr/bin/pp conflict with nss
perl -pi -e 's{/pp}{/pp.pl}g' Makefile.PL
perl -pi -e 's{script/pp}{script/pp.pl}g' MANIFEST
mv script/pp script/pp.pl

%build
%__perl Makefile.PL INSTALLDIRS=vendor
make

%check
#make test

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog META.yml MYMETA.yml README TODO
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%{perl_vendorlib}/*


%changelog
* Mon Oct 21 2013 umeabot <umeabot> 1.15.0-2.mga4
+ Revision: 540674
- Mageia 4 Mass Rebuild

* Wed Oct 09 2013 sander85 <sander85> 1.15.0-1.mga4
+ Revision: 494215
- update to 1.015

* Wed May 29 2013 tv <tv> 1.14.0-3.mga4
+ Revision: 432727
- rebuild for new perl

* Sun Jan 13 2013 umeabot <umeabot> 1.14.0-2.mga3
+ Revision: 371172
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Jan 08 2013 jquelin <jquelin> 1.14.0-1.mga3
+ Revision: 342464
- update to 1.014

* Thu Feb 23 2012 jquelin <jquelin> 1.13.0-1.mga2
+ Revision: 213150
- update to 1.013

* Fri Dec 09 2011 kharec <kharec> 1.12.0-1.mga2
+ Revision: 179392
- update to 1.012

  + jquelin <jquelin>
    - update to 1.010

* Tue Mar 29 2011 jquelin <jquelin> 1.9.0-1.mga1
+ Revision: 78740
- update to 1.009

* Tue Jan 25 2011 jquelin <jquelin> 1.8.0-2.mga1
+ Revision: 38415
- rename pp to pp.pl to avoid conflict

* Tue Jan 25 2011 jquelin <jquelin> 1.8.0-1.mga1
+ Revision: 38275
- imported package perl-PAR-Packer


* Tue Jan 25 2011 cpan2dist 1.008-1mga
- initial mga release, generated with cpan2dist