]> git.pld-linux.org Git - packages/gdb.git/blame - gdb.spec
- guile has been fixed in 10.x
[packages/gdb.git] / gdb.spec
CommitLineData
d7dc9553 1# NOTE: -lib package is used by fpc.spec
7566401a
ER
2
3# TODO
0e7ddf04 4# - debuginfod (BR: elfutils-debuginfod-devel >= 0.179)
124c2194 5# - rpm5 librpm support (gdb/configure.ac checks for 4.x or so)
a59c1d89 6# - change install msg to poldek in buildid-locate-rpm-pld.patch when poldek allows it. LP#493922
e1daef87 7#
7566401a 8# Conditional build:
57baf2fa 9%bcond_without guile # Guile embedded scripting
2725d199 10%bcond_without python # build without python support
7566401a 11
5ff7d7dd 12Summary: A GNU source-level debugger for C, C++ and Fortran
0ec45698
ER
13Summary(de.UTF-8): Symbolischer Debugger für C und andere Sprachen
14Summary(es.UTF-8): Depurador de programas C y otras lenguajes
15Summary(fr.UTF-8): Débugger symbolique pour C et d'autres langages
16Summary(pl.UTF-8): Symboliczny odpluskwiacz dla C i innych języków
17Summary(pt_BR.UTF-8): Depurador de programas C e outras linguagens
18Summary(ru.UTF-8): Символический отладчик для C и других языков
19Summary(tr.UTF-8): C ve diğer diller için sembolik hata ayıklayıcı
20Summary(uk.UTF-8): Символьний відладчик для С та інших мов
21Summary(zh_CN.UTF-8): [开发]C和其他语言的调试器
22Summary(zh_TW.UTF-8): [.-A開發]C和.$)B其.-A他語.$)B言的調試器
0241102e 23Name: gdb
0e7ddf04
JB
24Version: 12.1
25Release: 1
d7c2fd3d 26License: GPL v3+
0241102e 27Group: Development/Debuggers
3b576511 28Source0: https://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.xz
0e7ddf04 29# Source0-md5: 759a1b8d2b4d403367dd0e14fa04643d
31a43e77 30Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
feb56b14 31# Source1-md5: 2e8a48939ae282c12bbacdd54e398247
41611023 32Source3: %{name}-gstack.man
b90874d2
JR
33Patch100: gdb-6.6-buildid-locate.patch
34Patch101: gdb-6.6-buildid-locate-solib-missing-ids.patch
35Patch102: gdb-6.6-buildid-locate-rpm.patch
b90874d2 36Patch104: gdb-6.6-buildid-locate-rpm-librpm-workaround.patch
321e94d6 37Patch105: gdb-6.6-buildid-locate-misleading-warning-missing-debuginfo-rhbz981154.patch
140f8057 38Patch106: gdb-6.6-buildid-locate-rpm-scl.patch
321e94d6 39Patch110: gdb-6.3-gstack-20050411.patch
a59c1d89
ER
40Patch1000: %{name}-readline.patch
41Patch1001: %{name}-info.patch
42Patch1002: %{name}-passflags.patch
8124607e 43Patch1003: %{name}-readline8.2.patch
a59c1d89 44Patch1005: %{name}-pretty-print-by-default.patch
84034fed 45Patch1006: buildid-locate-rpm-pld.patch
3a97e68e 46URL: http://www.gnu.org/software/gdb/
a7de96f0 47BuildRequires: autoconf >= 2.69
830462ab 48BuildRequires: automake
124c2194 49BuildRequires: babeltrace-devel >= 1.1.0
0e7ddf04 50BuildRequires: bison
b3dcfe9b 51BuildRequires: expat-devel
140f8057 52BuildRequires: flex >= 2.6.4
124c2194 53BuildRequires: gettext-tools >= 0.12.1
5458b868 54BuildRequires: gmp-devel
830e7ce9 55%if %{with guile}
57baf2fa
JB
56BuildRequires: guile-devel >= 5:2.0
57BuildRequires: guile-devel < 5:3.2
830e7ce9 58%endif
b28748e1
AM
59%ifarch %{ix86} %{x8664}
60BuildRequires: libipt-devel
61%endif
5458b868 62BuildRequires: libmpc-devel
04bf7c80 63BuildRequires: libselinux-devel
124c2194 64BuildRequires: libstdc++-devel >= 6:4.8
0e7ddf04 65BuildRequires: libtool >= 2:2
124c2194 66BuildRequires: make >= 3.81
169fe030 67BuildRequires: mpfr-devel
4e6d01d3 68BuildRequires: ncurses-devel >= 5.2
b3dcfe9b 69BuildRequires: pkgconfig
bdc5760f 70BuildRequires: readline-devel
0e7ddf04 71BuildRequires: rpm-devel >= 4.6
fc1b3e2b 72BuildRequires: rpmbuild(macros) >= 1.219
830e7ce9 73BuildRequires: source-highlight-devel >= 3.0
169fe030 74BuildRequires: tar >= 1:1.22
3a97e68e 75BuildRequires: texinfo >= 4.4
830e7ce9 76BuildRequires: xxHash-devel
169fe030 77BuildRequires: xz
124c2194 78BuildRequires: xz-devel
ab050a48 79BuildRequires: zlib-devel
fc1b3e2b 80%if %{with python}
0e7ddf04 81BuildRequires: python3-devel >= 1:3.2
fc1b3e2b 82BuildRequires: rpm-pythonprov
5458b868 83Obsoletes: python-gdb < 7.3
da016e1e 84# for traceback module
0e7ddf04 85Requires: python3-modules >= 1:3.2
fc1b3e2b 86%endif
3d4c8009 87%{?with_guile:Requires: guile >= 2.0.12}
b4655cd1 88BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6aa96a1b 89
174fe25c
JP
90%define autoconf_ver %(rpm -q --qf='%%{VERSION}' autoconf)
91
57baf2fa
JB
92%define _noautostrip .*%{_datadir}/gdb/guile/.*\.go
93
6aa96a1b 94%description
92563ae4 95Gdb is a full featured, command driven debugger. Gdb allows you to
96trace the execution of programs and examine their internal state at
97any time. Gdb works for C and C++ compiled with the GNU C compiler
98gcc.
6aa96a1b 99
f01e46e5
JR
100%description -l de.UTF-8
101dem Sie die Ausführung von Programmen verfolgen und jederzeit den
102inneren Zustand überprüfen können. Er funktioniert für C und mit GNU C
92563ae4 103kompiliertes C++.
6aa96a1b 104
f01e46e5
JR
105%description -l es.UTF-8
106Este es un debugger orientado a comandos repleto de características.
107Te permite rastrear la ejecución de programas y examinar su estado
c15663f7 108interno a cualquier momento. Funciona para C y C++ compilado con el
109compilador GNU C.
110
f01e46e5
JR
111%description -l fr.UTF-8
112Débugger complet, piloté par commandes. Permet de tracer l'exécution
113des programmes et d'examiner à tout moment leur état interne.
114Fonctionne avec les binaires C et C++ compilés avec le compilateur C
92563ae4 115de GNU, gcc.
6aa96a1b 116
f01e46e5
JR
117%description -l pl.UTF-8
118Gdb jest rozbudowanym odpluskwiaczem (debuggerem), pozwalającym
119śledzić wykonywanie programu i badać jego stan wewnętrzny. Gdb
120umożliwia odpluskwianie programów napisanych w C/C++ i skompilowanych
92563ae4 121przy pomocy kompilatora GNU (gcc).
6aa96a1b 122
f01e46e5
JR
123%description -l pt_BR.UTF-8
124Este é um debugger orientado a comandos repleto de características.
125Ele permite à você rastrear a execução de programas e examinar o seu
c15663f7 126estado interno a qualquer momento. Ele funciona para para C e C++
127compilado com o compilador GNU C.
128
f01e46e5
JR
129%description -l ru.UTF-8
130Это полноценный отладчик, управляемый командами. Он позволяет
131трассировать исполнение программ и изучать их внутреннее состояние в
132любой момент времени. Работает с программами на C и C++,
133скомпилированными GNU компилятором C (gcc, egcs, pgcc).
11d14365 134
f01e46e5
JR
135%description -l tr.UTF-8
136Bir komut arayüzü üzerinden programcıya programını adım adım izleme
137(trace) ve herhangi bir anda programın durumunu inceleme olanağı
92563ae4 138verir.
6aa96a1b 139
f01e46e5
JR
140%description -l uk.UTF-8
141Це повноцінний відладчик, що керується командами. Він дозволяє
142трасувати виконання програм та вивчати їх внутрішній стан в довільний
143момент часу. Працює з програмами на C та C++, зкомпільованими
144компіляторами GNU C (gcc, egcs, pgcc).
11d14365 145
7566401a
ER
146%package gdbserver
147Summary: A standalone server for GDB (the GNU source-level debugger)
138e5ce3 148Summary(pl.UTF-8): Samodzielny serwer GDB (debuggera GNU)
7566401a
ER
149Group: Development/Debuggers
150
151%description gdbserver
152GDB, the GNU debugger, allows you to debug programs written in C, C++,
153Java, and other languages, by executing them in a controlled fashion
154and printing their data.
155
156This package provides a program that allows you to run GDB on a
157different machine than the one which is running the program being
158debugged.
159
138e5ce3 160%description gdbserver -l pl.UTF-8
6ed6bacf
AM
161GDB (GNU debugger) pozwala śledzić programy napisane w C, C++, Javie i
162innych językach programowania poprzez wykonywanie ich w sposób
138e5ce3
JB
163kontrolowany oraz wypisywanie ich danych.
164
165Ten pakiet zawiera program pozwalający uruchamiać GDB na innej
166maszynie niż ta, na której działa śledzony program.
167
f02a934e 168%package lib
4e0c2e1e 169Summary: GDB in the form of a static library
0ec45698 170Summary(pl.UTF-8): GDB w postaci biblioteki statycznej
f02a934e 171Group: Development/Debuggers
786e369a 172# libraries that needs to be linked to fulfill libgdb.a symbol requirements
a8252687
JB
173Requires: binutils-devel >= 2.17.50
174Requires: expat-devel
175Requires: libselinux-devel
176Requires: libsepol-devel
177Requires: ncurses-devel
3a039e54 178Requires: python3-devel
a8252687
JB
179Requires: readline-devel
180Requires: xz-devel
181Requires: zlib-devel
f02a934e
JR
182
183%description lib
184GDB in the form of a static library.
185
f01e46e5 186%description lib -l pl.UTF-8
4e0c2e1e
JB
187GDB w postaci biblioteki statycznej.
188
6aa96a1b 189%prep
b90874d2 190%setup -q
049ba25c 191
049ba25c 192# Files have `# <number> <file>' statements breaking VPATH / find-debuginfo.sh .
f281b164
JB
193%{__rm} gdb/ada-exp.c gdb/ada-lex.c gdb/c-exp.c gdb/cp-name-parser.c gdb/f-exp.c
194%{__rm} gdb/m2-exp.c gdb/p-exp.c
049ba25c 195
b90874d2
JR
196%patch100 -p1
197%patch101 -p1
198%patch102 -p1
b90874d2 199%patch104 -p1
969912f7 200%patch105 -p1
140f8057 201%patch106 -p1
321e94d6 202%patch110 -p1
ed003b1c 203
a59c1d89
ER
204%patch1000 -p1
205%patch1001 -p1
206%patch1002 -p1
8124607e 207%patch1003 -p1
a59c1d89 208%patch1005 -p1
84034fed 209%patch1006 -p1
9164351f 210
41611023
ER
211# Change the version that gets printed at GDB startup, so it is PLD Linux specific.
212cat > gdb/version.in << EOF
765d4ce9 213%{version}-%{release} (PLD Linux)
41611023
ER
214EOF
215
0e7ddf04 216%{__sed} -i -e '1s,/usr/bin/python$,%{__python},' \
e28f2cc1 217 contrib/dg-extract-results.py \
0e7ddf04
JB
218
219%{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' \
e28f2cc1 220 gdb/contrib/test_pubnames_and_indexes.py \
e28f2cc1
AM
221 gdb/testsuite/print-ts.py
222
0e7ddf04
JB
223%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' \
224 gdb/testsuite/analyze-racy-logs.py \
e28f2cc1
AM
225 gdb/copyright.py
226
0e7ddf04 227%{__sed} -i -e '1s,/usr/bin/env bash,/bin/bash,' \
e28f2cc1 228 gdb/contrib/cc-with-tweaks.sh \
e28f2cc1
AM
229 gdb/gcore.in \
230 src-release.sh
754d4c0c 231
174fe25c
JP
232sed -i -e 's/\[2\.69\]/[%{autoconf_ver}]/' config/override.m4
233
6aa96a1b 234%build
7f5ea247 235# omit hand-written gdb/testsuite aclocal.m4
174fe25c 236for dir in gdb gdbserver ; do
7f5ea247
JB
237 olddir=$(pwd)
238 cd $dir
239 %{__rm} aclocal.m4
240 %{__aclocal} $(grep '^ACLOCAL_AMFLAGS' Makefile.in | sed -e 's/.*=//')
241 cd $olddir
242done
754d4c0c 243for dir in $(find gdb -name 'configure.in' -o -name 'configure.ac'); do
0cd7a575
AM
244 dir=$(dirname "$dir")
245 olddir=$(pwd)
246 cd $dir
0cd7a575 247 %{__autoconf}
754d4c0c 248 grep -q AC_CONFIG_HEADER configure.* && %{__autoheader}
0cd7a575
AM
249 cd $olddir
250done
3661d025 251cp -f /usr/share/automake/config.* .
e28f2cc1 252install -d build && cd build
3a97e68e 253# don't --enable-shared here, there would be libs version mismatch with binutils
e28f2cc1 254../%configure \
fdffb271 255 --disable-gdbtk \
ebd49a3e 256 --disable-shared \
449770db 257 --disable-silent-rules \
fdffb271 258 --enable-gdbcli \
b257c914 259 --enable-gdbmi \
260 --enable-multi-ice \
ebd49a3e 261 --enable-netrom \
fdffb271 262 --enable-nls \
5f8bd10e 263 --enable-tui \
fdffb271 264 --with-cpu=%{_target_cpu} \
449770db
JB
265 --with-gdb-datadir=%{_datadir}/gdb \
266 --with-guile%{!?with_guile:=no} \
ac43b5eb 267%ifnarch alpha
3a97e68e 268 --with-mmalloc \
ac43b5eb 269%endif
449770db 270%if %{with python}
3a039e54
JP
271 --with-python="%{__python3}" \
272 --with-pythondir=%{py3_sitescriptdir} \
449770db
JB
273%else
274 --without-python \
275%endif
276 --with-separate-debug-dir=/usr/lib/debug \
277 --with-system-readline \
3a97e68e
JB
278 --without-included-gettext \
279 --without-included-regex \
280 --without-x
ebd49a3e 281
449770db
JB
282# V=1 because only some subdirs honour --enable-silent-rules
283%{__make} \
284 V=1
285
a59c1d89 286%{__make} -j1 info
6aa96a1b 287
f412e1b4 288# gdb/ChangeLog: Build gdb directly from *.o files not using libgdb.a.
449770db
JB
289%{__make} -C gdb libgdb.a \
290 V=1
f412e1b4 291
6aa96a1b 292%install
293rm -rf $RPM_BUILD_ROOT
5ff7d7dd 294install -d $RPM_BUILD_ROOT%{_infodir}
6aa96a1b 295
e28f2cc1 296%{__make} -C build -j1 install install-info \
049ba25c 297 DESTDIR=$RPM_BUILD_ROOT
e611e157 298
e28f2cc1 299cp -a build/gdb/libgdb.a $RPM_BUILD_ROOT%{_libdir}
124c2194
JB
300
301# gdbtui seems all identical to gdb except when invoked as gdbtui, ncurses
a59c1d89
ER
302# window is created too.
303echo ".so gdb.1" > $RPM_BUILD_ROOT%{_mandir}/man1/gdbtui.1
304ln -f $RPM_BUILD_ROOT%{_bindir}/{gdb,gdbtui}
305
8d9a5f3e 306bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
124c2194 307%{__rm} $RPM_BUILD_ROOT%{_mandir}/README.gdb-non-english-man-pages
7566401a
ER
308
309rm -f $RPM_BUILD_ROOT%{_infodir}/dir
7566401a
ER
310
311%if %{with python}
312# Temporarily now:
432e4f9b 313for LIB in lib lib64 libx32; do
7566401a
ER
314 LIBPATH="$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{_prefix}/$LIB"
315 install -d $LIBPATH
7566401a 316done
fc1b3e2b 317
3a039e54
JP
318%py3_ocomp $RPM_BUILD_ROOT%{py3_sitescriptdir}
319%py3_comp $RPM_BUILD_ROOT%{py3_sitescriptdir}
7566401a 320%endif
8d9a5f3e 321
41611023
ER
322cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/man1/gstack.1
323
e28f2cc1 324cp -p build/libdecnumber/libdecnumber.a $RPM_BUILD_ROOT%{_libdir}
70189bec 325
7566401a 326# Remove the files that are part of a gdb build but that are owned and provided by other packages.
d7dc9553
JB
327# These are part of binutils:
328%{__rm} $RPM_BUILD_ROOT%{_localedir}/*/LC_MESSAGES/{bfd,opcodes}.mo
0e7ddf04 329%{__rm} $RPM_BUILD_ROOT%{_infodir}/{bfd,ctf-spec}.info*
2a89498c
JB
330%{__rm} $RPM_BUILD_ROOT%{_includedir}/{ansidecl,bfd,bfdlink,ctf,ctf-api,diagnostics,dis-asm,symcat,plugin-api}.h
331%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib{bfd,ctf,ctf-nobfd,opcodes}.la
332%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib{bfd,ctf,ctf-nobfd,opcodes}.a
f02a934e 333
b0a9ea6d
JB
334%clean
335rm -rf $RPM_BUILD_ROOT
6aa96a1b 336
138e5ce3 337%post -p /sbin/postshell
1f7f0d47 338-/usr/sbin/fix-info-dir -c %{_infodir}
6aa96a1b 339
138e5ce3 340%postun -p /sbin/postshell
1f7f0d47 341-/usr/sbin/fix-info-dir -c %{_infodir}
6aa96a1b 342
6aa96a1b 343%files
0241102e 344%defattr(644,root,root,755)
0e7ddf04 345%doc gdb/{NEWS,PROBLEMS,README}
7566401a
ER
346%attr(755,root,root) %{_bindir}/gdb
347%attr(755,root,root) %{_bindir}/gdbtui
969912f7
JR
348%attr(755,root,root) %{_bindir}/gdb-add-index
349%attr(755,root,root) %{_bindir}/gstack
321e94d6 350%attr(755,root,root) %{_bindir}/gcore
7566401a 351%dir %{_datadir}/gdb
a6c8042b
PS
352%dir %{_datadir}/gdb/auto-load
353%dir %{_datadir}/gdb/auto-load%{_prefix}
354%dir %{_datadir}/gdb/auto-load%{_prefix}/lib
432e4f9b 355%ifarch %{x8664} x32
a6c8042b 356%dir %{_datadir}/gdb/auto-load%{_prefix}/lib64
432e4f9b 357%dir %{_datadir}/gdb/auto-load%{_prefix}/libx32
a6c8042b 358%endif
174fe25c
JP
359%ifarch aarch64
360%dir %{_datadir}/gdb/auto-load%{_prefix}/lib64
361%endif
4ed7a5ee 362%{?with_guile:%{_datadir}/gdb/guile}
7566401a 363%{_datadir}/gdb/syscalls
3e0eff1e 364%{_datadir}/gdb/system-gdbinit
6ed6bacf 365%{_datadir}/gdb/python
7566401a
ER
366%{_mandir}/man1/gdb.1*
367%{_mandir}/man1/gdbtui.1*
f727df28 368%{_mandir}/man1/gdb-add-index.1*
41611023 369%{_mandir}/man1/gstack.1*
321e94d6 370%{_mandir}/man1/gcore.1*
3e0eff1e 371%{_mandir}/man5/gdbinit.5*
8d9a5f3e 372%lang(es) %{_mandir}/es/man1/*
373%lang(fr) %{_mandir}/fr/man1/*
374%lang(hu) %{_mandir}/hu/man1/*
375%lang(ja) %{_mandir}/ja/man1/*
376%lang(pl) %{_mandir}/pl/man1/*
7566401a
ER
377%{_infodir}/annotate.info*
378%{_infodir}/gdb.info*
7566401a
ER
379%{_infodir}/stabs.info*
380
138e5ce3
JB
381%files gdbserver
382%defattr(644,root,root,755)
383%attr(755,root,root) %{_bindir}/gdbserver
384%{_mandir}/man1/gdbserver.1*
19bd73a6 385%ifnarch %{arm}
138e5ce3 386%attr(755,root,root) %{_libdir}/libinproctrace.so
19bd73a6 387%endif
138e5ce3 388
f02a934e
JR
389%files lib
390%defattr(644,root,root,755)
70189bec 391%{_libdir}/libdecnumber.a
f02a934e 392%{_libdir}/libgdb.a
d7dc9553 393%{_includedir}/gdb
This page took 0.278537 seconds and 4 git commands to generate.