Accepting request 297412 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297412
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MinimumPerl?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-17 05:52:43 +00:00
committed by Git OBS Bridge
parent 62c7087d92
commit 0b6307165c
5 changed files with 47 additions and 29 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82b8cc3bbeb4ef305680b506797d780fb69410d3c655c0818ea55bc9eb4c9037
size 20257

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52646bf65f5fd5ce0b1fa64b318946151bb9a5a05525eb27e74e6c99a4254e34
size 26753

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 16 20:46:17 UTC 2015 - coolo@suse.com
- updated to 1.006
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MinimumPerl/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 22 06:00:46 UTC 2011 - coolo@opensuse.org Fri Apr 22 06:00:46 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Dist-Zilla-Plugin-MinimumPerl (Version 1.003) # spec file for package perl-Dist-Zilla-Plugin-MinimumPerl
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 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
@@ -15,32 +15,31 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Dist-Zilla-Plugin-MinimumPerl Name: perl-Dist-Zilla-Plugin-MinimumPerl
Version: 1.003 Version: 1.006
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Dist-Zilla-Plugin-MinimumPerl %define cpan_name Dist-Zilla-Plugin-MinimumPerl
Summary: Detects the minimum version of Perl required for your dist Summary: Detects the minimum version of Perl required for your dist
Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-MinimumPerl/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/A/AP/APOCAL/%{cpan_name}-%{version}.tar.gz Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-MinimumPerl/
Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Dist::Zilla::Role::FileFinderUser) >= 4.102345 BuildRequires: perl(Dist::Zilla::Role::FileFinderUser) >= 4.200006
BuildRequires: perl(Dist::Zilla::Role::PrereqSource) >= 4.102345 BuildRequires: perl(Dist::Zilla::Role::PrereqSource) >= 5.006
BuildRequires: perl(File::Find) BuildRequires: perl(Module::Build::Tiny) >= 0.039
BuildRequires: perl(File::Temp)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose) >= 1.03 BuildRequires: perl(Moose) >= 1.03
BuildRequires: perl(Moose::Util::TypeConstraints) >= 1.01 BuildRequires: perl(Moose::Util::TypeConstraints) >= 1.01
BuildRequires: perl(MooseX::Types::Perl) >= 0.101340 BuildRequires: perl(MooseX::Types::Perl) >= 0.101340
BuildRequires: perl(Perl::MinimumVersion) >= 1.26 BuildRequires: perl(Perl::MinimumVersion) >= 1.26
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
Requires: perl(Dist::Zilla::Role::FileFinderUser) >= 4.102345 Requires: perl(Dist::Zilla::Role::FileFinderUser) >= 4.200006
Requires: perl(Dist::Zilla::Role::PrereqSource) >= 4.102345 Requires: perl(Dist::Zilla::Role::PrereqSource) >= 5.006
Requires: perl(Moose) >= 1.03 Requires: perl(Moose) >= 1.03
Requires: perl(Moose::Util::TypeConstraints) >= 1.01 Requires: perl(Moose::Util::TypeConstraints) >= 1.01
Requires: perl(MooseX::Types::Perl) >= 0.101340 Requires: perl(MooseX::Types::Perl) >= 0.101340
@@ -54,29 +53,22 @@ minimum version of Perl required for your dist and adds it to the prereqs.
# In your dist.ini: # In your dist.ini:
[MinimumPerl] [MinimumPerl]
This plugin will search for files matching '/\.(t|pl|pm)$/i' in the 'lib/',
'bin/', and 't/' directories. If you need it to scan a different directory
and/or a different extension please let me know.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Build.PL installdirs=vendor %{__perl} Build.PL --installdirs=vendor
./Build build flags=%{?_smp_mflags} ./Build build --flags=%{?_smp_mflags}
%check %check
./Build test ./Build test
%install %install
./Build install destdir=%{buildroot} create_packlist=0 ./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes CommitLog examples LICENSE README %doc AUTHOR_PLEDGE Changes CommitLog doap.xml examples LICENSE README
%changelog %changelog