diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58a0db3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Role-Tiny-2.001004.tar.gz diff --git a/.rh-perl530-perl-Role-Tiny.metadata b/.rh-perl530-perl-Role-Tiny.metadata new file mode 100644 index 0000000..cb35eeb --- /dev/null +++ b/.rh-perl530-perl-Role-Tiny.metadata @@ -0,0 +1 @@ +e116b1a31c8b9930010671ec67f59ecd2e68c5f3 SOURCES/Role-Tiny-2.001004.tar.gz diff --git a/SPECS/perl-Role-Tiny.spec b/SPECS/perl-Role-Tiny.spec new file mode 100644 index 0000000..84f70c5 --- /dev/null +++ b/SPECS/perl-Role-Tiny.spec @@ -0,0 +1,246 @@ +%{?scl:%scl_package perl-Role-Tiny} + +Name: %{?scl_prefix}perl-Role-Tiny +Version: 2.001004 +Release: 2%{?dist} +Summary: A nouvelle cuisine portion size slice of Moose +License: GPL+ or Artistic + +URL: https://metacpan.org/release/Role-Tiny +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-%{version}.tar.gz +BuildArch: noarch +# Build +BuildRequires: coreutils +BuildRequires: make +BuildRequires: %{?scl_prefix}perl-generators +BuildRequires: %{?scl_prefix}perl-interpreter +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.76 +# Module +BuildRequires: %{?scl_prefix}perl(Carp) +BuildRequires: %{?scl_prefix}perl(Class::Method::Modifiers) >= 1.05 +BuildRequires: %{?scl_prefix}perl(Exporter) +BuildRequires: %{?scl_prefix}perl(mro) +BuildRequires: %{?scl_prefix}perl(strict) +BuildRequires: %{?scl_prefix}perl(warnings) +# Test Suite +BuildRequires: %{?scl_prefix}perl(base) +BuildRequires: %{?scl_prefix}perl(constant) +BuildRequires: %{?scl_prefix}perl(lib) +BuildRequires: %{?scl_prefix}perl(overload) +BuildRequires: %{?scl_prefix}perl(Test::More) >= 0.88 +# Dependencies +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) +Requires: %{?scl_prefix}perl(Carp) +Requires: %{?scl_prefix}perl(Class::Method::Modifiers) >= 1.05 +Requires: %{?scl_prefix}perl(mro) + +# perl-Role-Tiny was split from perl-Moo +Conflicts: %{?scl_prefix}perl-Moo < 0.009014 + +%description +Role::Tiny is a minimalist role composition tool. + +%prep +%setup -q -n Role-Tiny-%{version} + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 && %{make_build}%{?scl:'} + +%install +%{?scl:scl enable %{scl} '}%{make_install}%{?scl:'} + +%{_fixperms} -c %{buildroot} + +%check +%{?scl:scl enable %{scl} '}%{make_build} test%{?scl:'} + +%files +%doc Changes README +%doc LICENSE +%{perl_vendorlib}/Role/ +%{_mandir}/man3/Role::Tiny.3* +%{_mandir}/man3/Role::Tiny::With.3* + +%changelog +* Mon Jan 06 2020 Jitka Plesnikova - 2.001004-2 +- SCL + +* Fri Oct 25 2019 Paul Howarth - 2.001004-1 +- Update to 2.001004 + +* Wed Oct 9 2019 Paul Howarth - 2.001003-1 +- Update to 2.001003 +- Drop redundant use of %%{?_smp_mflags} with %%{make_build} + +* Thu Oct 3 2019 Paul Howarth - 2.001001-1 +- Update to 2.001001 +- This release by HAARG: update source URL +- Classify buildreqs by usage +- Fix permissions verbosely +- Drop redundant use of %%{?perl_default_filter} + +* Wed Aug 07 2019 Emmanuel Seyman - 2.000008-1 +- Update to 2.000008 + +* Sun Aug 04 2019 Emmanuel Seyman - 2.000007-1 +- Update to 2.000007 +- Replace calls to %%{__perl} with /usr/bin/perl +- Replace calls to "make pure_install" with %%{make_install} +- Replace calls to "make" with %%{make_build} +- Tage LICENSE file as such + +* Fri Jul 26 2019 Fedora Release Engineering - 2.000006-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 02 2019 Jitka Plesnikova - 2.000006-8 +- Perl 5.30 re-rebuild of bootstrapped packages + +* Fri May 31 2019 Jitka Plesnikova - 2.000006-7 +- Perl 5.30 rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 2.000006-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 2.000006-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun Jul 01 2018 Jitka Plesnikova - 2.000006-4 +- Perl 5.28 re-rebuild of bootstrapped packages + +* Thu Jun 28 2018 Jitka Plesnikova - 2.000006-3 +- Perl 5.28 rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 2.000006-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Nov 12 2017 Emmanuel Seyman - 2.000006-1 +- Update to 2.000006 + +* Thu Jul 27 2017 Fedora Release Engineering - 2.000005-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Jun 07 2017 Jitka Plesnikova - 2.000005-4 +- Perl 5.26 re-rebuild of bootstrapped packages + +* Mon Jun 05 2017 Jitka Plesnikova - 2.000005-3 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 2.000005-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun Nov 06 2016 Emmanuel Seyman - 2.000005-1 +- Update to 2.000005 + +* Wed May 18 2016 Jitka Plesnikova - 2.000003-3 +- Perl 5.24 re-rebuild of bootstrapped packages + +* Sun May 15 2016 Jitka Plesnikova - 2.000003-2 +- Perl 5.24 rebuild + +* Fri May 06 2016 Emmanuel Seyman - 2.000003-1 +- Update to 2.000003 + +* Thu Feb 04 2016 Fedora Release Engineering - 2.000001-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 2.000001-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 10 2015 Jitka Plesnikova - 2.000001-3 +- Perl 5.22 re-rebuild of bootstrapped packages + +* Sat Jun 06 2015 Jitka Plesnikova - 2.000001-2 +- Perl 5.22 rebuild + +* Sat Apr 25 2015 Emmanuel Seyman - 2.000001-1 +- Update to 2.000001 + +* Sun Mar 01 2015 Emmanuel Seyman - 2.000000-1 +- Update to 2.000000 + +* Mon Nov 10 2014 Emmanuel Seyman - 1.003004-1 +- Update to 1.003004 + +* Sun Sep 07 2014 Jitka Plesnikova - 1.003003-4 +- Perl 5.20 re-rebuild of bootstrapped packages + +* Fri Aug 29 2014 Jitka Plesnikova - 1.003003-3 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.003003-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Mar 29 2014 Paul Howarth - 1.003003-1 +- Update to 1.003003 + - Overloads specified as method names rather than subrefs are now applied + properly + - Allow superclass to provide conflicting methods (CPAN RT#91054) + - Use ->is_role internally to check if a package is a role + - Document that Role::Tiny applies strict and fatal warnings +- Require Class::Method::Modifiers at runtime +- Make %%files list more explicit + +* Tue Mar 25 2014 Petr Pisar - 1.003002-2 +- Break build-cycle: perl-Role-Tiny → perl-namespace-autoclean → perl-Moose → + perl-Test-Spelling → perl-Pod-Spell → perl-File-ShareDir-ProjectDistDir → + perl-Path-IsDev → perl-Role-Tiny + +* Fri Oct 18 2013 Miro Hrončok - 1.003002-1 +- 1.003002 bump + +* Fri Aug 16 2013 Jitka Plesnikova - 1.003001-1 +- 1.003001 bump +- Specify all dependencies + +* Sat Aug 03 2013 Petr Pisar - 1.002005-2 +- Perl 5.18 rebuild + +* Fri Feb 15 2013 Iain Arnell 1.002005-1 +- update to latest upstream version + +* Thu Feb 14 2013 Fedora Release Engineering - 1.002004-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Nov 02 2012 Iain Arnell 1.002004-1 +- update to latest upstream version + +* Sun Oct 28 2012 Iain Arnell 1.002002-1 +- update to latest upstream version + +* Sat Oct 27 2012 Iain Arnell 1.002001-1 +- update to latest upstream version + +* Sat Oct 20 2012 Iain Arnell 1.002000-1 +- update to latest upstream version + +* Sun Jul 29 2012 Iain Arnell 1.001005-1 +- update to latest upstream version + +* Fri Jul 20 2012 Fedora Release Engineering - 1.001004-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 17 2012 Iain Arnell 1.001004-1 +- update to latest upstream version + +* Fri Jun 22 2012 Petr Pisar - 1.001002-2 +- Perl 5.16 rebuild + +* Tue May 08 2012 Iain Arnell 1.001002-1 +- update to latest upstream version + +* Fri Apr 27 2012 Iain Arnell 1.001001-1 +- update to latest upstream version +- don't explicity require Class::Method::Modifiers + +* Wed Apr 04 2012 Iain Arnell 1.000001-1 +- update to latest upstream version + +* Mon Apr 02 2012 Iain Arnell 1.000000-3 +- explicitly conflict with perl-Moo < 0.009014; this module used to be + distributed as part of Moo + +* Mon Apr 02 2012 Iain Arnell 1.000000-2 +- fix spelling of cuisine in summary + +* Sun Apr 01 2012 Iain Arnell 1.000000-1 +- Specfile autogenerated by cpanspec 1.79.