Stephan Kulow 2017-06-25 07:57:49 +00:00 committed by Git OBS Bridge
parent 6b96963fe5
commit fbf833721b
2 changed files with 6 additions and 3 deletions

View File

@ -20,8 +20,11 @@ patches:
# sed on %{name}.files # sed on %{name}.files
#license: SUSE-NonFree #license: SUSE-NonFree
#skip_noarch: 1 #skip_noarch: 1
#custom_build: |- custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag export BUILDING_AS_PACKAGE=1
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
#custom_test: |- #custom_test: |-
#startserver && make test #startserver && make test
#ignore_requires: Bizarre::Module #ignore_requires: Bizarre::Module

View File

@ -67,9 +67,9 @@ Perl to handle Unicode filenames, which is not yet the case on Windows.
%patch0 -p1 %patch0 -p1
%build %build
export BUILDING_AS_PACKAGE=1
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
%{__make} test %{__make} test