Accepting request 501345 from home:marxin:gcc-to-merge

Add gcov-tool and gcov-dump.

OBS-URL: https://build.opensuse.org/request/show/501345
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=78
This commit is contained in:
Richard Biener 2017-06-06 10:38:12 +00:00 committed by Git OBS Bridge
parent d047914e79
commit b727a94533
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 6 09:55:59 UTC 2017 - mliska@suse.cz
- Include gcov-tool and gcov-dump binaries.
-------------------------------------------------------------------
Thu Apr 13 08:52:35 UTC 2017 - rguenther@suse.com

View File

@ -381,7 +381,7 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/doc/packages/gcc-objc/
mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/doc/packages/gcc-obj-c++/
# Link all the binaries
for program in \
gcc gcov \
gcc gcov gcov-dump gcov-tool \
g++ \
cpp \
gfortran \
@ -395,7 +395,7 @@ for program in \
done
# Link section 1 manpages
for man1 in \
gcc gcov \
gcc gcov gcov-dump gcov-tool \
g++ \
cpp \
gfortran \
@ -431,6 +431,8 @@ EOF
%{_prefix}/bin/gcc
%{_prefix}/bin/cc
%{_prefix}/bin/gcov
%{_prefix}/bin/gcov-dump
%{_prefix}/bin/gcov-tool
%{_prefix}/bin/gcc-ar
%{_prefix}/bin/gcc-nm
%{_prefix}/bin/gcc-ranlib
@ -439,6 +441,8 @@ EOF
%doc %{_mandir}/man1/gcc.1.gz
%doc %{_mandir}/man1/cc.1.gz
%doc %{_mandir}/man1/gcov.1.gz
%doc %{_mandir}/man1/gcov-dump.1.gz
%doc %{_mandir}/man1/gcov-tool.1.gz
%files -n cpp
%defattr(-,root,root)