forked from pool/libtool
17badea986
- Add a note in the spec file to run pre_checkin.sh OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=45
6 lines
264 B
Bash
6 lines
264 B
Bash
#!/bin/bash
|
|
# This script is called automatically during autobuild checkin.
|
|
sed -e "s,^\(Name:.*libtool\),\1-testsuite," \
|
|
-e "s,^\(#\ spec\ file\ for.*libtool\),\1-testsuite," libtool.spec > libtool-testsuite.spec
|
|
cp libtool.changes libtool-testsuite.changes
|