Dominique Leuenberger
2a7b02d066
Build harfbuzz-bootstrap package so that one can build harfbuzz-enabled libfreetype6 without hitting circular dependencies (bsc#912062) OBS-URL: https://build.opensuse.org/request/show/295306 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=66
6 lines
222 B
Bash
6 lines
222 B
Bash
#! /bin/sh
|
|
|
|
sed -e 's,^Name:.*,Name: harfbuzz-bootstrap,; s,build_bootstrap 0,build_bootstrap 1,' harfbuzz.spec > harfbuzz-bootstrap.spec
|
|
cp harfbuzz.changes harfbuzz-bootstrap.changes
|
|
osc service localrun clean_spec_file
|