forked from pool/perl-App-FatPacker
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1158202cae6052385e8c7b1e5874992f5c2c5d85ef40894dcedbce6927336bd
|
||||
size 11682
|
3
App-FatPacker-0.010008.tar.gz
Normal file
3
App-FatPacker-0.010008.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:129db36dc845661a582286810cfe2d5216eb2ce082bad40ae1fcdce0f45deccf
|
||||
size 12182
|
@@ -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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
|
||||
Version: 0.010007
|
||||
Version: 0.010008
|
||||
Release: 0
|
||||
%define cpan_name App-FatPacker
|
||||
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
|
||||
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
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@@ -40,11 +40,11 @@ pack your dependencies onto your script file
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Reference in New Issue
Block a user