046eb826ff
- Add manual dependency File::ShareDir::Install * The module delivers a version of this in inc/, but doesn't use this in the tests. cpanspec won't detect this as a dependency - updated to 1.116 see /usr/share/doc/packages/perl-File-ShareDir/Changes 1.116 2018-06-24 - fix fail-test which incorrectly read without permission ==> introduce new CI test proving this (Thanks to Ville Skyttä <ville.skytta@iki.fi>) - spelling fixes (Thanks to Ville Skyttä <ville.skytta@iki.fi>) - fix author tests when run without recommended dependencies (reported by Mohammed Anwar & Wesley Schwengle) - add a test proving and reporting dependencies 1.114 2018-06-21 - be more expressive regarding to prerequisites - improve detection for situations where no permission test can be done - fix edge case for 5.8 OBS-URL: https://build.opensuse.org/request/show/741905 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-ShareDir?expand=0&rev=23
31 lines
786 B
YAML
31 lines
786 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#description: |-
|
|
# override description from CPAN
|
|
#summary: override summary from CPAN
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
#patches:
|
|
# foo.patch: -p1
|
|
# bar.patch:
|
|
preamble: |-
|
|
# because File::ShareDir::Install is in inc/ it won't be seen as a
|
|
# dependency by cpanspec
|
|
BuildRequires: perl(File::ShareDir::Install)
|
|
#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
|
|
#post_build: |-
|
|
# rm unused.files
|
|
#post_install: |-
|
|
# sed on %{name}.files
|
|
#license: SUSE-NonFree
|
|
#skip_noarch: 1
|
|
#custom_build: |-
|
|
#./Build build flags=%{?_smp_mflags} --myflag
|
|
#custom_test: |-
|
|
#startserver && make test
|
|
#ignore_requires: Bizarre::Module
|