8
0
Files
perl-Test-CheckManifest/cpanspec.yml
Stephan Kulow f15d3ad61a - update to 1.31 and fix build
[IMPROVEMENT]
      * Run tests in series, not parallel. This should fix github #4. Thanks to Michael Gray (mjg17).
      * Check duplicate entries in the MANIFEST file (Thanks to Mohammad S Anwar (Manwar), github #5)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-CheckManifest?expand=0&rev=9
2017-06-14 08:56:40 +00:00

33 lines
751 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: |-
# BuildRequires: gcc-c++
#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: |-
touch dummy.list
mv *.files *.list ..
%{__make} test
mv ../*.files ../*.list .
#startserver && make test
#ignore_requires: Bizarre::Module