forked from pool/libtool
b6d4cc27a4
Copy from home:coolo:branches:openSUSE:Factory/libtool via accept of submit request 40743 revision 3. Request was accepted with message: self accept OBS-URL: https://build.opensuse.org/request/show/40743 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=14
5 lines
204 B
Bash
5 lines
204 B
Bash
#!/bin/bash
|
|
# This script is called automatically during autobuild checkin.
|
|
sed -e "s,^\(Name:.*libtool\),\1-testsuite," libtool.spec > libtool-testsuite.spec
|
|
cp libtool.changes libtool-testsuite.changes
|