Compare commits

...

No commits in common. 'c9' and 'i8c' have entirely different histories.
c9 ... i8c

2
.gitignore vendored

@ -1 +1 @@
SOURCES/Role-Tiny-2.002004.tar.gz SOURCES/Role-Tiny-2.000006.tar.gz

@ -1 +1 @@
4bc9b5e1b449dd15724741408945aac47a18acdb SOURCES/Role-Tiny-2.002004.tar.gz a19e44eff60b92b8f76606fd9e389a54584a768a SOURCES/Role-Tiny-2.000006.tar.gz

@ -1,39 +1,41 @@
Name: perl-Role-Tiny Name: perl-Role-Tiny
Version: 2.002004 Version: 2.000006
Release: 4%{?dist} Release: 2%{?dist}
Summary: A nouvelle cuisine portion size slice of Moose Summary: A nouvelle cuisine portion size slice of Moose
License: GPL+ or Artistic 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 URL: http://search.cpan.org/dist/Role-Tiny/
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Build
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl-generators
# Module BuildRequires: perl(base)
BuildRequires: perl(Carp) BuildRequires: perl(constant)
BuildRequires: perl(Class::Method::Modifiers) >= 1.05 BuildRequires: perl(Class::Method::Modifiers) >= 1.05
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(lib)
BuildRequires: perl(mro) BuildRequires: perl(mro)
%if !%{defined perl_bootstrap}
# 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
BuildRequires: perl(namespace::autoclean)
%endif
BuildRequires: perl(Test::Fatal) >= 0.003
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Test Suite Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(lib)
BuildRequires: perl(overload)
BuildRequires: perl(Test::More) >= 0.88
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
Requires: perl(Carp)
Requires: perl(Class::Method::Modifiers) >= 1.05 Requires: perl(Class::Method::Modifiers) >= 1.05
Requires: perl(mro) Requires: perl(mro)
# perl-Role-Tiny was split from perl-Moo # perl-Role-Tiny was split from perl-Moo
Conflicts: perl-Moo < 0.009014 Conflicts: perl-Moo < 0.009014
%{?perl_default_filter}
%description %description
Role::Tiny is a minimalist role composition tool. Role::Tiny is a minimalist role composition tool.
@ -41,93 +43,26 @@ Role::Tiny is a minimalist role composition tool.
%setup -q -n Role-Tiny-%{version} %setup -q -n Role-Tiny-%{version}
%build %build
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%{make_build} make %{?_smp_mflags}
%install %install
%{make_install} make pure_install DESTDIR=%{buildroot}
%{_fixperms} -c %{buildroot}
%{_fixperms} %{buildroot}/*
%check %check
%{make_build} test make test
%files %files
%license LICENSE
%doc Changes README %doc Changes README
%{perl_vendorlib}/Role/ %{perl_vendorlib}/Role/
%{_mandir}/man3/Role::Tiny.3* %{_mandir}/man3/Role::Tiny.3pm*
%{_mandir}/man3/Role::Tiny::With.3* %{_mandir}/man3/Role::Tiny::With.3pm*
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.002004-4 * Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.000006-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for MSVSphere 8.8
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.002004-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.002004-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Jan 24 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 2.002004-1
- Update to 2.002004
* Tue Jan 12 2021 Paul Howarth <paul@city-fan.org> - 2.002003-1
- Update to 2.002003
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.001004-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.001004-3
- Perl 5.32 rebuild
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.001004-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Oct 25 2019 Paul Howarth <paul@city-fan.org> - 2.001004-1
- Update to 2.001004
* Wed Oct 9 2019 Paul Howarth <paul@city-fan.org> - 2.001003-1
- Update to 2.001003
- Drop redundant use of %%{?_smp_mflags} with %%{make_build}
* Thu Oct 3 2019 Paul Howarth <paul@city-fan.org> - 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 <emmanuel@seyman.fr> - 2.000008-1
- Update to 2.000008
* Sun Aug 04 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 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 <releng@fedoraproject.org> - 2.000006-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.000006-8
- Perl 5.30 re-rebuild of bootstrapped packages
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.000006-7
- Perl 5.30 rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.000006-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.000006-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.000006-4
- Perl 5.28 re-rebuild of bootstrapped packages
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.000006-3
- Perl 5.28 rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.000006-2 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.000006-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save