|
|
|
@ -3,10 +3,10 @@
|
|
|
|
|
%bcond_without perl_Sub_Name_enables_optional_test
|
|
|
|
|
|
|
|
|
|
Name: perl-Sub-Name
|
|
|
|
|
Version: 0.26
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 0.27
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Name - or rename - a sub
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
|
|
|
|
URL: https://metacpan.org/release/Sub-Name
|
|
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/Sub/Sub-Name-%{version}.tar.gz
|
|
|
|
|
# Module Build
|
|
|
|
@ -36,8 +36,8 @@ BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
|
BuildRequires: perl(Devel::CheckBin)
|
|
|
|
|
%endif
|
|
|
|
|
# Runtime
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
# Dependencies
|
|
|
|
|
# (none)
|
|
|
|
|
|
|
|
|
|
# Don't "provide" private perl objects
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
@ -66,23 +66,41 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%if 0%{?_licensedir:1}
|
|
|
|
|
%license LICENCE
|
|
|
|
|
%else
|
|
|
|
|
%doc LICENCE
|
|
|
|
|
%endif
|
|
|
|
|
%doc Changes CONTRIBUTING README
|
|
|
|
|
%{perl_vendorarch}/auto/Sub/
|
|
|
|
|
%{perl_vendorarch}/Sub/
|
|
|
|
|
%{_mandir}/man3/Sub::Name.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.26-7
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Sat Dec 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.27-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Sat Apr 29 2023 Paul Howarth <paul@city-fan.org> - 0.27-1
|
|
|
|
|
- Update to 0.27
|
|
|
|
|
- Skip quote-separator tests on newer perls that deprecate this behavior
|
|
|
|
|
- Use %%license unconditionally
|
|
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Michal Josef Špaček <mspacek@redhat.com> - 0.26-12
|
|
|
|
|
- Update license to SPDX format
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.26-9
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.26-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.26-6
|
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|