source: rtems/contrib/crossrpms/gdb/target-gdb.add @ 4cf3275

4.8
Last change on this file since 4cf3275 was 4c081642, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/26/08 at 17:54:59

Remove stray line.

  • Property mode set to 100644
File size: 594 bytes
RevLine 
[59c3dfe]1# ==============================================================
2# @tool_target@-gdb
3# ==============================================================
4# %package -n @rpmprefix@@tool_target@-gdb
5# Summary:      rtems gdb for @tool_target@
6# Group: Development/Tools
[c10a31b]7# %if %build_infos
[385f81c]8# Requires: @rpmprefix@gdb-common
[c10a31b]9# %endif
[59c3dfe]10
11%description -n @rpmprefix@@tool_target@-gdb
12GNU gdb targetting @tool_target@.
13
14%files -n @rpmprefix@@tool_target@-gdb
15%defattr(-,root,root)
[c3af37c]16%sysdir %{_mandir}
17%sysdir %{_mandir}/man1
[59c3dfe]18%{_mandir}/man1/@tool_target@-*.1*
19
[c3af37c]20%sysdir %{_bindir}
[59c3dfe]21%{_bindir}/@tool_target@-*
22
Note: See TracBrowser for help on using the repository browser.