Fix shellbang in examples/selfex.pl documentation
This commit is contained in:
parent
7465992ff6
commit
dc0c5eb008
@ -1,6 +1,6 @@
|
||||
Name: perl-Archive-Zip
|
||||
Version: 1.59
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Perl library for accessing Zip archives
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -72,7 +72,7 @@ existing Zip files, or from existing directories, files, or strings.
|
||||
|
||||
%prep
|
||||
%setup -q -n Archive-Zip-%{version}
|
||||
perl -MConfig -pi -e 's|^#!/usr/local/bin/perl|$Config{startperl}|' \
|
||||
perl -MConfig -pi -e 's|^#/usr/bin/perl|$Config{startperl}|' \
|
||||
examples/selfex.pl
|
||||
for F in examples/*.pl; do
|
||||
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
|
||||
@ -102,6 +102,9 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 19 2017 Petr Pisar <ppisar@redhat.com> - 1.59-6
|
||||
- Fix shellbang in examples/selfex.pl documentation (CPAN RT#123913)
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.59-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user