forked from pool/graphviz
103f8d9230
- Build with gts support (bsc#1108978, bsc#1108976) SLE12 flavors do not provide gts, so explicitly exclude gts support there. - Build with gts support (bsc#1108978, bsc#1108976) SLE12 flavors do not provide gts, so explicitly exclude gts support there. OBS-URL: https://build.opensuse.org/request/show/644836 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=131
8 lines
314 B
Bash
8 lines
314 B
Bash
#!/usr/bin/sh
|
|
cp graphviz.changes graphviz-addons.changes
|
|
sed \
|
|
-e 's:%bcond_with extras:%bcond_without extras:' \
|
|
-e 's#Name: graphviz#Name: graphviz-addons#' \
|
|
-e 's#spec file for package graphviz#spec file for package graphviz-addons#' \
|
|
graphviz.spec > graphviz-addons.spec
|