forked from pool/perl-Benchmark-Timer
- patch Makefile to fix build OBS-URL: https://build.opensuse.org/request/show/530647 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Benchmark-Timer?expand=0&rev=8
21 lines
484 B
YAML
21 lines
484 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
#preamble: |-
|
|
# BuildRequires: gcc-c++
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
license: GPL-2.0+
|
|
#skip_noarch: 1
|
|
#custom_build: -
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
post_prep: |-
|
|
sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL
|
|
sed -i -e 's,/usr/local/bin/perl,/usr/bin/perl,' delta.pl
|