Accepting request 458761 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/458761 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install-AutomatedTester?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
630e3d7c74
commit
be3ca6dc81
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Install-AutomatedTester
|
||||
#
|
||||
# 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-AutomatedTester
|
||||
Version: 0.02
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.04
|
||||
Release: 0
|
||||
%define cpan_name Module-Install-AutomatedTester
|
||||
Summary: A Module::Install extension to detect whether we are being tested by CPAN Testers.
|
||||
Url: http://search.cpan.org/dist/Module-Install-AutomatedTester/
|
||||
Summary: Module::Install extension to detect whether we are being tested by 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-AutomatedTester-%{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-AutomatedTester/
|
||||
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
|
||||
@@ -42,10 +41,9 @@ distributions uploaded to CPAN. Sometimes we want to know if our
|
||||
distribution is being tested by one of these gallant individuals and make
|
||||
them do some extra work.
|
||||
|
||||
Module::Install::AutomatedTesters is a the Module::Install manpage
|
||||
extension that adds two extra commands to detect if the disttribution is
|
||||
being run under a CPAN Tester environment so that we can do extra stuff or
|
||||
skip stuff.
|
||||
Module::Install::AutomatedTesters is a Module::Install extension that adds
|
||||
two extra commands to detect if the disttribution is being run under a CPAN
|
||||
Tester environment so that we can do extra stuff or skip stuff.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@@ -62,11 +60,9 @@ skip stuff.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc Changes have_make LICENSE README
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes have_make README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user