Fix wrong script interpreter

This commit is contained in:
Jitka Plesnikova 2012-11-13 16:09:41 +01:00
parent a1d01ae5a4
commit 43f728027a

View File

@ -1,7 +1,7 @@
Name: perl-Data-OptList
Summary: Parse and validate simple name/value option pairs
Version: 0.107
Release: 7%{?dist}
Release: 8%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Data-OptList/
@ -44,6 +44,8 @@ following a name is its value.
%prep
%setup -q -n Data-OptList-%{version}
perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@ -63,6 +65,9 @@ make test RELEASE_TESTING=1
%{_mandir}/man3/Data::OptList.3pm*
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild