forked from pool/perl-GraphViz
see /usr/share/doc/packages/perl-GraphViz/Changelog.ini OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz?expand=0&rev=9
36 lines
784 B
YAML
36 lines
784 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: graphviz
|
|
# graphviz-gnome is required so that dot -Tpng works.
|
|
Requires: cairo
|
|
Requires: graphviz
|
|
Requires: graphviz-gnome
|
|
Requires: pango
|
|
|
|
# BuildRequires: gcc-c++
|
|
post_prep: |-
|
|
sed -i -e s,/usr/local/bin/perl,/usr/bin/perl, examples/*.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
|