9
0

Accepting request 349059 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/349059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-FatPacker?expand=0&rev=7
This commit is contained in:
2015-12-16 16:43:26 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:542b4c7100f46cb179b88d93ee5b78140cbd7ba816311b99e7d676c34d732992
size 11293

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5661fe0f1cea0548ab7ad1040ffaf469699a622ff6780ff3240f6868b088bfd3
size 11507

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 15 09:40:14 UTC 2015 - coolo@suse.com
- updated to 0.010005
see /usr/share/doc/packages/perl-App-FatPacker/Changes
0.010005 - 2015-12-14
- fix fatpacked code to work properly on perl 5.6 in all cases
- removed x_static_install metadata (RT#110299)
-------------------------------------------------------------------
Mon Jun 29 00:55:56 UTC 2015 - coolo@suse.com

View File

@@ -17,19 +17,20 @@
Name: perl-App-FatPacker
Version: 0.010004
Version: 0.010005
Release: 0
%define cpan_name App-FatPacker
Summary: Pack Your Dependencies Onto Your Script File
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/App-FatPacker/
Source0: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.82
%{perl_requires}
%description
@@ -37,7 +38,6 @@ pack your dependencies onto your script file
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor