Accepting request 483726 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/483726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Task-Module-Install-BINGOS?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2017-03-30 08:53:59 +00:00
committed by Git OBS Bridge
parent bfbbcc8cbe
commit ce9d97de78
5 changed files with 54 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Task-Module-Install-BINGOS
#
# 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,17 +16,20 @@
#
Name: perl-Task-Module-Install-BINGOS
Version: 1.02
Release: 1
License: GPL+ or Artistic
Version: 1.04
Release: 0
%define cpan_name Task-Module-Install-BINGOS
Summary: A Task to install all BINGOS' Module::Install extensions
Url: http://search.cpan.org/dist/Task-Module-Install-BINGOS/
Summary: Task to install all BINGOS' Module::Install extensions
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/B/BI/BINGOS/Task-Module-Install-BINGOS-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/Task-Module-Install-BINGOS/
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(Module::Install) >= 1
BuildRequires: perl(Module::Install::AssertOS) >= 0.1
BuildRequires: perl(Module::Install::AutoLicense) >= 0.08
@@ -35,8 +38,6 @@ BuildRequires: perl(Module::Install::CheckLib) >= 0.08
BuildRequires: perl(Module::Install::GithubMeta) >= 0.1
BuildRequires: perl(Module::Install::NoAutomatedTesting) >= 0.06
BuildRequires: perl(Module::Install::ReadmeFromPod) >= 0.12
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl(Module::Install) >= 1
Requires: perl(Module::Install::AssertOS) >= 0.1
Requires: perl(Module::Install::AutoLicense) >= 0.08
@@ -45,13 +46,11 @@ Requires: perl(Module::Install::CheckLib) >= 0.08
Requires: perl(Module::Install::GithubMeta) >= 0.1
Requires: perl(Module::Install::NoAutomatedTesting) >= 0.06
Requires: perl(Module::Install::ReadmeFromPod) >= 0.12
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
Task::Module::Install::BINGOS is a the Task manpage that installs all of my
(BINGOS) the Module::Install manpage extensions.
Task::Module::Install::BINGOS is a Task that installs all of my (BINGOS)
Module::Install extensions.
Why? Because I am lazy.
@@ -88,11 +87,9 @@ The following modules will be installed:
%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 Changes.old README
%license LICENSE
%changelog