forked from pool/perl-MooseX-Types-Common
Compare commits
17 Commits
81ce7f75c9
...
4890927a81
Author | SHA256 | Date | |
---|---|---|---|
4890927a81 | |||
758ba24501 | |||
dbc5bf338f | |||
b01ace630d | |||
48b783a3c6 | |||
|
b84f2e5ae8 | ||
|
90295cb675 | ||
|
bd8cd792a2 | ||
|
9a2db8167e | ||
|
d2209f409b | ||
|
297760d25b | ||
|
c7a0dd2b51 | ||
|
94814b3893 | ||
|
3c7fa2e3c1 | ||
|
72b06d47c4 | ||
|
85421f8a3e | ||
|
7a5d246b15 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfdd2cd12085f14d2ec624ae89566925b308e8f65f1aab50b4d3fb2dc6361f68
|
||||
size 22647
|
3
MooseX-Types-Common-0.001015.tar.gz
Normal file
3
MooseX-Types-Common-0.001015.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b30e20b325133bbafe907a62b4c87f77ca61bbaa117022ac56af94e2835a313
|
||||
size 32097
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal 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: Artistic-1.0 or GPL-1.0+
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 21 05:36:23 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.001015
|
||||
see /usr/share/doc/packages/perl-MooseX-Types-Common/Changes
|
||||
|
||||
0.001015 2025-04-20 16:59:58Z
|
||||
- fix warnings caused by Moose no longer being loaded (since MooseX::Types
|
||||
0.51)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 06:07:55 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.001014
|
||||
see /usr/share/doc/packages/perl-MooseX-Types-Common/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 06:08:21 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.001014
|
||||
see /usr/share/doc/packages/perl-MooseX-Types-Common/Changes
|
||||
|
||||
0.001014 2017-01-19 02:29:46Z
|
||||
- provide inlined version of NumericCode (Gregory Oschwald, GitHub PR#4)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 20:47:00 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.001013
|
||||
see /usr/share/doc/packages/perl-MooseX-Types-Common/Changes
|
||||
|
||||
0.001013 2015-03-28 22:16:00Z
|
||||
- better fix for fully-qualified type names, made to MooseX::Types directly
|
||||
- whitespace is now permitted in the NumericCode type (Denis Ibaev)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.001012
|
||||
- fully-qualified type names like MooseX::Types::Common::String::SimpleStr
|
||||
work again (removed in 0.001011)
|
||||
- update configure_requires checking in Makefile.PL, add CONTRIBUTING file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 09:15:19 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.001010
|
||||
- add incomplete prereq on Test::Warnings (haarg)
|
||||
- re-release with fixed compile test
|
||||
- converted to Dist::Zilla
|
||||
- SingleDigit now supports zero and negative numbers (RT#86738)
|
||||
- UpperCase and LowerCase string types now properly understand unicode
|
||||
characters (RT#84547)
|
||||
- repository moved to the github moose organization
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 19:05:36 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MooseX-Types-Common
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,39 +12,35 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-MooseX-Types-Common
|
||||
Version: 0.001008
|
||||
Release: 0
|
||||
%define cpan_name MooseX-Types-Common
|
||||
Summary: A library of commonly used type constraints
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/MooseX-Types-Common/
|
||||
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-MooseX-Types-Common
|
||||
Version: 0.001015
|
||||
Release: 0
|
||||
#Upstream: Artistic-1.0 or GPL-1.0-or-later
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Library of commonly used type constraints
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.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(Moose) >= 0.39
|
||||
BuildRequires: perl(MooseX::Types) >= 0.04
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
#BuildRequires: perl(Capture::Tiny)
|
||||
#BuildRequires: perl(inc::Module::Install)
|
||||
#BuildRequires: perl(JSON)
|
||||
#BuildRequires: perl(LWP::Simple)
|
||||
#BuildRequires: perl(Module::Build)
|
||||
#BuildRequires: perl(Module::Install::Base)
|
||||
#BuildRequires: perl(MooseX::Types::Common::Numeric)
|
||||
#BuildRequires: perl(MooseX::Types::Common::String)
|
||||
#BuildRequires: perl(MooseX::Types::Moose)
|
||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||
#BuildRequires: perl(YAML::Tiny)
|
||||
Requires: perl(Moose) >= 0.39
|
||||
Requires: perl(MooseX::Types) >= 0.04
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.34.0
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(MooseX::Types)
|
||||
BuildRequires: perl(MooseX::Types::Moose)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Warnings) >= 0.5.0
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(MooseX::Types)
|
||||
Requires: perl(MooseX::Types::Moose)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -52,22 +48,21 @@ A set of commonly-used type constraints that do not ship with Moose by
|
||||
default.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
./Build test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes MYMETA.json MYMETA.yml README
|
||||
%doc Changes CONTRIBUTING README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user