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