Update to 0.09
- New upstream release 0.09 - Update spelling errors to resolve CPAN RT#83824 and CPAN RT#86563 - Drop redundant buildroot cleaning in %install section - Fix permissions verbosely
This commit is contained in:
parent
cec3383982
commit
9e886bc5e9
5
perl-Class-Data-Inheritable.rpmlintrc
Normal file
5
perl-Class-Data-Inheritable.rpmlintrc
Normal file
@ -0,0 +1,5 @@
|
||||
from Config import *
|
||||
|
||||
addFilter("spelling-error Summary\(en_US\) overridable -> ")
|
||||
addFilter("spelling-error %description -l en_US accessor -> ")
|
||||
addFilter("spelling-error %description -l en_US mutators -> ")
|
||||
@ -6,14 +6,14 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Class-Data-Inheritable
|
||||
Version: 0.08
|
||||
Release: 39%{?dist}
|
||||
Version: 0.09
|
||||
Release: 1%{?dist}
|
||||
Summary: Inheritable, overridable class data
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Class-Data-Inheritable
|
||||
# has non-free and outdated jp docs
|
||||
# rm -rf doc
|
||||
# Source0: https://cpan.metacpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-%%{version}.tar.gz
|
||||
# Source0: https://cpan.metacpan.org/modules/by-module/Class/Class-Data-Inheritable-%%{version}.tar.gz
|
||||
Source0: Class-Data-Inheritable-%{version}-clean.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
@ -51,19 +51,24 @@ perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%{perl_vendorlib}/Class/
|
||||
%{_mandir}/man3/Class::Data::Inheritable.3pm*
|
||||
%{_mandir}/man3/Class::Data::Inheritable.3*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 31 2021 Paul Howarth <paul@city-fan.org> - 0.09-1
|
||||
- Update to 0.09
|
||||
- Update spelling errors to resolve CPAN RT#83824 and CPAN RT#86563
|
||||
- Drop redundant buildroot cleaning in %%install section
|
||||
- Fix permissions verbosely
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Class-Data-Inheritable-0.08-clean.tar.gz) = 37757cd880f8a4cad5db7ada883adb5fa9123fddbc82aac26e40c8eb64a987165f969a9e6f5f373ca2b18fa3a862b30e81edd624599947c9cf031272d28646d0
|
||||
SHA512 (Class-Data-Inheritable-0.09-clean.tar.gz) = 599c40d81174e98bdd6a7695ccb97e115860ba296f79df2f9d1da15119e5da7487fbb14d112a7d04b1de3bbdbfb83ca117ebe04961a82185262f8babc343edff
|
||||
|
||||
Loading…
Reference in New Issue
Block a user