Fix gdb-doc Group to be Documentation, also provide it as noarch.

This commit is contained in:
Jan Kratochvil 2011-02-15 15:19:52 +01:00
parent 6f7687c33f
commit 4d79cf2e34
1 changed files with 6 additions and 2 deletions

View File

@ -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 <jan.kratochvil@redhat.com> - 7.2.50.20110213-22.fc15
- Fix gdb-doc Group to be Documentation, also provide it as noarch.
* Tue Feb 15 2011 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.2.50.20110213-21.fc15
- Drop non-user (gdbint) and obsolete (stabs) documentation.
- Install also HTML files besides the INFO file.