20
0
2017-01-24 09:41:56 +00:00
committed by Git OBS Bridge
5 changed files with 49 additions and 9 deletions
+11
View File
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jan 21 06:06:57 UTC 2017 - coolo@suse.com
- updated to 1.03
see /usr/share/doc/packages/perl-MooX-Types-MooseLike-Numeric/Changes
1.03 - 2017-01-20
- Add Moo to Build requirements (wpmoore/mendoza)
- Improve POD (meAmidos)
- Simplify type constraint tests by making use of subtype (meAmidos)
-------------------------------------------------------------------
Mon Nov 25 07:39:36 UTC 2013 - coolo@suse.com
+7 -6
View File
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooX-Types-MooseLike-Numeric
#
# Copyright (c) 2013 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
@@ -17,28 +17,29 @@
Name: perl-MooX-Types-MooseLike-Numeric
Version: 1.02
Version: 1.03
Release: 0
%define cpan_name MooX-Types-MooseLike-Numeric
Summary: Moo types for numbers
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooX-Types-MooseLike-Numeric/
Source: http://www.cpan.org/authors/id/M/MA/MATEU/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/M/MA/MATEU/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Moo) >= 1.004002
BuildRequires: perl(MooX::Types::MooseLike) >= 0.23
BuildRequires: perl(Test::Fatal) >= 0.003
BuildRequires: perl(Test::More) >= 0.96
# MANUAL
BuildRequires: perl(Moo)
Requires: perl(MooX::Types::MooseLike) >= 0.23
%{perl_requires}
%description
adapted from MooseX::Types::Common::Numeric
A set of numeric types to be used in Moo-based classes. Adapted from
MooseX::Types::Common::Numeric
%prep
%setup -q -n %{cpan_name}-%{version}
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6186f75ab2747723fd979249ec6ee0c4550f5b47aa50c0d222cc7d3590182bb6
size 3582
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16adeb617b963d010179922c2e4e8762df77c75232e17320b459868c4970c44b
size 4191
+28
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