2015-04-28 08:27:07 +00:00
|
|
|
---
|
|
|
|
#description_paragraphs: 3
|
|
|
|
#no_testing: broken upstream
|
|
|
|
#sources:
|
|
|
|
# - source1
|
|
|
|
# - source2
|
|
|
|
#patches:
|
|
|
|
# foo.patch: -p1
|
|
|
|
# bar.patch:
|
|
|
|
#preamble: |-
|
|
|
|
# BuildRequires: gcc-c++
|
2017-10-03 03:20:00 +00:00
|
|
|
post_prep: |-
|
|
|
|
sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL
|
2015-04-28 08:27:07 +00:00
|
|
|
#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
|