Ignore:
Timestamp:
Jun 3, 2016, 5:53:56 PM (9 years ago)
Author:
Silvan Scherrer
Message:

spec: binutils: added debug package, fixed some spec internals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/binutils.spec

    r771 r774  
    1 %define svn_url     e:/trees/binutils/trunk
    2 #define svn_url     http://svn.netlabs.org/repos/ports/binutils/trunk
    3 #define svn_rev     1585
     1#define svn_url     e:/trees/binutils/trunk
     2%define svn_url     http://svn.netlabs.org/repos/ports/binutils/trunk
     3%define svn_rev     1587
    44
    55# rpmbuild parameters:
     
    137137using libelf instead of BFD.
    138138
     139%debug_package
    139140
    140141%prep
     
    254255#install -m 644 opcodes/libopcodes.a %{buildroot}%{_libdir}
    255256# Remove Windows/Novell only man pages
    256 rm -f %{buildroot}%{_mandir}/man1/{dlltool,nlmconv,windres,windmc}*
     257rm -f %{buildroot}%{_mandir}/man1/dlltool*
     258rm -f %{buildroot}%{_mandir}/man1/nlmconv*
     259rm -f %{buildroot}%{_mandir}/man1/windmc*
    257260
    258261%if %{enable_shared}
     
    274277# This one comes from gcc
    275278rm -f %{buildroot}%{_infodir}/dir
    276 rm -rf %{buildroot}%{_prefix}/%{binutils_target}
     279#rm -rf %{buildroot}%{_prefix}/%{binutils_target}
    277280
    278281%find_lang %{?cross}binutils
     
    348351%doc README
    349352%{_bindir}/%{?cross}[!l]*
     353%{_prefix}/%{binutils_target}/%{?cross}[!l]*
    350354%if "%{build_gold}" == "both"
    351355%{_bindir}/%{?cross}ld.*
Note: See TracChangeset for help on using the changeset viewer.