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