]> git.pld-linux.org Git - packages/crossmingw64-binutils.git/blame - crossmingw64-binutils.spec
- updated to 2.42
[packages/crossmingw64-binutils.git] / crossmingw64-binutils.spec
CommitLineData
ddc8ef54
JB
1Summary: Cross MinGW-W64 GNU binary utility development utilities - binutils
2Summary(es.UTF-8): Utilitarios para desarrollo de binarios de la GNU - MinGW-W64 binutils
3Summary(fr.UTF-8): Utilitaires de développement binaire de GNU - MinGW-W64 binutils
4Summary(pl.UTF-8): Skrośne narzędzia programistyczne GNU dla MinGW-W64 - binutils
5Summary(pt_BR.UTF-8): Utilitários para desenvolvimento de binários da GNU - MinGW-W64 binutils
6Summary(tr.UTF-8): GNU geliştirme araçları - MinGW-W64 binutils
4be5a36a 7Name: crossmingw64-binutils
6de377f0 8Version: 2.42
d5f3dc39 9Release: 1
acdaca36 10License: GPL v3+
4be5a36a 11Group: Development/Tools
70930243 12Source0: https://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.lz
6de377f0 13# Source0-md5: c1526faed7197b4e79dfe04eded7fc11
37fb37f2 14URL: http://www.sourceware.org/binutils/
7b797c86 15BuildRequires: autoconf >= 2.69
a5f47242 16BuildRequires: automake >= 1:1.11
4be5a36a
PS
17BuildRequires: bash
18BuildRequires: bison
123f9eed 19BuildRequires: elfutils-debuginfod-devel >= 0.179
4be5a36a 20BuildRequires: flex
1208bb3c 21BuildRequires: gettext-tools
27340ddb 22BuildRequires: lzip
123f9eed 23BuildRequires: msgpack-devel
a5f47242 24BuildRequires: perl-tools-pod
27340ddb 25BuildRequires: tar >= 1:1.22
4be5a36a 26# not necessary unless we patch .texi docs; but they are not packaged here anyway
6340b5e7
JB
27#BuildRequires: texinfo >= 6.3
28BuildRequires: zstd-devel
4be5a36a
PS
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
ddc8ef54
JB
31# mingw-w64 project uses x86_64-w64-mingw32 triplet for 64-bit Windows
32# and (i?86-w64-mingw32 for 32-bit Windows)
33%define target x86_64-w64-mingw32
4be5a36a
PS
34%define arch %{_prefix}/%{target}
35
36%description
37crossmingw64 is a complete cross-compiling development system for
38building stand-alone Microsoft Windows applications under Linux using
a5f47242
JB
39the MinGW64 build libraries. This includes a binutils, gcc with g++
40and objc, and libstdc++, all cross targeted to x86_64-w64-mingw32,
41along with supporting Win64 libraries in 'coff' format from free
42sources.
4be5a36a
PS
43
44This package contains cross targeted binutils.
45
199293ba
JR
46%description -l pl.UTF-8
47crossmingw64 jest kompletnym systemem do kroskompilacji, pozwalającym
48budować aplikacje MS Windows pod Linuksem używając bibliotek mingw64.
49System składa się z binutils, gcc z g++ i objc, libstdc++ - wszystkie
ddc8ef54
JB
50generujące kod dla platformy x86_64-w64-mingw32, oraz z bibliotek
51Win64 w formacie COFF.
4be5a36a 52
ddc8ef54
JB
53Ten pakiet zawiera binutils generujące skrośnie binaria dla
5464-bitowych Windows.
4be5a36a
PS
55
56%prep
57%setup -q -n binutils-%{version}
a5f47242 58
49abba7e 59# file contains hacks for ac 2.69 only
a5f47242
JB
60%{__rm} config/override.m4
61%{__sed} -i '/^m4_include(config\/override\.m4/d' configure.ac
4be5a36a
PS
62
63%build
a5f47242
JB
64cp -f /usr/share/automake/config.* .
65%{__aclocal}
66%{__autoconf}
67
68# non-standard regeneration (needed because of libdir patch)
69# AM_BINUTILS_WARNINGS in bfd/warning.m4, ZW_GNU_GETTEXT_SISTER_DIR in config/gettext-sister.m4
70for dir in gas bfd; do
71 cd $dir || exit 1
72 %{__aclocal} -I .. -I ../config -I ../bfd
73 %{__automake} Makefile
d64b75d8 74 test -f doc/Makefile.am && %{__automake} doc/Makefile
a5f47242
JB
75 %{__autoconf}
76 cd ..
77done
78
79# We don't install libbfd (nor use shared binutils libraries) to avoid
80# conflict with native binutils.
81
4be5a36a
PS
82# ldscripts won't be generated properly if SHELL is not bash...
83CFLAGS="%{rpmcflags}" \
84LDFLAGS="%{rpmldflags}" \
85CONFIG_SHELL="/bin/bash" \
86./configure \
4be5a36a 87 --disable-nls \
a5f47242 88 --disable-shared \
d64b75d8 89 --disable-silent-rules \
4be5a36a
PS
90 --prefix=%{_prefix} \
91 --libdir=%{_libdir} \
92 --mandir=%{_mandir} \
93 --infodir=%{_infodir} \
94 --host=%{_target_platform} \
95 --build=%{_target_platform} \
96 --target=%{target}
97
a5f47242
JB
98%{__make} all \
99 tooldir=%{_prefix}
4be5a36a
PS
100
101%install
102rm -rf $RPM_BUILD_ROOT
103
104%{__make} install \
a5f47242
JB
105 INSTALL='$$s/install-sh -c' \
106 prefix=$RPM_BUILD_ROOT%{_prefix} \
107 mandir=$RPM_BUILD_ROOT%{_mandir} \
108 infodir=$RPM_BUILD_ROOT%{_infodir} \
109 libdir=$RPM_BUILD_ROOT%{_libdir}
4be5a36a 110
49abba7e
JB
111%{__rm} $RPM_BUILD_ROOT%{_libdir}/bfd-plugins/*.a
112
a5f47242
JB
113# not prefixed, keep infos only from native packages
114%{__rm} -r $RPM_BUILD_ROOT%{_infodir}
4be5a36a 115
a5f47242
JB
116# "filesystem" for crossmingw32-* packages (move to crossmingw32-dirs?)
117install -d $RPM_BUILD_ROOT%{arch}/lib/pkgconfig
4be5a36a
PS
118
119%clean
120rm -rf $RPM_BUILD_ROOT
121
122%files
123%defattr(644,root,root,755)
124%doc README
a5f47242 125# mingw64 directory tree
4be5a36a
PS
126%dir %{arch}
127%dir %{arch}/lib
a5f47242 128%dir %{arch}/lib/pkgconfig
4be5a36a 129%dir %{arch}/bin
a5f47242
JB
130# binutils files
131%attr(755,root,root) %{arch}/bin/ar
132%attr(755,root,root) %{arch}/bin/as
133%attr(755,root,root) %{arch}/bin/dlltool
134%attr(755,root,root) %{arch}/bin/ld
135%attr(755,root,root) %{arch}/bin/ld.bfd
136%attr(755,root,root) %{arch}/bin/nm
137%attr(755,root,root) %{arch}/bin/objcopy
138%attr(755,root,root) %{arch}/bin/objdump
139%attr(755,root,root) %{arch}/bin/ranlib
140%attr(755,root,root) %{arch}/bin/readelf
141%attr(755,root,root) %{arch}/bin/strip
4be5a36a 142%{arch}/lib/ldscripts
a5f47242
JB
143%attr(755,root,root) %{_bindir}/%{target}-addr2line
144%attr(755,root,root) %{_bindir}/%{target}-ar
145%attr(755,root,root) %{_bindir}/%{target}-as
146%attr(755,root,root) %{_bindir}/%{target}-c++filt
147%attr(755,root,root) %{_bindir}/%{target}-dlltool
148%attr(755,root,root) %{_bindir}/%{target}-dllwrap
149%attr(755,root,root) %{_bindir}/%{target}-elfedit
150%attr(755,root,root) %{_bindir}/%{target}-gprof
151%attr(755,root,root) %{_bindir}/%{target}-ld
152%attr(755,root,root) %{_bindir}/%{target}-ld.bfd
153%attr(755,root,root) %{_bindir}/%{target}-nm
154%attr(755,root,root) %{_bindir}/%{target}-objcopy
155%attr(755,root,root) %{_bindir}/%{target}-objdump
156%attr(755,root,root) %{_bindir}/%{target}-ranlib
157%attr(755,root,root) %{_bindir}/%{target}-readelf
158%attr(755,root,root) %{_bindir}/%{target}-size
159%attr(755,root,root) %{_bindir}/%{target}-strings
160%attr(755,root,root) %{_bindir}/%{target}-strip
161%attr(755,root,root) %{_bindir}/%{target}-windmc
162%attr(755,root,root) %{_bindir}/%{target}-windres
163%{_mandir}/man1/%{target}-addr2line.1*
164%{_mandir}/man1/%{target}-ar.1*
165%{_mandir}/man1/%{target}-as.1*
166%{_mandir}/man1/%{target}-c++filt.1*
167%{_mandir}/man1/%{target}-dlltool.1*
168%{_mandir}/man1/%{target}-elfedit.1*
169%{_mandir}/man1/%{target}-gprof.1*
170%{_mandir}/man1/%{target}-ld.1*
171%{_mandir}/man1/%{target}-nm.1*
172%{_mandir}/man1/%{target}-objcopy.1*
173%{_mandir}/man1/%{target}-objdump.1*
174%{_mandir}/man1/%{target}-ranlib.1*
175%{_mandir}/man1/%{target}-readelf.1*
176%{_mandir}/man1/%{target}-size.1*
177%{_mandir}/man1/%{target}-strings.1*
178%{_mandir}/man1/%{target}-strip.1*
179%{_mandir}/man1/%{target}-windmc.1*
180%{_mandir}/man1/%{target}-windres.1*
This page took 0.151629 seconds and 4 git commands to generate.