gettext-runtime/pre_checkin.sh
Dirk Mueller 9efda21c11 replace with upstream patch
- Use %autosetup
- Add reproducible-jar.patch to use a constant jar mtime
  for bit-reproducible builds

OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=200
2024-07-18 08:43:30 +00:00

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