source: rtems/contrib/crossrpms/gdb/install.add @ 1187fce8

4.8
Last change on this file since 1187fce8 was aa26724, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/01/07 at 07:35:16

Sync with trunk

  • Property mode set to 100644
File size: 628 bytes
Line 
1%install
2  rm -rf $RPM_BUILD_ROOT
3
4  cd build
5  make DESTDIR=$RPM_BUILD_ROOT install
6
7%if %build_infos
8  rm -f $RPM_BUILD_ROOT%{_infodir}/dir
9  touch $RPM_BUILD_ROOT%{_infodir}/dir
10
11# These come from other packages
12  rm -rf $RPM_BUILD_ROOT%{_infodir}/bfd*
13  rm -rf $RPM_BUILD_ROOT%{_infodir}/configure*
14  rm -rf $RPM_BUILD_ROOT%{_infodir}/standards*
15%else
16# Conflict with a native gdb's infos
17  rm -rf $RPM_BUILD_ROOT%{_infodir}
18%endif
19
20# We don't ship host files
21  rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty*
22
23# host library, installed to a bogus directory
24  rm -f ${RPM_BUILD_ROOT}%{_libdir}/lib@tool_target@-sim.a
25
26  cd ..
27
Note: See TracBrowser for help on using the repository browser.