graphviz/pre_checkin.sh
Thomas Renninger 103f8d9230 Accepting request 644836 from home:trenn:branches:graphics
- 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
2018-11-02 11:47:29 +00:00

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