Update to 2.3
- New upstream release 2.3 - Make tests work with -Ddefault_inc_excludes_dot (CPAN RT#120421) - Simplify find commands using -empty and -delete - Drop legacy Group: tag
This commit is contained in:
parent
a89d32cf08
commit
fad7c54ee5
@ -1,9 +1,8 @@
|
||||
Name: perl-PadWalker
|
||||
Version: 2.2
|
||||
Release: 7%{?dist}
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Play with other people's lexical variables
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/PadWalker/
|
||||
Source0: http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
|
||||
# Build:
|
||||
@ -11,9 +10,9 @@ BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter >= 3:5.8.2
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time
|
||||
BuildRequires: perl(DynaLoader)
|
||||
@ -41,9 +40,9 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
%{_fixperms} %{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -55,6 +54,12 @@ make test
|
||||
%{_mandir}/man3/PadWalker.3*
|
||||
|
||||
%changelog
|
||||
* Sun Nov 12 2017 Paul Howarth <paul@city-fan.org> - 2.3-1
|
||||
- Update to 2.3
|
||||
- Make tests work with -Ddefault_inc_excludes_dot (CPAN RT#120421)
|
||||
- Simplify find commands using -empty and -delete
|
||||
- Drop legacy Group: tag
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user