forked from pool/gettext-runtime
1e733b1f94
- Add gettext-runtime-mini.spec that reverts to using the included library sources OBS-URL: https://build.opensuse.org/request/show/179541 OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=73
7 lines
247 B
Bash
7 lines
247 B
Bash
#!/bin/bash
|
|
# This script should be called before checkin.
|
|
sed -e 's/%bcond_with mini/%bcond_without mini/' \
|
|
-e '/^Name:/s/$/-mini/' \
|
|
gettext-runtime.spec > gettext-runtime-mini.spec
|
|
cp gettext-runtime.changes gettext-runtime-mini.changes
|