|
|
be4c60 |
Name: perl-parent
|
|
|
be4c60 |
Epoch: 1
|
|
|
be4c60 |
Version: 0.238
|
|
|
be4c60 |
Release: 460%{?dist}
|
|
|
be4c60 |
Summary: Establish an ISA relationship with base classes at compile time
|
|
|
be4c60 |
License: GPL+ or Artistic
|
|
|
be4c60 |
URL: https://metacpan.org/release/parent
|
|
|
be4c60 |
Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/parent-%{version}.tar.gz
|
|
|
be4c60 |
BuildArch: noarch
|
|
|
be4c60 |
# Module Build
|
|
|
be4c60 |
BuildRequires: coreutils
|
|
|
be4c60 |
BuildRequires: findutils
|
|
|
be4c60 |
BuildRequires: make
|
|
|
be4c60 |
BuildRequires: perl-generators
|
|
|
be4c60 |
BuildRequires: perl-interpreter
|
|
|
be4c60 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
be4c60 |
# Module Runtime
|
|
|
be4c60 |
BuildRequires: perl(strict)
|
|
|
be4c60 |
# Test Suite
|
|
|
be4c60 |
BuildRequires: perl(lib)
|
|
|
be4c60 |
BuildRequires: perl(Test::More) >= 0.40
|
|
|
be4c60 |
# Dependencies
|
|
|
be4c60 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
be4c60 |
|
|
|
be4c60 |
%description
|
|
|
be4c60 |
Allows you to both load one or more modules, while setting up inheritance
|
|
|
be4c60 |
from those modules at the same time. Mostly similar in effect to:
|
|
|
be4c60 |
|
|
|
be4c60 |
package Baz;
|
|
|
be4c60 |
|
|
|
be4c60 |
BEGIN {
|
|
|
be4c60 |
require Foo;
|
|
|
be4c60 |
require Bar;
|
|
|
be4c60 |
|
|
|
be4c60 |
push @ISA, qw(Foo Bar);
|
|
|
be4c60 |
}
|
|
|
be4c60 |
|
|
|
be4c60 |
%prep
|
|
|
be4c60 |
%setup -q -n parent-%{version}
|
|
|
be4c60 |
|
|
|
be4c60 |
%build
|
|
|
be4c60 |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
be4c60 |
make %{?_smp_mflags}
|
|
|
be4c60 |
|
|
|
be4c60 |
%install
|
|
|
be4c60 |
make pure_install DESTDIR=%{buildroot}
|
|
|
be4c60 |
find %{buildroot} -type f -name .packlist -delete
|
|
|
be4c60 |
%{_fixperms} -c %{buildroot}
|
|
|
be4c60 |
|
|
|
be4c60 |
%check
|
|
|
be4c60 |
make test
|
|
|
be4c60 |
|
|
|
be4c60 |
%files
|
|
|
be4c60 |
%doc Changes
|
|
|
be4c60 |
%{perl_vendorlib}/parent.pm
|
|
|
be4c60 |
%{_mandir}/man3/parent.3*
|
|
|
be4c60 |
|
|
|
be4c60 |
%changelog
|
|
|
be4c60 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.238-460
|
|
|
be4c60 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
be4c60 |
Related: rhbz#1991688
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.238-459
|
|
|
be4c60 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
be4c60 |
|
|
|
be4c60 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.238-458
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.238-457
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.238-456
|
|
|
be4c60 |
- Increase release to favour standalone package
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Feb 7 2020 Paul Howarth <paul@city-fan.org> - 1:0.238-1
|
|
|
be4c60 |
- Update to 0.238
|
|
|
be4c60 |
- Move the prerequisite Test::More from being a runtime prerequisite to a
|
|
|
be4c60 |
test time / build time prerequisite (GH#11)
|
|
|
be4c60 |
|
|
|
be4c60 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-440
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-439
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.237-438
|
|
|
be4c60 |
- Increase release to favour standalone package
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-3
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.237-2
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat Jul 7 2018 Paul Howarth <paul@city-fan.org> - 1:0.237-1
|
|
|
be4c60 |
- Update to 0.237
|
|
|
be4c60 |
- Don't load vars.pm (Perl RT#132077)
|
|
|
be4c60 |
- Drop legacy Group: tag
|
|
|
be4c60 |
- Drop buildroot cleaning in %%install section
|
|
|
be4c60 |
|
|
|
be4c60 |
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.236-416
|
|
|
be4c60 |
- Increase release to favour standalone package
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-395
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-394
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.236-393
|
|
|
be4c60 |
- Perl 5.26 rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-2
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 1:0.236-1
|
|
|
be4c60 |
- Update to 0.236
|
|
|
be4c60 |
- Add Travis test configuration
|
|
|
be4c60 |
- Make test for PMC availability more reliable
|
|
|
be4c60 |
- Disable benchmark test rt62341.t as it runs out of memory on many smoker
|
|
|
be4c60 |
systems (CPAN RT#118310)
|
|
|
be4c60 |
- Simplify find command using -delete
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.234-365
|
|
|
be4c60 |
- Increase release to favour standalone package
|
|
|
be4c60 |
|
|
|
be4c60 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.234-4
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.234-3
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.234-2
|
|
|
be4c60 |
- Perl 5.22 rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Thu May 28 2015 Paul Howarth <paul@city-fan.org> - 1:0.234-1
|
|
|
be4c60 |
- Update to 0.234
|
|
|
be4c60 |
- Fix the test for PMC loading to work on versions on Perl that don't have
|
|
|
be4c60 |
Config::non_bincompat_options (CPAN RT#102626)
|
|
|
be4c60 |
|
|
|
be4c60 |
* Tue May 26 2015 Paul Howarth <paul@city-fan.org> - 1:0.233-1
|
|
|
be4c60 |
- Update to 0.233
|
|
|
be4c60 |
- The diagnostic about inheriting from ourselves was removed; it served no
|
|
|
be4c60 |
purpose as Perl already warns if we try to inherit in a circular way
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Mar 20 2015 Paul Howarth <paul@city-fan.org> - 1:0.232-1
|
|
|
be4c60 |
- Update to 0.232
|
|
|
be4c60 |
- Change line-endings in parent-pmc.t to unix EOLs so that bleadperl is happy
|
|
|
be4c60 |
|
|
|
be4c60 |
* Tue Mar 10 2015 Paul Howarth <paul@city-fan.org> - 1:0.231-1
|
|
|
be4c60 |
- Update to 0.231
|
|
|
be4c60 |
- Restore test compatibility where Perl does not provide
|
|
|
be4c60 |
&Config::non_bincompat_options (CPAN RT#102626)
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat Mar 7 2015 Paul Howarth <paul@city-fan.org> - 1:0.229-1
|
|
|
be4c60 |
- Update to 0.229
|
|
|
be4c60 |
- Add link to (Github) repository
|
|
|
be4c60 |
- Guard tests against PERL_DISABLE_PMC
|
|
|
be4c60 |
|
|
|
be4c60 |
* Tue Jan 13 2015 Petr Pisar <ppisar@redhat.com> - 1:0.228-311
|
|
|
be4c60 |
- Specify all dependencies
|
|
|
be4c60 |
|
|
|
be4c60 |
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.228-310
|
|
|
be4c60 |
- Increase release to favour standalone package
|
|
|
be4c60 |
|
|
|
be4c60 |
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.228-3
|
|
|
be4c60 |
- Perl 5.20 rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.228-2
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Tue Sep 17 2013 Paul Howarth <paul@city-fan.org> - 1:0.228-1
|
|
|
be4c60 |
- Update to 0.228
|
|
|
be4c60 |
- Install in site/ by default for 5.12+ (CPAN RT#88450)
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sun Sep 1 2013 Paul Howarth <paul@city-fan.org> - 1:0.227-1
|
|
|
be4c60 |
- Update to 0.227
|
|
|
be4c60 |
- Restore tests passing for 5.17.5+ (CPAN RT#88320)
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.226-2
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Mon Jul 29 2013 Paul Howarth <paul@city-fan.org> - 1:0.226-1
|
|
|
be4c60 |
- Update to 0.226
|
|
|
be4c60 |
- Fix tests for Perl 5.18 (CPAN RT#86890)
|
|
|
be4c60 |
|
|
|
be4c60 |
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 1:0.225-290
|
|
|
be4c60 |
- Increase release to favour standalone package
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:0.225-245
|
|
|
be4c60 |
- Link minimal build-root packages against libperl.so explicitly
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1:0.225-244
|
|
|
be4c60 |
- Adjust tests to perl-5.18 (CPAN RT#86890)
|
|
|
be4c60 |
|
|
|
be4c60 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.225-243
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat Aug 25 2012 Paul Howarth <paul@city-fan.org> - 1:0.225-242
|
|
|
be4c60 |
- Don't need to remove empty directories from the buildroot
|
|
|
be4c60 |
- Drop %%defattr, redundant since rpm 4.4
|
|
|
be4c60 |
|
|
|
be4c60 |
* Wed Aug 15 2012 Petr Pisar <ppisar@redhat.com> - 1:0.225-241
|
|
|
be4c60 |
- Specify all dependencies
|
|
|
be4c60 |
|
|
|
be4c60 |
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.225-240
|
|
|
be4c60 |
- Bump release to override sub-package from perl.spec
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.225-8
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 1:0.225-7
|
|
|
be4c60 |
- Perl 5.16 rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Tue Feb 7 2012 Paul Howarth <paul@city-fan.org> - 1:0.225-6
|
|
|
be4c60 |
- Reinstate compatibility with old distributions like EL-5
|
|
|
be4c60 |
- Add back buildroot definition and cleaning
|
|
|
be4c60 |
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
be4c60 |
- Make %%files list more explicit
|
|
|
be4c60 |
- Drop redundant %%{?perl_default_filter}
|
|
|
be4c60 |
- Don't use macros for commands
|
|
|
be4c60 |
- Use tabs
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.225-5
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Wed Aug 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.225-4
|
|
|
be4c60 |
- Install to vendor directories rather than perl core directories so as to
|
|
|
be4c60 |
avoid conflicts between our debuginfo and the main perl-debuginfo package
|
|
|
be4c60 |
|
|
|
be4c60 |
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.225-3
|
|
|
be4c60 |
- Perl mass rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Tue Jun 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.225-2
|
|
|
be4c60 |
- Perl mass rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat May 07 2011 Iain Arnell <iarnell@gmail.com> - 1:0.225-1
|
|
|
be4c60 |
- Update to latest upstream version
|
|
|
be4c60 |
- Clean up spec for modern rpmbuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.224-2
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sun Nov 21 2010 Iain Arnell <iarnell@gmail.com> - 1:0.224-1
|
|
|
be4c60 |
- Update to latest upstream version
|
|
|
be4c60 |
|
|
|
be4c60 |
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.223-4
|
|
|
be4c60 |
- Mass rebuild with perl-5.12.0
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sat Mar 27 2010 Iain Arnell <iarnell@gmail.com> - 1:0.223-3
|
|
|
be4c60 |
- Dual-life module
|
|
|
be4c60 |
- Add epoch to match that of parent in core
|
|
|
be4c60 |
- Use core macros, not vendor
|
|
|
be4c60 |
|
|
|
be4c60 |
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.223-2
|
|
|
be4c60 |
- Rebuild against perl 5.10.1
|
|
|
be4c60 |
|
|
|
be4c60 |
* Fri Sep 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.223-1
|
|
|
be4c60 |
- Update filtering
|
|
|
be4c60 |
- Auto-update to 0.223 (by cpan-spec-update 0.01)
|
|
|
be4c60 |
- Altered br on perl(Test::More) (0 => 0.4)
|
|
|
be4c60 |
|
|
|
be4c60 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.221-4
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.221-3
|
|
|
be4c60 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
be4c60 |
|
|
|
be4c60 |
* Thu Jun 19 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.221-2
|
|
|
be4c60 |
- Bump
|
|
|
be4c60 |
|
|
|
be4c60 |
* Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.221-1
|
|
|
be4c60 |
- Specfile autogenerated by cpanspec 1.75
|