Changeset 1558 for spec/trunk/SPECS/binutils.spec
- Timestamp:
- Jan 15, 2019, 11:14:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/binutils.spec
r1192 r1558 48 48 Name: %{?cross}binutils%{?_with_debug:-debug} 49 49 Version: 2.27 50 Release: 2%{?dist}50 Release: 3%{?dist} 51 51 License: GPLv3+ 52 52 Group: Development/Tools … … 81 81 %endif 82 82 83 BuildRequires: gcc 83 BuildRequires: gcc make autoconf automake libtool 84 84 85 85 # Gold needs bison in order to build gold/yyscript.c. … … 115 115 116 116 # The higher of these two numbers determines the default ld. 117 %{!?ld_bfd_priority: % defineld_bfd_priority 50}118 %{!?ld_gold_priority:% defineld_gold_priority 30}117 %{!?ld_bfd_priority: %global ld_bfd_priority 50} 118 %{!?ld_gold_priority:%global ld_gold_priority 30} 119 119 120 120 %if "%{build_gold}" == "both" … … 156 156 Requires: coreutils 157 157 158 # To avoid header clashes (demangle.h etc) 159 Requires: libc-devel >= 0.6.6-40 160 158 161 %description devel 159 162 This package contains BFD and opcodes static and dynamic libraries. … … 312 315 %endif 313 316 314 # install -m 644 bfd/libbfd.a %{buildroot}%{_libdir}315 #install -m 644 libiberty/libiberty.a %{buildroot}%{_libdir}317 # Install libiberty stuff as we provide it 318 install -m 644 libiberty/libiberty.a %{buildroot}%{_libdir} 316 319 install -m 644 include/libiberty.h %{buildroot}%{_prefix}/include 317 #install -m 644 opcodes/libopcodes.a %{buildroot}%{_libdir} 320 install -m 644 include/demangle.h %{buildroot}%{_prefix}/include 321 install -m 644 include/dyn-string.h %{buildroot}%{_prefix}/include 322 install -m 644 include/fibheap.h %{buildroot}%{_prefix}/include 323 install -m 644 include/floatformat.h %{buildroot}%{_prefix}/include 324 install -m 644 include/hashtab.h %{buildroot}%{_prefix}/include 325 install -m 644 include/objalloc.h %{buildroot}%{_prefix}/include 326 install -m 644 include/partition.h %{buildroot}%{_prefix}/include 327 install -m 644 include/sort.h %{buildroot}%{_prefix}/include 328 install -m 644 include/splay-tree.h %{buildroot}%{_prefix}/include 329 318 330 # Remove Windows/Novell only man pages 319 331 rm -f %{buildroot}%{_mandir}/man1/dlltool* … … 429 441 %endif 430 442 %{_mandir}/man1/* 431 %{_infodir}/as.info.gz432 %{_infodir}/binutils.info.gz433 %{_infodir}/gprof.info.gz434 #%{_infodir}/ld.info.gz435 443 %if %{enable_shared} 436 444 %{_libdir}/*.dll … … 446 454 %defattr(-,root,root,-) 447 455 %{_prefix}/include/* 448 %{_libdir}/* _dll.a456 %{_libdir}/*.a 449 457 %if %{with docs} 450 458 %{_infodir}/bfd*info* … … 454 462 455 463 %changelog 464 * Tue Jan 15 2019 Dmitriy Kuminov <coding@dmik.org> 2.27-3 465 - Restore installation of libiberty.a (broken by 2.25-1). 466 - Install all libibetry headers. 467 456 468 * Thu Jun 15 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.27-2 457 469 - fix ticket #165 (needs to be reverted after gcc issue #27 fix)
Note:
See TracChangeset
for help on using the changeset viewer.