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:
committed by
Git OBS Bridge
parent
bfbbcc8cbe
commit
ce9d97de78
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3683a69765b0c5846b26b9b3ce0085422056fd4d36a6dc7b9a9c4af1feb71e09
|
|
||||||
size 26050
|
|
3
Task-Module-Install-BINGOS-1.04.tar.gz
Normal file
3
Task-Module-Install-BINGOS-1.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9964f2d88bb4e1a502c2054d29f03505e185b4eeb761f4c2ca0b414b2a13d947
|
||||||
|
size 11777
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
@@ -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
|
Fri Jan 21 10:44:34 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Task-Module-Install-BINGOS
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,17 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Task-Module-Install-BINGOS
|
Name: perl-Task-Module-Install-BINGOS
|
||||||
Version: 1.02
|
Version: 1.04
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Task-Module-Install-BINGOS
|
%define cpan_name Task-Module-Install-BINGOS
|
||||||
Summary: A Task to install all BINGOS' Module::Install extensions
|
Summary: Task to install all BINGOS' Module::Install extensions
|
||||||
Url: http://search.cpan.org/dist/Task-Module-Install-BINGOS/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/B/BI/BINGOS/Task-Module-Install-BINGOS-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Task-Module-Install-BINGOS/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
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) >= 1
|
||||||
BuildRequires: perl(Module::Install::AssertOS) >= 0.1
|
BuildRequires: perl(Module::Install::AssertOS) >= 0.1
|
||||||
BuildRequires: perl(Module::Install::AutoLicense) >= 0.08
|
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::GithubMeta) >= 0.1
|
||||||
BuildRequires: perl(Module::Install::NoAutomatedTesting) >= 0.06
|
BuildRequires: perl(Module::Install::NoAutomatedTesting) >= 0.06
|
||||||
BuildRequires: perl(Module::Install::ReadmeFromPod) >= 0.12
|
BuildRequires: perl(Module::Install::ReadmeFromPod) >= 0.12
|
||||||
BuildRequires: perl
|
|
||||||
BuildRequires: perl-macros
|
|
||||||
Requires: perl(Module::Install) >= 1
|
Requires: perl(Module::Install) >= 1
|
||||||
Requires: perl(Module::Install::AssertOS) >= 0.1
|
Requires: perl(Module::Install::AssertOS) >= 0.1
|
||||||
Requires: perl(Module::Install::AutoLicense) >= 0.08
|
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::GithubMeta) >= 0.1
|
||||||
Requires: perl(Module::Install::NoAutomatedTesting) >= 0.06
|
Requires: perl(Module::Install::NoAutomatedTesting) >= 0.06
|
||||||
Requires: perl(Module::Install::ReadmeFromPod) >= 0.12
|
Requires: perl(Module::Install::ReadmeFromPod) >= 0.12
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Task::Module::Install::BINGOS is a the Task manpage that installs all of my
|
Task::Module::Install::BINGOS is a Task that installs all of my (BINGOS)
|
||||||
(BINGOS) the Module::Install manpage extensions.
|
Module::Install extensions.
|
||||||
|
|
||||||
Why? Because I am lazy.
|
Why? Because I am lazy.
|
||||||
|
|
||||||
@@ -88,11 +87,9 @@ The following modules will be installed:
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes Changes.old README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user