8
0

Accepting request 588047 from home:bmwiedemann:branches:devel:languages:perl

Fix build

OBS-URL: https://build.opensuse.org/request/show/588047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-RecordParser?expand=0&rev=14
This commit is contained in:
2018-03-27 11:07:18 +00:00
committed by Git OBS Bridge
parent 4ffe23569e
commit 004675b89d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 17 05:22:56 UTC 2018 - bwiedemann@suse.com
- Fix build
-------------------------------------------------------------------
Wed Apr 22 06:46:10 UTC 2015 - coolo@suse.com

View File

@@ -68,7 +68,7 @@ way, you can then use many methods to get at the data as arrays or hashes.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
PERL5LIB=. %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check