forked from Imagelibrary/rtems
* 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.
35 lines
949 B
Plaintext
35 lines
949 B
Plaintext
%if %build_gcj
|
|
# ==============================================================
|
|
# rtems-base-gcj
|
|
# ==============================================================
|
|
%package -n rtems-base-gcj
|
|
Provides: rtems-base-gcj
|
|
Summary: base package for rtems gcc/java compiler (gcj).
|
|
Group: rtems
|
|
Requires: rtems-base-gcc
|
|
|
|
%description -n rtems-base-gcj
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the files for gcc/java (gcj) that are shared by all targets.
|
|
|
|
%files -n rtems-base-gcj
|
|
%defattr(-,root,root)
|
|
%dir %{_prefix}/bin
|
|
%{_prefix}/bin/jar%{_exeext}
|
|
%{_prefix}/bin/grepjar%{_exeext}
|
|
|
|
%dir %{_prefix}/info
|
|
%doc %{_prefix}/info/gcj.info*.gz
|
|
|
|
%dir %{_prefix}/man/man1
|
|
%doc %{_prefix}/man/man1/gcjh.1*
|
|
%doc %{_prefix}/man/man1/jv-scan.1*
|
|
%doc %{_prefix}/man/man1/jcf-dump.1*
|
|
%doc %{_prefix}/man/man1/gij.1*
|
|
%doc %{_prefix}/man/man1/jv-convert.1*
|
|
%doc %{_prefix}/man/man1/rmic.1*
|
|
%doc %{_prefix}/man/man1/rmiregistry.1*
|
|
|
|
%endif
|