source: rtems/scripts/gcc3newlib/base-gnat.add @ 9b0bb5a4

4.104.114.84.95
Last change on this file since 9b0bb5a4 was 9b0bb5a4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/03 at 15:39:35

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

  • gccnewlib.add: Add various BuildPreReq?. Add %defattr(-,root,root) to "dir".
  • base-g77.add: %defattr(-,root,root).
  • base-gcc.add %defattr(-,root,root).
  • base-gcj.add %defattr(-,root,root).
  • base-gnat.add %defattr(-,root,root).
  • target-c++.add %defattr(-,root,root).
  • target-g77.add %defattr(-,root,root).
  • target-gcc.add %defattr(-,root,root).
  • target-gcj.add %defattr(-,root,root).
  • target-gnat.add %defattr(-,root,root).
  • target-objc.add %defattr(-,root,root).
  • Property mode set to 100644
File size: 504 bytes
Line 
1%if %build_gnat
2# ==============================================================
3# rtems-base-gnat
4# ==============================================================
5%package -n rtems-base-gnat
6Provides:       rtems-base-gnat
7Summary:        gcc/gnat tools
8Group: rtems
9
10%description -n rtems-base-gnat
11RTEMS is an open source operating system for embedded systems.
12
13This is the gcc/gnat tools for the gcc/gnat compiler
14
15%files -n rtems-base-gnat
16%defattr(-,root,root)
17%dir %{_prefix}/bin
18# %{_prefix}/bin/gnat*
19%endif
Note: See TracBrowser for help on using the repository browser.