Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
b0228150ff | |||
c9b93ec998 | |||
da7ef5b670 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e037d3778253dcf92946435715bada0e6449c0a2808fa3ff32a965064d5a3bf4
|
||||
size 31511
|
3
MooseX-Types-LoadableClass-0.016.tar.gz
Normal file
3
MooseX-Types-LoadableClass-0.016.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f105b69bcb44cd9856edfd62753ff58c35519ffa96e17cfc9ef30bdb98994ccc
|
||||
size 30705
|
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,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 21 05:36:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.16.0 (0.016)
|
||||
see /usr/share/doc/packages/perl-MooseX-Types-LoadableClass/Changes
|
||||
|
||||
0.016 2025-04-20 16:23:38Z
|
||||
- remove unneeded call to ->meta->make_immutable, now necessary with
|
||||
MooseX::Types 0.51
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 17 05:56:42 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MooseX-Types-LoadableClass
|
||||
#
|
||||
# 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-LoadableClass
|
||||
Version: 0.015
|
||||
Release: 0
|
||||
%define cpan_name MooseX-Types-LoadableClass
|
||||
Name: perl-MooseX-Types-LoadableClass
|
||||
Version: 0.16.0
|
||||
Release: 0
|
||||
# 0.016 -> normalize -> 0.16.0
|
||||
%define cpan_version 0.016
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: ClassName type constraint with coercion to load the class
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/MooseX-Types-LoadableClass/
|
||||
Source0: https://cpan.metacpan.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(Class::Load)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.34.0
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(Moose)
|
||||
@@ -41,11 +43,13 @@ BuildRequires: perl(MooseX::Types::Moose)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
BuildRequires: perl(namespace::clean) >= 0.19
|
||||
BuildRequires: perl(namespace::clean) >= 0.190
|
||||
Requires: perl(Module::Runtime)
|
||||
Requires: perl(MooseX::Types)
|
||||
Requires: perl(MooseX::Types::Moose)
|
||||
Requires: perl(namespace::autoclean)
|
||||
Provides: perl(MooseX::Types::LoadableClass) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -60,10 +64,10 @@ of places.
|
||||
Now I don't have to.
|
||||
|
||||
%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
|
||||
@@ -74,7 +78,7 @@ Now I don't have to.
|
||||
%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