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