diff --git a/Dist-Zilla-Plugin-FatPacker-1.141200.tar.gz b/Dist-Zilla-Plugin-FatPacker-1.141200.tar.gz deleted file mode 100644 index 61290f6..0000000 --- a/Dist-Zilla-Plugin-FatPacker-1.141200.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb508acbb978d722387f3015d8a0df105abe424ba5b6782574e1115f8f3d5b95 -size 18205 diff --git a/Dist-Zilla-Plugin-FatPacker-1.161631.tar.gz b/Dist-Zilla-Plugin-FatPacker-1.161631.tar.gz new file mode 100644 index 0000000..d0feed8 --- /dev/null +++ b/Dist-Zilla-Plugin-FatPacker-1.161631.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a0ae926e3a3c27dd04659f551cd43e87f7c027d361cf7d4c0e04c346166c11 +size 16077 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Dist-Zilla-Plugin-FatPacker.changes b/perl-Dist-Zilla-Plugin-FatPacker.changes index 45adb21..96491e2 100644 --- a/perl-Dist-Zilla-Plugin-FatPacker.changes +++ b/perl-Dist-Zilla-Plugin-FatPacker.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jun 12 12:55:59 UTC 2016 - coolo@suse.com + +- updated to 1.161631 + see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-FatPacker/Changes + + 1.161631 2016-06-11 + - Re-packaged with [@Author::DOHERTY] (fixes rt-115278) + + 1.161630 2016-06-11 02:03:48-07:00 America/Los_Angeles + - Fixed incorrect UTF-8 handling [gh-2] + - Copy gathered files into a work directory for fatpacking [gh-3] + ------------------------------------------------------------------- Mon Apr 13 19:25:27 UTC 2015 - coolo@suse.com diff --git a/perl-Dist-Zilla-Plugin-FatPacker.spec b/perl-Dist-Zilla-Plugin-FatPacker.spec index 7f4d42d..3562dec 100644 --- a/perl-Dist-Zilla-Plugin-FatPacker.spec +++ b/perl-Dist-Zilla-Plugin-FatPacker.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Dist-Zilla-Plugin-FatPacker # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,14 +17,15 @@ Name: perl-Dist-Zilla-Plugin-FatPacker -Version: 1.141200 +Version: 1.161631 Release: 0 %define cpan_name Dist-Zilla-Plugin-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/Dist-Zilla-Plugin-FatPacker/ -Source: http://www.cpan.org/authors/id/D/DO/DOHERTY/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DO/DOHERTY/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -32,19 +33,22 @@ BuildRequires: perl-macros BuildRequires: perl(App::FatPacker) BuildRequires: perl(Dist::Zilla) BuildRequires: perl(Dist::Zilla::Role::FileMunger) +BuildRequires: perl(File::pushd) BuildRequires: perl(Moose) -BuildRequires: perl(Test::More) >= 0.94 +BuildRequires: perl(Path::Class) BuildRequires: perl(ok) Requires: perl(App::FatPacker) Requires: perl(Dist::Zilla) Requires: perl(Dist::Zilla::Role::FileMunger) +Requires: perl(File::pushd) Requires: perl(Moose) +Requires: perl(Path::Class) Requires: perl(ok) %{perl_requires} %description -This plugin uses the App::FatPacker manpage to pack your dependencies onto -your script file. +This plugin uses App::FatPacker to pack your dependencies onto your script +file. %prep %setup -q -n %{cpan_name}-%{version} @@ -63,6 +67,6 @@ your script file. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes LICENSE README.mkdn %changelog