diff --git a/gdb.spec b/gdb.spec index 504163a..79bdca9 100644 --- a/gdb.spec +++ b/gdb.spec @@ -27,7 +27,7 @@ Version: 7.2.50.20110213 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 21%{?_with_upstream:.upstream}%{?dist} +Release: 22%{?_with_upstream:.upstream}%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and GFDL and BSD and Public Domain Group: Development/Debuggers @@ -682,7 +682,8 @@ machine than the one which is running the program being debugged. %package doc Summary: Documentation for GDB (the GNU source-level debugger) -Group: Development/Debuggers +Group: Documentation +BuildArch: noarch %description doc GDB, the GNU debugger, allows you to debug programs written in C, C++, @@ -1237,6 +1238,9 @@ fi %{_infodir}/gdb.info* %changelog +* Tue Feb 15 2011 Jan Kratochvil - 7.2.50.20110213-22.fc15 +- Fix gdb-doc Group to be Documentation, also provide it as noarch. + * Tue Feb 15 2011 Jan Kratochvil - 7.2.50.20110213-21.fc15 - Drop non-user (gdbint) and obsolete (stabs) documentation. - Install also HTML files besides the INFO file.