forked from Imagelibrary/rtems
2003-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, configure.ac, autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in, binutils/Makefile.am, binutils/base-binutils.add, binutils/binutils.add, binutils/mkspec.in, binutils/target-binutils.add, common/common.add.in, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, gcc3newlib/target-c++.add, gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/Makefile.am: Merger from rtems-4-6-branch. * common/common.am: New.
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
# ==============================================================
|
||||
# %{gcc_target}-gcc
|
||||
# ==============================================================
|
||||
%package -n %{gcc_target}-gcc
|
||||
Provides: %{gcc_target}-gcc
|
||||
%package -n %{rpmprefix}%{gcc_target}-gcc
|
||||
Summary: rtems gcc and newlib C Library for %{gcc_target}
|
||||
Group: rtems
|
||||
Requires: %{gcc_target}-binutils rtems-base-gcc
|
||||
Group: %{rpmgroup}
|
||||
Requires: %{rpmprefix}%{gcc_target}-binutils %{rpmprefix}rtems-base-gcc
|
||||
|
||||
%description -n %{gcc_target}-gcc
|
||||
%description -n %{rpmprefix}%{gcc_target}-gcc
|
||||
RTEMS is an open source operating system for embedded systems.
|
||||
|
||||
This is gcc and newlib C Library for %{gcc_target}.
|
||||
|
||||
%files -n %{gcc_target}-gcc -f build/files.gcc
|
||||
%files -n %{rpmprefix}%{gcc_target}-gcc -f build/files.gcc
|
||||
%defattr(-,root,root)
|
||||
%doc %{_prefix}/man/man1/%{gcc_target}-gcc.1*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user