forked from pool/perl-Pod-Coverage-Moose
Compare commits
11 Commits
4a175e3ae8
...
factory
Author | SHA256 | Date | |
---|---|---|---|
1521617710 | |||
8f74ec9bb2 | |||
84dd932b5c | |||
cc36730860 | |||
7a98d6e0bc | |||
|
eb4a300197 | ||
|
b570506082 | ||
|
fdacb1a19a | ||
|
22e48e365a | ||
|
baab302bff | ||
|
7a65b62eb3 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bdf050c3b457c3fe4974d5282db40a3ac7b34bd27b09ebbfe881735df950d7b
|
||||
size 21958
|
3
Pod-Coverage-Moose-0.08.tar.gz
Normal file
3
Pod-Coverage-Moose-0.08.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b71d3ab7ed0811109a50d284e333628ef212e5602844bbe47935ddd38a6f8578
|
||||
size 33794
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#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
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:56:49 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 16:56:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.08
|
||||
see /usr/share/doc/packages/perl-Pod-Coverage-Moose/Changes
|
||||
|
||||
0.08 2023-08-25 22:44:37Z
|
||||
- fix "Attempt to call undefined import method with arguments" error
|
||||
on perl 5.39.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 08:56:46 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.07
|
||||
see /usr/share/doc/packages/perl-Pod-Coverage-Moose/Changes
|
||||
|
||||
0.07 2015-09-05 04:03:44Z
|
||||
- fix test failures on Moose >= 2.1300 when
|
||||
MooseX::Role::WithOverloading is not installed (RT#106898)
|
||||
|
||||
0.06 2015-08-16 06:51:50Z
|
||||
- update some distribution tooling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 08:55:54 UTC 2014 - coolo@suse.com
|
||||
|
||||
- fix spec file to build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 12:38:29 UTC 2014 - lars@linux-schulserver.de
|
||||
|
||||
- update to 0.05:
|
||||
+ Removed use of Perl6::Junction, which causes warnings with 5.18.0.
|
||||
+ switch to using namespace::autoclean everywhere
|
||||
+ canonical repository migrated to the github moose organization
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 10:37:54 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.04
|
||||
- Fix the author field in META.yml
|
||||
- Compatibility with the MooseX::Role::WithOverloading
|
||||
- cover_requires option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 12:04:28 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Pod-Coverage-Moose
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -12,72 +12,67 @@
|
||||
# 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-Pod-Coverage-Moose
|
||||
Version: 0.02
|
||||
Release: 2
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
%define cpan_name Pod-Coverage-Moose
|
||||
Summary: L<Pod::Coverage> extension for L<Moose>
|
||||
Url: http://search.cpan.org/dist/Pod-Coverage-Moose/
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-Pod-Coverage-Moose
|
||||
Version: 0.80.0
|
||||
Release: 0
|
||||
%define cpan_version 0.08
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Pod::Coverage extension for Moose
|
||||
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
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::MOP)
|
||||
BuildRequires: perl(CPANPLUS::Backend)
|
||||
BuildRequires: perl(inc::Module::Install) >= 0.75
|
||||
BuildRequires: perl(LWP::Simple)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Class::Load)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Moose) >= 2.1300
|
||||
BuildRequires: perl(Moose::Role)
|
||||
BuildRequires: perl(MooseX::AttributeHelpers)
|
||||
BuildRequires: perl(namespace::clean)
|
||||
BuildRequires: perl(Perl6::Junction)
|
||||
BuildRequires: perl(Pod::Coverage)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(YAML::Tiny)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Needs)
|
||||
BuildRequires: perl(namespace::autoclean) >= 0.08
|
||||
Requires: perl(Class::Load)
|
||||
Requires: perl(Moose) >= 2.1300
|
||||
Requires: perl(Pod::Coverage)
|
||||
Requires: perl(namespace::autoclean) >= 0.08
|
||||
Provides: perl(Pod::Coverage::Moose) = 0.80.0
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
When using the Pod::Coverage manpage in combination with the Moose manpage,
|
||||
it will report any method imported from a Role. This is especially bad when
|
||||
used in combination with the Test::Pod::Coverage manpage, since it takes
|
||||
away its ease of use.
|
||||
When using Pod::Coverage in combination with Moose, it will report any
|
||||
method imported from a role. This is especially bad when used in
|
||||
combination with Test::Pod::Coverage, since it takes away its ease of use.
|
||||
|
||||
To use this module in combination with the Test::Pod::Coverage manpage, use
|
||||
something like this:
|
||||
To use this module in combination with Test::Pod::Coverage, use something
|
||||
like this:
|
||||
|
||||
use Test::Pod::Coverage;
|
||||
all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::Moose'});
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%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
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes CONTRIBUTING README
|
||||
%license LICENCE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user