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