7f07e33
Name:           perl-MooseX-Role-WithOverloading
7f07e33
Version:        0.17
fa9c2c4
Release:        21%{?dist}
7f07e33
License:        GPL+ or Artistic
7f07e33
Summary:        Roles that support overloading
7f07e33
URL:            https://metacpan.org/release/MooseX-Role-WithOverloading
7f07e33
Source0:        https://cpan.metacpan.org/modules/by-module/MooseX/MooseX-Role-WithOverloading-%{version}.tar.gz
48ec9f9
# Module Build
7f07e33
BuildRequires:  coreutils
7f07e33
BuildRequires:  findutils
7f07e33
BuildRequires:  gcc
7f07e33
BuildRequires:  make
7f07e33
BuildRequires:  perl-devel
7f07e33
BuildRequires:  perl-generators
7f07e33
BuildRequires:  perl-interpreter
7f07e33
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
7f07e33
BuildRequires:  perl(strict)
7f07e33
BuildRequires:  perl(warnings)
48ec9f9
# Module Runtime
7f07e33
BuildRequires:  perl(aliased)
7f07e33
BuildRequires:  perl(Moose) >= 0.94
7f07e33
BuildRequires:  perl(Moose::Exporter)
7f07e33
BuildRequires:  perl(Moose::Role) >= 1.15
7f07e33
BuildRequires:  perl(Moose::Util::MetaRole)
7f07e33
BuildRequires:  perl(namespace::autoclean) >= 0.16
7f07e33
BuildRequires:  perl(namespace::clean) >= 0.19
7f07e33
BuildRequires:  perl(overload)
7f07e33
BuildRequires:  perl(XSLoader)
48ec9f9
# Test Suite
7f07e33
BuildRequires:  perl(File::Spec)
7f07e33
BuildRequires:  perl(if)
7f07e33
BuildRequires:  perl(lib)
7f07e33
BuildRequires:  perl(Test::More) >= 0.96
48ec9f9
# Optional Tests
7f07e33
BuildRequires:  perl(CPAN::Meta) >= 2.120900
7f07e33
BuildRequires:  perl(CPAN::Meta::Prereqs)
7f07e33
# note: Test::Warnings only used if $ENV{AUTHOR_TESTING}
7f07e33
BuildRequires:  perl(Test::Warnings)
48ec9f9
# Dependencies
7f07e33
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
7f07e33
Requires:       perl(XSLoader)
Chris Weyl b23f472
Chris Weyl b23f472
%{?perl_default_filter}
Chris Weyl b23f472
Chris Weyl b23f472
%description
Chris Weyl b23f472
MooseX::Role::WithOverloading allows you to write a Moose::Role
Chris Weyl b23f472
that defines overloaded operators and allows those operator
Chris Weyl b23f472
overloadings to be composed into the classes/roles/instances it's
Chris Weyl b23f472
compiled to, while plain roles would lose the overloading.
Chris Weyl b23f472
Chris Weyl b23f472
%prep
Chris Weyl b23f472
%setup -q -n MooseX-Role-WithOverloading-%{version}
Chris Weyl b23f472
Chris Weyl b23f472
%build
7f07e33
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
7f07e33
%{make_build}
Chris Weyl b23f472
Chris Weyl b23f472
%install
7f07e33
%{make_install}
7f07e33
find %{buildroot} -type f -name '*.bs' -empty -delete
48ec9f9
%{_fixperms} -c %{buildroot}
Chris Weyl b23f472
Chris Weyl b23f472
%check
7f07e33
AUTHOR_TESTING=1 make test
Chris Weyl b23f472
Chris Weyl b23f472
%files
6f6c8b3
%license LICENCE
9519d37
%doc Changes CONTRIBUTING README
5b018c5
%{perl_vendorarch}/auto/MooseX/
5b018c5
%{perl_vendorarch}/MooseX/
7f07e33
%{_mandir}/man3/MooseX::Role::WithOverloading.3*
7f07e33
%{_mandir}/man3/MooseX::Role::WithOverloading::Meta::Role::Application.3*
Chris Weyl b23f472
Chris Weyl b23f472
%changelog
fa9c2c4
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-21
fa9c2c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
fa9c2c4
f1e67d0
* Sun May 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-20
f1e67d0
- Perl 5.34 rebuild
f1e67d0
08810c4
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-19
08810c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
08810c4
207a086
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-18
207a086
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
207a086
e3fc698
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-17
e3fc698
- Perl 5.32 rebuild
e3fc698
c0195fc
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-16
c0195fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c0195fc
7f07e33
* Mon Oct 21 2019 Paul Howarth <paul@city-fan.org> - 0.17-15
7f07e33
- Spec tidy-up
7f07e33
  - Use author-independent source URL
7f07e33
  - Use %%{make_build} and %%{make_install}
7f07e33
  - Simplify find command using -empty and -delete
7f07e33
  - Make %%files list more explicit
7f07e33
352dbf8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-14
352dbf8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
352dbf8
d158abf
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-13
d158abf
- Perl 5.30 rebuild
d158abf
8b642b0
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-12
8b642b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8b642b0
d7c8abe
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-11
d7c8abe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d7c8abe
8b6d497
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-10
8b6d497
- Perl 5.28 rebuild
8b6d497
48ec9f9
* Wed Feb 21 2018 Paul Howarth <paul@city-fan.org> - 0.17-9
48ec9f9
- Specify all dependencies
48ec9f9
65af1a2
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-8
65af1a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
65af1a2
a2970e9
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-7
a2970e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a2970e9
a3b545a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-6
a3b545a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a3b545a
d9d1fe5
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-5
d9d1fe5
- Perl 5.26 rebuild
d9d1fe5
ccb41c8
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-4
ccb41c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ccb41c8
48c18a8
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.17-3
48c18a8
- Perl 5.24 rebuild
48c18a8
475a4f9
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-2
475a4f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
475a4f9
6f6c8b3
* Fri Oct 09 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 0.17-1
6f6c8b3
- Update to 0.17
6f6c8b3
649faf7
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-3
649faf7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
649faf7
7a3351a
* Mon Jun 08 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.16-2
7a3351a
- Perl 5.22 rebuild
7a3351a
d7c2201
* Thu Nov 20 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.16-1
d7c2201
- Update to 0.16
d7c2201
671d6af
* Mon Sep 01 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.15-3
671d6af
- Perl 5.20 rebuild
671d6af
b3c5bad
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
b3c5bad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b3c5bad
1ced6c6
* Thu Aug 14 2014 Paul Howarth <paul@city-fan.org> - 0.15-1
1ced6c6
- Update to 0.15
1ced6c6
  - Forward-compat mode added for Moose 2.1300, which cores all of this
1ced6c6
    distribution's functionality
1ced6c6
d4956cf
* Tue Aug  5 2014 Paul Howarth <paul@city-fan.org> - 0.14-2
d4956cf
- Remove installed README.pod and corresponding manpage, potentially
d4956cf
  conflicting (#1126416)
d4956cf
  https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/119
d4956cf
9519d37
* Fri Aug  1 2014 Paul Howarth <paul@city-fan.org> - 0.14-1
9519d37
- Update to 0.14
9519d37
  - Fixed a bug with Perl 5.18+ that caused this module to simply blow up with
9519d37
    an error like "Use of uninitialized value in subroutine entry at
9519d37
    .../Class/MOP/Package.pm ..."
9519d37
  - Line numbers in shipped code are now almost the same (within 3) as the
9519d37
    repository source, for easier debugging
9519d37
  - Repository migrated to the github moose organization
9519d37
  - Unneeded init_meta method removed
9519d37
- Use %%license
9519d37
- Make %%files list more explicit
9519d37
ee70d34
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-4
ee70d34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ee70d34
5b018c5
* Thu Feb 27 2014 Paul Howarth <paul@city-fan.org> - 0.13-3
5b018c5
- We have Test::CheckDeps now
5b018c5
3ad1671
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 0.13-2
3ad1671
- Perl 5.18 rebuild
3ad1671
40b129a
* Fri Feb 15 2013 Iain Arnell <iarnell@gmail.com> 0.13-1
40b129a
- update to latest upstream version
40b129a
- clean up spec for modern rpmbuild
40b129a
86673b2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-7
86673b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
86673b2
bd6aafc
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-6
bd6aafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bd6aafc
4ad3648
* Fri Jun 22 2012 Petr Pisar <ppisar@redhat.com> - 0.09-5
4ad3648
- Perl 5.16 rebuild
4ad3648
91f9a47
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-4
91f9a47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
91f9a47
Petr Sabata 9fa145c
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.09-3
Petr Sabata 9fa145c
- Perl mass rebuild
Petr Sabata 9fa145c
74cad65
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-2
74cad65
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
74cad65
035ca6a
* Sat Jan 08 2011 Iain Arnell <iarnell@gmail.com> 0.09-1
035ca6a
- update to latest upstream version
035ca6a
- update BR perl(Moose::Role) >= 1.15
035ca6a
93d9872
* Wed Oct 06 2010 Iain Arnell <iarnell@gmail.com> 0.08-1
93d9872
- update to latest upstream version
93d9872
79092a6
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.05-2
79092a6
- Mass rebuild with perl-5.12.0
79092a6
Chris Weyl b23f472
* Sat Feb 06 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.05-1
Chris Weyl b23f472
- submission
Chris Weyl b23f472
Chris Weyl b23f472
* Sat Feb 06 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.05-0
Chris Weyl b23f472
- initial RPM packaging
Chris Weyl b23f472
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
Chris Weyl b23f472