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