forked from pool/automake
73af3cafdc
Bugs fixed in 1.12.1: - Several weaknesses in Automake's own build system and test suite have been fixed. - Aclocal works correctly with perl 5.16.0 (automake bug#11543). - Starting from either the next minor version (1.12.2) or the next major version (1.13), Automake will start warning if 'configure.in' is used instead of 'configure.ac' as the Autoconf input. Future versions of Automake will drop support for 'configure.in' altogether. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=17
8 lines
249 B
Bash
8 lines
249 B
Bash
#!/bin/bash
|
|
# This script is called automatically during autobuild checkin.
|
|
sed -e "s,^\(Name:.*automake\),\1-testsuite," automake.spec > automake-testsuite.spec
|
|
cp automake.changes automake-testsuite.changes
|
|
|
|
osc service localrun format_spec_file
|
|
|