Accepting request 458764 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/458764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install-NoAutomatedTesting?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2017-02-20 18:43:45 +00:00
committed by Git OBS Bridge
parent 58dd42c68b
commit 2c75229131
5 changed files with 58 additions and 24 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f82c14ede66f7febdb8b1eed729448226d77ebd7eaf029e30df55c24697157d
size 22589

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9f0249ace0cc3f258e99418263f57f572afad5ecaf2971307bcb313dee14454
size 27399

28
cpanspec.yml Normal file
View File

@@ -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

View File

@@ -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

View File

@@ -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