diff --git a/Test-Strict-0.14.tar.gz b/Test-Strict-0.14.tar.gz deleted file mode 100644 index 508b9fc..0000000 --- a/Test-Strict-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c04aef226b210ea06fd436f176e59aa3f9a0d7db326bb04f5a6047584a68ac98 -size 8182 diff --git a/Test-Strict-0.27.tar.gz b/Test-Strict-0.27.tar.gz new file mode 100644 index 0000000..09c6abe --- /dev/null +++ b/Test-Strict-0.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c486ca0aaaeb68e1e3974742684d9447c7259ac0293da4a80cf97024a0df000 +size 12426 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#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_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Test-Strict.changes b/perl-Test-Strict.changes index bf30d13..be6b415 100644 --- a/perl-Test-Strict.changes +++ b/perl-Test-Strict.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 16 19:53:08 UTC 2015 - coolo@suse.com + +- updated to 0.27 + see /usr/share/doc/packages/perl-Test-Strict/Changes + ------------------------------------------------------------------- Sun May 1 10:35:17 UTC 2011 - coolo@opensuse.org diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index 3bca80c..af6134c 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Test-Strict (Version 0.14) +# spec file for package perl-Test-Strict # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -15,20 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Test-Strict -Version: 0.14 -Release: 1 -License: GPL+ or Artistic +Version: 0.27 +Release: 0 %define cpan_name Test-Strict Summary: Check syntax, presence of use strict; and test coverage -Url: http://search.cpan.org/dist/Test-Strict/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/P/PD/PDENIS/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Test-Strict/ +Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Devel::Cover) >= 0.43 +BuildRequires: perl(Test::More) >= 1.00 Requires: perl(Devel::Cover) >= 0.43 %{perl_requires} @@ -66,9 +69,6 @@ find . -type f -print0 | xargs -0 chmod 644 %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes README