forked from pool/perl-Metrics-Any
Compare commits
10 Commits
25013ac8b4
...
a03cac2587
Author | SHA256 | Date | |
---|---|---|---|
a03cac2587 | |||
4104af2b48 | |||
ca9dbbc34c | |||
b2417b109c | |||
3b86f58733 | |||
|
a61b567996 | ||
ba12b10b6f | |||
b754793f57 | |||
6c4cc5cc17 | |||
|
d3bcfd97b1 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c529df8e8a277bb158d6241c73bd1a7ea08aeae9e1edbb5583a1a0748fb9837
|
||||
size 29793
|
3
Metrics-Any-0.10.tar.gz
Normal file
3
Metrics-Any-0.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a90eadf9c8af24a516bb9a1b67061f641853f90b8fee9ffc24d2bb9720e8b99b
|
||||
size 33586
|
35
cpanspec.yml
Normal file
35
cpanspec.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
#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:
|
||||
# baz.patch: PATCH-FIX-OPENSUSE
|
||||
#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
|
||||
#skip_doc: regexp_to_skip_for_doc.*
|
||||
#add_doc: files to add to docs
|
||||
#misc: |-
|
||||
#anything else to be added to spec file
|
||||
#follows directly after %files section, so it can contain new blocks or also
|
||||
#changes to %files section
|
@@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:42:57 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 8 03:07:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.10
|
||||
see /usr/share/doc/packages/perl-Metrics-Any/Changes
|
||||
|
||||
0.10 2023-07-07
|
||||
[CHANGES]
|
||||
* Swap all of the unit tests from Test::More to Test2::V0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 03:07:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.09
|
||||
see /usr/share/doc/packages/perl-Metrics-Any/Changes
|
||||
|
||||
0.09 2022-11-28
|
||||
[CHANGES]
|
||||
* Define a new API for optional high-performance batch mode
|
||||
collection of counter and gauge metrics
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 03:06:35 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.08
|
||||
see /usr/share/doc/packages/perl-Metrics-Any/Changes
|
||||
|
||||
0.08 2022-10-11
|
||||
[CHANGES]
|
||||
* Optionally allow the test adapter to store full values for
|
||||
distributions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 22 03:08:36 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.07
|
||||
see /usr/share/doc/packages/perl-Metrics-Any/Changes
|
||||
|
||||
0.07 2021-07-21
|
||||
[CHANGES]
|
||||
* Added METRICS_ANY_DISABLE environment variable (RT137911)
|
||||
* Added `SEE ALSO` docs section (RT132901)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 08:56:38 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Metrics-Any
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,24 +16,33 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Metrics-Any
|
||||
Version: 0.06
|
||||
Release: 0
|
||||
%define cpan_name Metrics-Any
|
||||
Summary: Abstract collection of monitoring metrics
|
||||
Name: perl-Metrics-Any
|
||||
Version: 0.100.0
|
||||
Release: 0
|
||||
%define cpan_version 0.10
|
||||
Provides: perl(Metrics::Any) = 0.100.0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: Abstract collection of monitoring metrics
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(List::Util) >= 1.29
|
||||
BuildRequires: perl(Module::Build) >= 0.400400
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test2::V0)
|
||||
Requires: perl(List::Util) >= 1.29
|
||||
Provides: perl(Metrics::Any::Adapter) = 0.100.0
|
||||
Provides: perl(Metrics::Any::Adapter::File) = 0.100.0
|
||||
Provides: perl(Metrics::Any::Adapter::Null) = 0.100.0
|
||||
Provides: perl(Metrics::Any::Adapter::Stderr) = 0.100.0
|
||||
Provides: perl(Metrics::Any::Adapter::Tee) = 0.100.0
|
||||
Provides: perl(Metrics::Any::Adapter::Test) = 0.100.0
|
||||
Provides: perl(Metrics::Any::AdapterBase::Stored) = 0.100.0
|
||||
Provides: perl(Metrics::Any::Collector) = 0.100.0
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -59,21 +68,20 @@ reporting (as well as to write code which does not itself depend on the
|
||||
code required to perform that reporting).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user