Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 5178611aa9eb203e7401e13825b70763 > files > 2

perl-Class-C3-0.350.0-2.mga9.src.rpm

%define upstream_name	 Class-C3
%define upstream_version 0.35

%{?perl_default_filter}

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    A pragma to use the C3 method resolution order algorithm
License:    Artistic/GPL
Group:      Development/Perl
Url:        https://metacpan.org/release/%{upstream_name}
Source0:    https://cpan.metacpan.org/modules/by-module/Class/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Algorithm::C3) >= 0.70.0
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.470.0
BuildArch:  noarch
Requires:   perl(Algorithm::C3)
%description
This is pragma to change Perl 5's standard method resolution order
from depth-first left-to-right (a.k.a - pre-order) to the more
sophisticated C3 method resolution order.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%make_build

%check
%make_build test

%install
%make_install

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man*/*
%{perl_vendorlib}/Class


%changelog
* Mon Mar 21 2022 umeabot <umeabot> 0.350.0-2.mga9
+ Revision: 1813569
- Mageia 9 Mass Rebuild

* Tue Nov 10 2020 tv <tv> 0.350.0-1.mga8
+ Revision: 1644187
- update to 0.35

* Wed Feb 12 2020 umeabot <umeabot> 0.340.0-3.mga8
+ Revision: 1503564
- Mageia 8 Mass Rebuild

* Thu Sep 20 2018 umeabot <umeabot> 0.340.0-2.mga7
+ Revision: 1282252
- Mageia 7 Mass Rebuild

* Sat Apr 21 2018 tv <tv> 0.340.0-1.mga7
+ Revision: 1220761
- update to 0.34

* Sat Jul 22 2017 shlomif <shlomif> 0.330.0-1.mga7
+ Revision: 1128450
- update to 0.33

* Sat Jun 18 2016 pterjan <pterjan> 0.310.0-2.mga6
+ Revision: 1023876
- Rebuild for perl 5.22.2

* Thu Apr 28 2016 shlomif <shlomif> 0.310.0-1.mga6
+ Revision: 1007370
- update to 0.31
+ umeabot <umeabot>
- Mageia 6 Mass Rebuild

* Sun Nov 15 2015 tv <tv> 0.300.0-1.mga6
+ Revision: 903336
- new release

* Sat Jul 04 2015 sander85 <sander85> 0.280.0-1.mga6
+ Revision: 850010
- update to 0.28

* Wed Oct 15 2014 umeabot <umeabot> 0.270.0-3.mga5
+ Revision: 744742
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.270.0-2.mga5
+ Revision: 683888
- Mageia 5 Mass Rebuild

* Sat Aug 16 2014 sander85 <sander85> 0.270.0-1.mga5
+ Revision: 664040
- update to 0.27

* Thu Mar 13 2014 jquelin <jquelin> 0.260.0-1.mga5
+ Revision: 602837
- update to 0.26

* Sat Oct 19 2013 umeabot <umeabot> 0.250.0-2.mga4
+ Revision: 529484
- Mageia 4 Mass Rebuild

* Tue Jul 09 2013 jquelin <jquelin> 0.250.0-1.mga4
+ Revision: 451941
- update to 0.25

* Sun Jan 13 2013 umeabot <umeabot> 0.240.0-2.mga3
+ Revision: 364280
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Jun 05 2012 jquelin <jquelin> 0.240.0-1.mga3
+ Revision: 254659
- update to 0.24

* Sun Jan 09 2011 jquelin <jquelin> 0.230.0-1.mga1
+ Revision: 2064
- imported package perl-Class-C3