Blame cpanspec.yml

23c196
---
23c196
#description_paragraphs: 3
23c196
#description: |-
23c196
#  override description from CPAN
23c196
#summary: override summary from CPAN
23c196
#no_testing: broken upstream
23c196
#sources:
23c196
#  - source1
23c196
#  - source2
23c196
#patches:
23c196
#  foo.patch: -p1
23c196
#  bar.patch:
23c196
#  baz.patch: PATCH-FIX-OPENSUSE
23c196
#preamble: |-
23c196
# BuildRequires:  gcc-c++
23c196
#post_prep: |-
23c196
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
23c196
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
23c196
#post_build: |-
23c196
# rm unused.files
23c196
#post_install: |-
23c196
# sed on %{name}.files
23c196
#license: SUSE-NonFree
23c196
#skip_noarch: 1
23c196
#custom_build: |-
23c196
#./Build build flags=%{?_smp_mflags} --myflag
23c196
#custom_test: |-
23c196
#startserver && make test
23c196
#ignore_requires: Bizarre::Module
23c196
#skip_doc: regexp_to_skip_for_doc.*
23c196
#add_doc: files to add to docs
23c196
#misc: |-
23c196
#anything else to be added to spec file
23c196
#follows directly after %files section, so it can contain new blocks or also
23c196
#changes to %files section