forked from pool/autoconf
1ba614fa14
Copy from devel:tools:building/autoconf based on submit request 40808 from user coolo OBS-URL: https://build.opensuse.org/request/show/40808 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoconf?expand=0&rev=14
7 lines
328 B
Bash
7 lines
328 B
Bash
#!/bin/bash
|
|
# This script is called automatically during autobuild checkin.
|
|
sed -i "s/^Version:.*/$(grep ^Version: autoconf.spec)/" autoconf-el.spec
|
|
ln -f autoconf.changes autoconf-el.changes
|
|
sed -e "s,^\(Name:.*autoconf\),\1-testsuite," autoconf.spec > autoconf-testsuite.spec
|
|
ln -f autoconf.changes autoconf-testsuite.changes
|