8
0

Accepting request 296940 from devel:languages:perl:autoupdate

- updated to 0.33
   see /usr/share/doc/packages/perl-MooseX-Types-Structured/Changes

OBS-URL: https://build.opensuse.org/request/show/296940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Types-Structured?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2015-04-15 20:28:25 +00:00
committed by Git OBS Bridge
parent 977111984c
commit 7dd5b90a7d
5 changed files with 36 additions and 23 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:572b38db1049350aa1eb8d919a1a6f3951d9712c1a2fcfef301a556deed44795
size 58533

14
cpanspec.yml Normal file
View File

@@ -0,0 +1,14 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#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
license: Artistic-1.0 or GPL-1.0+
#skip_noarch: 1

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 14 15:47:31 UTC 2015 - coolo@suse.com
- updated to 0.33
see /usr/share/doc/packages/perl-MooseX-Types-Structured/Changes
-------------------------------------------------------------------
Mon Nov 25 07:39:34 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Types-Structured
#
# Copyright (c) 2013 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,24 @@
Name: perl-MooseX-Types-Structured
Version: 0.29
Version: 0.33
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name MooseX-Types-Structured
Summary: Structured Type Constraints for Moose
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Types-Structured/
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DateTime)
BuildRequires: perl(Devel::PartialDump) >= 0.13
BuildRequires: perl(Module::Build::Tiny) >= 0.030
BuildRequires: perl(Moose) >= 1.08
BuildRequires: perl(Module::Build::Tiny) >= 0.039
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Meta::TypeCoercion)
BuildRequires: perl(Moose::Meta::TypeConstraint)
BuildRequires: perl(Moose::Meta::TypeConstraint::Parameterizable)
@@ -42,26 +44,18 @@ BuildRequires: perl(MooseX::Types::DateTime)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(Sub::Exporter) >= 0.982
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.94
#BuildRequires: perl(MooseX::Meta::TypeCoercion::Structured)
#BuildRequires: perl(MooseX::Meta::TypeCoercion::Structured::Optional)
#BuildRequires: perl(MooseX::Meta::TypeConstraint::Structured)
#BuildRequires: perl(MooseX::Meta::TypeConstraint::Structured::Optional)
#BuildRequires: perl(MooseX::Types::Structured)
#BuildRequires: perl(MooseX::Types::Structured::MessageStack)
#BuildRequires: perl(MooseX::Types::Structured::OverflowHandler)
#BuildRequires: perl(Pod::Wordlist)
#BuildRequires: perl(Test::Kwalitee)
#BuildRequires: perl(Test::NoTabs)
#BuildRequires: perl(Test::Spelling) >= 0.12
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
BuildRequires: perl(namespace::clean) >= 0.08
Requires: perl(Devel::PartialDump) >= 0.13
Requires: perl(Moose) >= 1.08
Requires: perl(Moose)
Requires: perl(Moose::Meta::TypeCoercion)
Requires: perl(Moose::Meta::TypeConstraint)
Requires: perl(Moose::Meta::TypeConstraint::Parameterizable)
Requires: perl(Moose::Util::TypeConstraints) >= 1.06
Requires: perl(MooseX::Types) >= 0.22
Requires: perl(Sub::Exporter) >= 0.982
Requires: perl(namespace::clean) >= 0.08
%{perl_requires}
%description
@@ -81,7 +75,6 @@ documentation for that if you are not familiar with it.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL --installdirs=vendor
@@ -96,6 +89,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
%doc Changes CONTRIBUTING LICENSE README
%changelog