OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=38
This commit is contained in:
parent
6b96963fe5
commit
fbf833721b
@ -20,8 +20,11 @@ patches:
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
custom_build: |-
|
||||
export BUILDING_AS_PACKAGE=1
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
|
@ -67,9 +67,9 @@ Perl to handle Unicode filenames, which is not yet the case on Windows.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
export BUILDING_AS_PACKAGE=1
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user