Fix wrong script interpreter
This commit is contained in:
parent
a1d01ae5a4
commit
43f728027a
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Data-OptList
|
Name: perl-Data-OptList
|
||||||
Summary: Parse and validate simple name/value option pairs
|
Summary: Parse and validate simple name/value option pairs
|
||||||
Version: 0.107
|
Version: 0.107
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Data-OptList/
|
URL: http://search.cpan.org/dist/Data-OptList/
|
||||||
@ -44,6 +44,8 @@ following a name is its value.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n Data-OptList-%{version}
|
%setup -q -n Data-OptList-%{version}
|
||||||
|
|
||||||
|
perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -63,6 +65,9 @@ make test RELEASE_TESTING=1
|
|||||||
%{_mandir}/man3/Data::OptList.3pm*
|
%{_mandir}/man3/Data::OptList.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 13 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.107-8
|
||||||
|
- Fix wrong script interpreter
|
||||||
|
|
||||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-7
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user