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
#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

View File

@ -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