Correct IO/Socket/IP.pm file mode
This commit is contained in:
parent
8f49fa96f4
commit
4b859329e9
@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/IO-Socket-IP/
|
|||||||
Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -42,6 +43,7 @@ arguments and methods are provided in a backward-compatible way.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n IO-Socket-IP-%{version}
|
%setup -q -n IO-Socket-IP-%{version}
|
||||||
|
chmod -x lib/IO/Socket/IP.pm
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -66,6 +68,7 @@ make test
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 12 2016 Petr Pisar <ppisar@redhat.com> - 0.37-367
|
* Tue Jul 12 2016 Petr Pisar <ppisar@redhat.com> - 0.37-367
|
||||||
- Migrate from Module::Build to ExtUtils::MakeMaker
|
- Migrate from Module::Build to ExtUtils::MakeMaker
|
||||||
|
- Correct IO/Socket/IP.pm file mode
|
||||||
|
|
||||||
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-366
|
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-366
|
||||||
- Perl 5.24 re-rebuild of bootstrapped packages
|
- Perl 5.24 re-rebuild of bootstrapped packages
|
||||||
|
Loading…
Reference in New Issue
Block a user