Copy some generated files in order find-debuginfo.sh finds them
Related: #729040
This commit is contained in:
parent
aa4500691e
commit
3ceacf37e3
@ -1,6 +1,6 @@
|
|||||||
Name: community-mysql
|
Name: community-mysql
|
||||||
Version: 5.5.32
|
Version: 5.5.32
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
|
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -343,6 +343,13 @@ gcc -I../../include $CFLAGS mysql-embedded-check.c libmysqld.so.0
|
|||||||
LD_LIBRARY_PATH=. ldd ./a.out
|
LD_LIBRARY_PATH=. ldd ./a.out
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
|
# debuginfo extraction scripts fail to find source files in their real
|
||||||
|
# location -- satisfy them by copying these files into location, which
|
||||||
|
# is expected by scripts
|
||||||
|
for f in pars0grm.c pars0grm.y pars0lex.l lexyy.c ; do
|
||||||
|
cp -p "storage/innobase/pars/$f" "storage/innobase/$f"
|
||||||
|
done
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %runselftest
|
%if %runselftest
|
||||||
# hack to let 32- and 64-bit tests run concurrently on same build machine
|
# hack to let 32- and 64-bit tests run concurrently on same build machine
|
||||||
@ -720,6 +727,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 26 2013 Honza Horak <hhorak@redhat.com> 5.5.32-10
|
||||||
|
- Copy some generated files in order find-debuginfo.sh finds them
|
||||||
|
Related: #729040
|
||||||
|
|
||||||
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 5.5.32-9
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 5.5.32-9
|
||||||
- Perl 5.18 rebuild
|
- Perl 5.18 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user