Fix permission of */Trace.pm
This commit is contained in:
parent
c7ab3deb3f
commit
a4003bbb32
@ -1,6 +1,6 @@
|
||||
Name: perl-bignum
|
||||
Version: 0.52
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Transparent big number support for Perl
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/bignum
|
||||
@ -55,9 +55,10 @@ with "%{_libexecdir}/%{name}/test".
|
||||
%prep
|
||||
%setup -q -n bignum-%{version}
|
||||
|
||||
# Correct shebangs
|
||||
# Correct shebangs and permission
|
||||
for F in lib/Math/BigInt/Trace.pm lib/Math/BigFloat/Trace.pm; do
|
||||
perl -MConfig -pi -e 's{\A#!.*perl\b}{$Config{startperl}}' "$F"
|
||||
chmod -x "$F"
|
||||
done
|
||||
|
||||
# Help generators to recognize Perl scripts
|
||||
@ -99,6 +100,9 @@ make test
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jul 12 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.52-1
|
||||
- Fix permission of */Trace.pm
|
||||
|
||||
* Mon Jul 12 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.52-1
|
||||
- 0.52 bump
|
||||
- Package tests
|
||||
|
||||
Loading…
Reference in New Issue
Block a user