Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
b3ea050906 | |||
95616386f4 | |||
afd9bcff3b | |||
bab2f76fba | |||
6c287fbebe |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cd87b3492cbf0be9d2df9317b2adf9fc30663770e69906654bea3f41b17cb08
|
||||
size 57252
|
3
MooseX-Types-0.51.tar.gz
Normal file
3
MooseX-Types-0.51.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5374c7b0273220239b19dda88b824dd73b95398c913c5c9e305edbdb5e0270f
|
||||
size 57567
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 05:36:19 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.510.0 (0.51)
|
||||
see /usr/share/doc/packages/perl-MooseX-Types/Changes
|
||||
|
||||
0.51 2025-04-19 18:55:03Z
|
||||
- use Sub::Util rather than Sub::Name, since Sub::Util is in core
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 11:36:35 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Normalize CPAN version
|
||||
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 06:11:51 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MooseX-Types
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX 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,26 +12,28 @@
|
||||
# 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
|
||||
Version: 0.50
|
||||
Release: 0
|
||||
%define cpan_name MooseX-Types
|
||||
Name: perl-MooseX-Types
|
||||
Version: 0.510.0
|
||||
Release: 0
|
||||
# 0.51 -> normalize -> 0.510.0
|
||||
%define cpan_version 0.51
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Organise your Moose types in libraries
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/MooseX-Types/
|
||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Carp::Clan) >= 6.00
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Carp::Clan) >= 6.0.0
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.34
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(Moose) >= 1.06
|
||||
@@ -43,12 +45,13 @@ BuildRequires: perl(Scalar::Util) >= 1.19
|
||||
BuildRequires: perl(Sub::Exporter)
|
||||
BuildRequires: perl(Sub::Exporter::ForMethods) >= 0.100052
|
||||
BuildRequires: perl(Sub::Install)
|
||||
BuildRequires: perl(Sub::Name)
|
||||
BuildRequires: perl(Sub::Util)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(namespace::autoclean) >= 0.16
|
||||
Requires: perl(Carp::Clan) >= 6.00
|
||||
BuildRequires: perl(Test::Needs)
|
||||
BuildRequires: perl(namespace::autoclean) >= 0.160
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(Carp::Clan) >= 6.0.0
|
||||
Requires: perl(Module::Runtime)
|
||||
Requires: perl(Moose) >= 1.06
|
||||
Requires: perl(Moose::Exporter)
|
||||
@@ -58,8 +61,19 @@ Requires: perl(Scalar::Util) >= 1.19
|
||||
Requires: perl(Sub::Exporter)
|
||||
Requires: perl(Sub::Exporter::ForMethods) >= 0.100052
|
||||
Requires: perl(Sub::Install)
|
||||
Requires: perl(Sub::Name)
|
||||
Requires: perl(namespace::autoclean) >= 0.16
|
||||
Requires: perl(Sub::Util)
|
||||
Requires: perl(namespace::autoclean) >= 0.160
|
||||
Requires: perl(parent)
|
||||
Provides: perl(MooseX::Types) = %{version}
|
||||
Provides: perl(MooseX::Types::Base) = %{version}
|
||||
Provides: perl(MooseX::Types::CheckedUtilExports) = %{version}
|
||||
Provides: perl(MooseX::Types::Combine) = %{version}
|
||||
Provides: perl(MooseX::Types::Moose) = %{version}
|
||||
Provides: perl(MooseX::Types::TypeDecorator) = %{version}
|
||||
Provides: perl(MooseX::Types::UndefinedType) = %{version}
|
||||
Provides: perl(MooseX::Types::Util) = %{version}
|
||||
Provides: perl(MooseX::Types::Wrapper) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -89,10 +103,10 @@ warn, with a few exceptions. If you are declaring a 'class_type()' or
|
||||
name like '"MyApp::Foo"'.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL --installdirs=vendor
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@@ -103,7 +117,7 @@ name like '"MyApp::Foo"'.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING LICENCE README
|
||||
%doc Changes CONTRIBUTING README
|
||||
%license LICENCE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user