- add cpanspec.yml - set TZ to fix build OBS-URL: https://build.opensuse.org/request/show/353856 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Stat-OO?expand=0&rev=4
19 lines
419 B
YAML
19 lines
419 B
YAML
---
|
|
#description_paragraphs: 1
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
#preamble: |-
|
|
# Requires: perl(File::BaseDir) >= 0.03
|
|
#post_prep: |-
|
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
custom_test: |-
|
|
TZ=UTC %{__make} test
|