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