2010-05-28 17:15:41 +02:00
|
|
|
#!/bin/bash
|
|
|
|
# This script is called automatically during autobuild checkin.
|
2008-07-05 00:50:21 +02:00
|
|
|
sed -i "s/^Version:.*/$(grep ^Version: autoconf.spec)/" autoconf-el.spec
|
2008-02-25 16:59:02 +01:00
|
|
|
ln -f autoconf.changes autoconf-el.changes
|
2010-05-28 17:15:41 +02:00
|
|
|
sed -e "s,^\(Name:.*autoconf\),\1-testsuite," autoconf.spec > autoconf-testsuite.spec
|
|
|
|
ln -f autoconf.changes autoconf-testsuite.changes
|