diff --git a/Shell-0.72.tar.gz b/Shell-0.72.tar.gz deleted file mode 100644 index 46711dd..0000000 --- a/Shell-0.72.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1a54aef7f07adf2d3d3ff2a22cf276ff4d1c5b063dc160672878e29ac7de14c -size 5653 diff --git a/Shell-0.73.tar.gz b/Shell-0.73.tar.gz new file mode 100644 index 0000000..50d0451 --- /dev/null +++ b/Shell-0.73.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7dbebf65261ed0e5abd0f57052b64d665a1a830bab4c8bbc220f235bd39caf5 +size 6186 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-Shell.changes b/perl-Shell.changes index 21d1b2f..0d4db73 100644 --- a/perl-Shell.changes +++ b/perl-Shell.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 6 10:29:59 UTC 2016 - coolo@suse.com + +- updated to 0.73 + see /usr/share/doc/packages/perl-Shell/Changes + + 0.73 Sun Jan 3 2016 + - INSTALLDIRS should be 'site' for Perl 5.11+ (CPAN #50729) + - fix podchecker warnings (CPAN #64924) + + 0.72_01 Wed Sep 30 2009 + - sync with blead + ------------------------------------------------------------------- Wed Feb 18 13:56:21 UTC 2015 - coolo@suse.com diff --git a/perl-Shell.spec b/perl-Shell.spec index 7bc9418..c47f635 100644 --- a/perl-Shell.spec +++ b/perl-Shell.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Shell # -# 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-Shell -Version: 0.72 +Version: 0.73 Release: 0 %define cpan_name Shell -Summary: run shell commands transparently within perl +Summary: Run Shell Commands Transparently Within Perl License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Shell/ -Source: http://www.cpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/F/FE/FERREIRA/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -36,7 +37,7 @@ run shell commands transparently within perl %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor