source: rtems/scripts/gcc3newlib/base-gcj.add @ 99f97d3f

Last change on this file since 99f97d3f was 9c8ee7b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/03 at 05:32:20

2003-01-31 Ralf Corsepius <corsepiu@…>

  • gdb/gdb.add: Remove header, broken cdn-X configuration, %clean, Replace @exe_ext@ with %{_exeext}.
  • gdb/mkspec.in: Remove exe_ext.
  • gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
  • gdb/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
  • gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
  • cpukit/mkspec.in: Remove exe_ext.
  • binutils/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
  • Property mode set to 100644
File size: 949 bytes
Line 
1%if %build_gcj
2# ==============================================================
3# rtems-base-gcj
4# ==============================================================
5%package -n rtems-base-gcj
6Provides:       rtems-base-gcj
7Summary:      base package for rtems gcc/java compiler (gcj).
8Group: rtems
9Requires: rtems-base-gcc
10
11%description -n rtems-base-gcj
12RTEMS is an open source operating system for embedded systems.
13
14This is the files for gcc/java (gcj) that are shared by all targets.
15
16%files -n rtems-base-gcj
17%defattr(-,root,root)
18%dir %{_prefix}/bin
19%{_prefix}/bin/jar%{_exeext}
20%{_prefix}/bin/grepjar%{_exeext}
21
22%dir %{_prefix}/info
23%doc %{_prefix}/info/gcj.info*.gz
24
25%dir %{_prefix}/man/man1
26%doc %{_prefix}/man/man1/gcjh.1*
27%doc %{_prefix}/man/man1/jv-scan.1*
28%doc %{_prefix}/man/man1/jcf-dump.1*
29%doc %{_prefix}/man/man1/gij.1*
30%doc %{_prefix}/man/man1/jv-convert.1*
31%doc %{_prefix}/man/man1/rmic.1*
32%doc %{_prefix}/man/man1/rmiregistry.1*
33
34%endif
Note: See TracBrowser for help on using the repository browser.