%define python_sitepkgsdir %(echo `python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/site-packages/')"`) %define python_compile_opt python -O -c "import compileall; compileall.compile_dir('pydb')" %define python_compile python -c "import compileall; compileall.compile_dir('pydb')" Summary: X interface to the GDB, DBX and XDB debuggers Summary(pl): Interfejs X do debugerów GDB, DBX i XDB Name: ddd Version: 3.3.1 Release: 7 License: GPL Group: Development/Debuggers Group(de): Entwicklung/Debugger Group(pl): Programowanie/Odpluskwiacze Source0: ftp://ftp.gnu.org/gnu/ddd/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}-python.desktop Patch0: %{name}-DESTDIR.patch Patch1: %{name}-ptrace.patch Patch2: %{name}-info.patch Icon: ddd.xpm URL: http://www.gnu.org/software/ddd/ BuildRequires: XFree86-devel BuildRequires: motif-devel BuildRequires: ncurses-devel >= 5.0 BuildRequires: libstdc++-devel BuildRequires: python BuildRequires: texinfo BuildRequires: automake Requires: gdb BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %define _mandir %{_prefix}/man %description The Data Display Debugger (DDD) is a common graphical user interface for GDB, DBX, and XDB, the popular UNIX debuggers. Besides ``classical'' front-end features such as viewing source texts, DDD provides a graphical data display, where data structures are displayed as graphs. A simple mouse click dereferences pointers or views structure contents, updated each time the program stops. Using DDD, you can reason about your application by viewing its data, not just by viewing it execute lines of source code. Other DDD features include: debugging of programs written in C, C++, Ada, Fortran, Java, Pascal, Modula-2, or Modula-3; machine-level debugging; hypertext source navigation and lookup; breakpoint, backtrace, and history editors; preferences and settings editors; program execution in terminal emulator window; debugging on remote host; on-line manual; interactive help on the Motif user interface; GDB/DBX/XDB command-line interface with full editing, history, search, and completion capabilities. DDD has been designed to compete with well-known commercial debuggers %description -l pl Data Display Debugger (DDD) jest typowym graficznym interfejsem do GDB, DBX, i XDB - popularnych UNIXowych debuggerów. Poza ``klasycznymi'' możliwościami interfejsów graficznych takich jak przeglądanie kodów źródłowych DDD dostarcza graficznych narzędzi, gdzie struktury wyświetlane są w postaci graficznej. Proste kliknięcie myszą pozwala na przeglądanie zawartości struktur (aktualizowane za każdym razem gdy program się zatrzyma). Inne możliwości DDD to: możliwość debugowania programów napisanych w C, C++, Ada, Fortran, Java, Pascal, Modula-2, or Modula-2; debugowanie na poziomie maszyny; hypertekstowa nawigacja po źródłach; breakpoint, backtrace i emulator okna historii; możliwość ustawiania preferencji; uruchamianie programów w oknie terminala; debugowanie na zdalnych serwerach; podręcznik on-line; interaktywna pomoc; linia poleceń GDB/DBX/XDB z pełną edycją, historią i wyszukiwaniem. %package python Summary: X interface to the GDB, DBX and XDB debuggers - The python debugger Summary(pl): Interfejs X do debugerów GDB, DBX i XDB - debugger pythona Group: Development/Debuggers Group(de): Entwicklung/Debugger Group(pl): Programowanie/Odpluskwiacze Requires: %{name} = %{version} %description python Data Display Debugger - python debugger. %description -l pl Data Display Debugger - debugger pythona. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %build automake -a -c %configure2_13 \ --with-motif %{__make} CXXOPT="-DNDEBUG %{rpmcflags}" %python_compile %python_compile_opt %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{python_sitepkgsdir} \ $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults \ $RPM_BUILD_ROOT%{_applnkdir}/Development %{__make} DESTDIR=$RPM_BUILD_ROOT install install pydb/pydb.py $RPM_BUILD_ROOT%{_bindir}/pydb install pydb/{pydbcmd,pydbsupt}.py[co] $RPM_BUILD_ROOT%{python_sitepkgsdir} install ddd/Ddd $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Development gzip -9nf ANNOUNCE BUGS NEWS* OPENBUGS PROBLEMS README TIPS %clean rm -rf $RPM_BUILD_ROOT %post [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %postun [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %files %defattr(644,root,root,755) %doc {ANNOUNCE,BUGS,NEWS*,OPENBUGS,PROBLEMS,README,TIPS}.gz %doc doc/sample.dddinit %{_applnkdir}/Development/ddd.desktop %attr(755,root,root) %{_bindir}/ddd %{_libdir}/X11/app-defaults/Ddd %{_mandir}/man1/* %{_datadir}/ddd* %{_infodir}/ddd* %files python %defattr(644,root,root,755) %{_applnkdir}/Development/ddd-python.desktop %attr(755,root,root) %{_bindir}/pydb %{python_sitepkgsdir}/*