Do not use env in podspell shebang

epel9
Petr Písař 12 years ago
parent d5278ed82c
commit fc6c78a718

@ -1,6 +1,6 @@
Name: perl-Pod-Spell
Version: 1.05
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A formatter for spell-checking POD
Group: Development/Libraries
License: Artistic 2.0
@ -41,6 +41,7 @@ for F in README; do
touch -r "${F}" "${F}.utf8"
mv "${F}.utf8" "$F"
done
sed -i -e '/^#!/ c #!%{__perl}' bin/podspell
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -62,6 +63,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 1.05-3
- Do not use env in podspell shebang
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 1.05-2
- Perl 5.18 rebuild

Loading…
Cancel
Save