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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3683a69765b0c5846b26b9b3ce0085422056fd4d36a6dc7b9a9c4af1feb71e09
size 26050

View File

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

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,9 @@
-------------------------------------------------------------------
Thu Mar 30 06:42:23 UTC 2017 - coolo@suse.com
- updated to 1.04
see /usr/share/doc/packages/perl-Task-Module-Install-BINGOS/Changes
-------------------------------------------------------------------
Fri Jan 21 10:44:34 UTC 2011 - coolo@novell.com

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