diff --git a/Module-Install-NoAutomatedTesting-0.06.tar.gz b/Module-Install-NoAutomatedTesting-0.06.tar.gz deleted file mode 100644 index f05442b..0000000 --- a/Module-Install-NoAutomatedTesting-0.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f82c14ede66f7febdb8b1eed729448226d77ebd7eaf029e30df55c24697157d -size 22589 diff --git a/Module-Install-NoAutomatedTesting-0.08.tar.gz b/Module-Install-NoAutomatedTesting-0.08.tar.gz new file mode 100644 index 0000000..599501b --- /dev/null +++ b/Module-Install-NoAutomatedTesting-0.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f0249ace0cc3f258e99418263f57f572afad5ecaf2971307bcb313dee14454 +size 27399 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-Module-Install-NoAutomatedTesting.changes b/perl-Module-Install-NoAutomatedTesting.changes index 687bc4f..181d1ec 100644 --- a/perl-Module-Install-NoAutomatedTesting.changes +++ b/perl-Module-Install-NoAutomatedTesting.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Feb 18 06:58:00 UTC 2017 - coolo@suse.com + +- updated to 0.08 + see /usr/share/doc/packages/perl-Module-Install-NoAutomatedTesting/Changes + + 0.08 Fri Feb 17 13:51:08 GMT 2017 + - Handle perls without dot in @INC + ------------------------------------------------------------------- Fri Jan 21 20:22:36 UTC 2011 - coolo@novell.com diff --git a/perl-Module-Install-NoAutomatedTesting.spec b/perl-Module-Install-NoAutomatedTesting.spec index df9accf..2b29c8f 100644 --- a/perl-Module-Install-NoAutomatedTesting.spec +++ b/perl-Module-Install-NoAutomatedTesting.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Install-NoAutomatedTesting # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,24 +16,23 @@ # - Name: perl-Module-Install-NoAutomatedTesting -Version: 0.06 -Release: 1 -License: GPL+ or Artistic +Version: 0.08 +Release: 0 %define cpan_name Module-Install-NoAutomatedTesting -Summary: A Module::Install extension to avoid CPAN Testers -Url: http://search.cpan.org/dist/Module-Install-NoAutomatedTesting/ +Summary: Module::Install extension to avoid CPAN Testers +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-NoAutomatedTesting-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz -BuildRequires: perl(Capture::Tiny) >= 0.05 -BuildRequires: perl(Module::Install) >= 0.85 +Url: http://search.cpan.org/dist/Module-Install-NoAutomatedTesting/ +Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Capture::Tiny) >= 0.05 +BuildRequires: perl(Module::Install) >= 0.85 Requires: perl(Module::Install) >= 0.85 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %{perl_requires} %description @@ -41,9 +40,9 @@ CPAN Testers are great and do a worthy and thankless job, testing all the distributions uploaded to CPAN. But sometimes we don't want a distribution to be tested by these gallant individuals. -Module::Install::NoAutomatedTesting is a the Module::Install manpage -extension that will exit from the 'Makefile.PL' when it detects that it is -being run by a CPAN Tester. +Module::Install::NoAutomatedTesting is a Module::Install extension that +will exit from the 'Makefile.PL' when it detects that it is being run by a +CPAN Tester. %prep %setup -q -n %{cpan_name}-%{version} @@ -60,11 +59,9 @@ being run by a CPAN Tester. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) -%doc Changes LICENSE README +%defattr(-,root,root,755) +%doc Changes README +%license LICENSE %changelog