source: rtems/scripts/gccnewlib/target-libc.add @ 367b2c3

4.104.114.84.95
Last change on this file since 367b2c3 was 367b2c3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/21/05 at 04:21:05

Cosmetics.

  • Property mode set to 100644
File size: 745 bytes
Line 
1# ==============================================================
2# %{gcc_target}-libc
3# ==============================================================
4%package -n @rpmprefix@%{gcc_target}-libc
5Summary:        C Library (newlib) for %{gcc_target}
6Group:          %{rpmgroup}
7License:        Distributable
8Version:        %{newlib_version}
9Provides:       @rpmprefix@%{gcc_target}-newlib = %{newlib_version}-%{release}
10
11%description -n @rpmprefix@%{gcc_target}-libc
12RTEMS is an open source operating system for embedded systems.
13
14This is the newlib C Library for %{gcc_target}.
15
16%files -n @rpmprefix@%{gcc_target}-libc -f build/files.libc
17%defattr(-,root,root)
18%if "%{_prefix}" != "/usr"
19%dir %{_prefix}
20%endif
21%dir %{_prefix}/%{gcc_target}
22%{_prefix}/%{gcc_target}/include
23
Note: See TracBrowser for help on using the repository browser.