mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
* base-g77.add, base-gcc.add, base-gcj.add, base-gnat.add,
target-c++.add, target-g77.add, target-gcc.add, target-gcj.add,
target-gnat.add, target-objc.add
Add support for %{rpmprefix}, %{rpmgroup}.
Use %{gcc_target and %{gcc_version}.
Remove "Provides:".
* gccnewlib.add: Ditto.
Correct setting up _gcj.
Explicitly build c++filt for gcc >= 3.3.
* mkspec.in: Add support for %{rpmprefix}, %{rpmgroup}.
34 lines
978 B
Plaintext
34 lines
978 B
Plaintext
%if %build_gcj
|
|
# ==============================================================
|
|
# rtems-base-gcj
|
|
# ==============================================================
|
|
%package -n %{rpmprefix}rtems-base-gcj
|
|
Summary: base package for rtems gcc/java compiler (gcj).
|
|
Group: %{rpmgroup}
|
|
Requires: %{rpmprefix}rtems-base-gcc
|
|
|
|
%description -n %{rpmprefix}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 %{rpmprefix}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
|