forked from pool/perl-Config-MVP
Compare commits
13 Commits
166ea0b7a6
...
leap-16.0
Author | SHA256 | Date | |
---|---|---|---|
c26d1accaf | |||
42653b8317 | |||
fd92ea76f3 | |||
bdfc78926a | |||
792dc5ae02 | |||
|
7dbc3e8861 | ||
b969ec022b | |||
|
7ce7330d92 | ||
|
5947297756 | ||
|
8e16da37ef | ||
|
f514b276b2 | ||
|
682660199b | ||
|
626d2924fb |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71afa2135400e5f8c4ca5e01045feec3a33cf825f4e66622e6a6ec2ac4460c82
|
||||
size 30211
|
3
Config-MVP-2.200013.tar.gz
Normal file
3
Config-MVP-2.200013.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:018d161623ee3a67f860d9e680e22e61b79eae6018f0e7c3b525fc934f5b7d45
|
||||
size 34197
|
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: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 1 03:06:51 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.200013
|
||||
see /usr/share/doc/packages/perl-Config-MVP/Changes
|
||||
|
||||
2.200013 2022-12-31 13:48:05-05:00 America/New_York
|
||||
- update packaging and metadata
|
||||
- minimum required Perl is now v5.12
|
||||
- I know, there are still some open issues at this point, but I am
|
||||
mostly looking to get metadata updated on many dists, and not
|
||||
carefully reading bug reports. Sorry!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 03:07:15 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.200012
|
||||
see /usr/share/doc/packages/perl-Config-MVP/Changes
|
||||
|
||||
2.200012 2021-01-09 19:51:18-05:00 America/New_York
|
||||
- don't try to array-dereference non-array references (thanks, Sven
|
||||
Kirmess)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 22 05:08:17 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 2.200011
|
||||
see /usr/share/doc/packages/perl-Config-MVP/Changes
|
||||
|
||||
2.200011 2018-04-21 10:12:06+02:00 Europe/Oslo
|
||||
- cwd is now locally added to @INC during config reading (but this can
|
||||
be disabled by setting add_cwd_to_lib to false)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 17:28:43 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 2.200010
|
||||
see /usr/share/doc/packages/perl-Config-MVP/Changes
|
||||
|
||||
2.200010 2015-03-17 07:43:04-04:00 America/New_York
|
||||
- copypaste code! apply section_name fix from Section to WithBundles
|
||||
(thanks, Karen Etheridge)
|
||||
|
||||
2.200009 2015-03-07 17:18:10-05:00 America/New_York
|
||||
- module-loading exceptions now include a section_name attribute for
|
||||
the name of the section being assembled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 15:44:37 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 2.200008
|
||||
- fix a busted link
|
||||
- be more consistent in exception-throwing on missing packages
|
||||
- fix a dumb test that failed in a git checkout
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 08:48:43 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Config-MVP
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 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,25 @@
|
||||
# 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-Config-MVP
|
||||
Version: 2.200007
|
||||
Release: 0
|
||||
%define cpan_name Config-MVP
|
||||
Summary: multivalue-property package-oriented configuration
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Config-MVP/
|
||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-Config-MVP
|
||||
Version: 2.200013
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Multivalue-property package-oriented configuration
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Load) >= 0.17
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||
BuildRequires: perl(Module::Pluggable::Object)
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(Moose) >= 0.91
|
||||
BuildRequires: perl(Moose::Role)
|
||||
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
@@ -47,7 +46,6 @@ BuildRequires: perl(Tie::IxHash)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
Requires: perl(Class::Load) >= 0.17
|
||||
Requires: perl(Module::Pluggable::Object)
|
||||
Requires: perl(Module::Runtime)
|
||||
Requires: perl(Moose) >= 0.91
|
||||
Requires: perl(Moose::Role)
|
||||
Requires: perl(Moose::Util::TypeConstraints)
|
||||
@@ -79,14 +77,14 @@ This is a pretty abstract set of behaviors, so we'll provide some more
|
||||
concrete examples that should help explain how things work.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -94,7 +92,7 @@ concrete examples that should help explain how things work.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user