]> git.pld-linux.org Git - packages/crosssparc64-binutils.git/blob - crosssparc64-binutils.spec
- included ldscripts
[packages/crosssparc64-binutils.git] / crosssparc64-binutils.spec
1 Summary:        Cross SPARC64 GNU binary utility development utilities - binutils
2 Summary(es):    Utilitarios para desarrollo de binarios de la GNU - SPARC64 binutils
3 Summary(fr):    Utilitaires de développement binaire de GNU - SPARC64 binutils
4 Summary(pl):    Skro¶ne narzêdzia programistyczne GNU dla SPARC64 - binutils
5 Summary(pt_BR): Utilitários para desenvolvimento de binários da GNU - SPARC64 binutils
6 Summary(tr):    GNU geliþtirme araçlarý - SPARC64 binutils
7 Name:           crosssparc64-binutils
8 Version:        2.15.90.0.1.1
9 Release:        1
10 License:        GPL
11 Group:          Development/Tools
12 Source0:        ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
13 # Source0-md5:  d0427772ccbe68eefd40995d26ca4a78
14 URL:            http://sources.redhat.com/binutils/
15 BuildRequires:  bash
16 BuildRequires:  bison
17 BuildRequires:  flex
18 BuildRequires:  perl-devel
19 %ifarch sparc sparc32
20 BuildRequires:  sparc32
21 %endif
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %define         target          sparc64-pld-linux
25 %define         arch            %{_prefix}/%{target}
26
27 %description
28 Binutils is a collection of binary utilities, including:
29 - ar - create, modify and extract from archives,
30 - nm - lists symbols from object files,
31 - objcopy - copy and translate object files,
32 - objdump - display information from object files,
33 - ranlib - generate an index for the contents of an archive,
34 - size - list the section sizes of an object or archive file,
35 - strings - list printable strings from files,
36 - strip - discard symbols,
37 - c++filt - a filter for demangling encoded C++ symbols,
38 - addr2line - convert addresses to file and line,
39 - nlmconv - convert object code into an NLM.
40
41 This package contains the cross version for SPARC64.
42
43 %description -l pl
44 Pakiet binutils zawiera zestaw narzêdzi umo¿liwiaj±cych kompilacjê
45 programów. Znajduj± siê tutaj miêdzy innymi assembler, konsolidator
46 (linker), a tak¿e inne narzêdzia do manipulowania binarnymi plikami
47 programów i bibliotek.
48
49 Ten pakiet zawiera wersjê skro¶n± generuj±c± kod dla SPARC64
50
51 %prep
52 %setup -q -n binutils-%{version}
53
54 %build
55 # ldscripts won't be generated properly if SHELL is not bash...
56 CFLAGS="%{rpmcflags}" \
57 LDFLAGS="%{rpmldflags}" \
58 CONFIG_SHELL="/bin/bash" \
59 %ifarch sparc
60 sparc32 \
61 %endif
62 ./configure \
63         --disable-shared \
64         --prefix=%{_prefix} \
65         --infodir=%{_infodir} \
66         --mandir=%{_mandir} \
67         --target=%{target}
68
69 %{__make} all \
70         tooldir=%{_prefix} \
71         EXEEXT=""
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 install -d $RPM_BUILD_ROOT%{_prefix}
76
77 %{__make} install \
78         prefix=$RPM_BUILD_ROOT%{_prefix} \
79         mandir=$RPM_BUILD_ROOT%{_mandir} \
80         infodir=$RPM_BUILD_ROOT%{_infodir}
81
82 # remove these man pages unless we cross-build for win*/netware platforms.
83 # however, this should be done in Makefiles.
84 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{*dlltool,*nlmconv,*windres}.1
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %files
90 %defattr(644,root,root,755)
91 %doc README
92 %attr(755,root,root) %{_bindir}/%{target}-*
93 %dir %{arch}/bin
94 %attr(755,root,root) %{arch}/bin/*
95 %dir %{arch}/lib
96 %dir %{arch}/lib/*
97 %attr(644,root,root) %{arch}/lib/ldscripts/*
98 %{_mandir}/man?/%{target}-*
This page took 0.039107 seconds and 3 git commands to generate.