8
0

Accepting request 677263 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/677263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-FatPacker?expand=0&rev=19
This commit is contained in:
2019-03-01 08:53:25 +00:00
committed by Git OBS Bridge
parent e14ead5703
commit 947cb01df0
4 changed files with 21 additions and 11 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:129db36dc845661a582286810cfe2d5216eb2ce082bad40ae1fcdce0f45deccf
size 12182

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 19 06:01:55 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.010008
see /usr/share/doc/packages/perl-App-FatPacker/Changes
0.010008 - 2019-02-18
- documentation improvements
- switch to letting EUMM rewrite fatpack's #!
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 13 11:09:16 UTC 2017 - coolo@suse.com Mon Feb 13 11:09:16 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-App-FatPacker # spec file for package perl-App-FatPacker
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-App-FatPacker Name: perl-App-FatPacker
Version: 0.010007 Version: 0.010008
Release: 0 Release: 0
%define cpan_name App-FatPacker %define cpan_name App-FatPacker
Summary: Pack Your Dependencies Onto Your Script File Summary: Pack Your Dependencies Onto Your Script File
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/App-FatPacker/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@@ -40,11 +40,11 @@ pack your dependencies onto your script file
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install