source: rtems/contrib/crossrpms/gdb/prep.add @ 4ae739d

4.104.114.95
Last change on this file since 4ae739d was 4ae739d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/24/08 at 16:00:10

Add patch1.

  • Property mode set to 100644
File size: 162 bytes
Line 
1%prep
2%setup -q -c -T -n %{name}-%{version}
3
4%setup -q -D -T -n %{name}-%{version} -a0
5cd gdb-%{gdb_version}
6%{?PATCH0:%patch0 -p1}
7%{?PATCH1:%patch1 -p1}
8cd ..
9
Note: See TracBrowser for help on using the repository browser.