8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
1521617710 Accepting request 1156563 from devel:languages:perl
- Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/request/show/1156563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-Coverage-Moose?expand=0&rev=13
2024-03-09 19:55:33 +00:00
8f74ec9bb2 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Coverage-Moose?expand=0&rev=15
2024-03-08 22:56:53 +00:00
84dd932b5c Accepting request 1110664 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1110664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-Coverage-Moose?expand=0&rev=12
2023-09-13 18:44:17 +00:00
cc36730860 Accepting request 1109122 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1109122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Coverage-Moose?expand=0&rev=13
2023-09-12 15:20:08 +00:00
7a98d6e0bc Accepting request 329540 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/329540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-Coverage-Moose?expand=0&rev=11
2015-09-08 15:45:06 +00:00
Stephan Kulow
eb4a300197 Accepting request 329351 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/329351
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Coverage-Moose?expand=0&rev=11
2015-09-07 15:16:45 +00:00
Stephan Kulow
b570506082 Accepting request 226365 from devel:languages:perl
- fix spec file to build

- 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

OBS-URL: https://build.opensuse.org/request/show/226365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-Coverage-Moose?expand=0&rev=9
2014-03-18 13:16:35 +00:00
Stephan Kulow
fdacb1a19a update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Coverage-Moose?expand=0&rev=9
2014-03-17 08:56:00 +00:00
Lars Vogdt
22e48e365a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Coverage-Moose?expand=0&rev=8
2014-01-04 12:40:23 +00:00
Stephan Kulow
baab302bff Accepting request 178335 from devel:languages:perl
- updated to 0.04
     - Fix the author field in META.yml
     - Compatibility with the MooseX::Role::WithOverloading
     - cover_requires option (forwarded request 178326 from coolo)

OBS-URL: https://build.opensuse.org/request/show/178335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-Coverage-Moose?expand=0&rev=7
2013-06-13 18:07:12 +00:00
Stephan Kulow
7a65b62eb3 Accepting request 178326 from home:coolo:update-perl
- updated to 0.04
     - Fix the author field in META.yml
     - Compatibility with the MooseX::Role::WithOverloading
     - cover_requires option

OBS-URL: https://build.opensuse.org/request/show/178326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Coverage-Moose?expand=0&rev=6
2013-06-10 11:12:16 +00:00
5 changed files with 111 additions and 44 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bdf050c3b457c3fe4974d5282db40a3ac7b34bd27b09ebbfe881735df950d7b
size 21958

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b71d3ab7ed0811109a50d284e333628ef212e5602844bbe47935ddd38a6f8578
size 33794

23
cpanspec.yml Normal file
View 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

View File

@@ -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

View File

@@ -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