From 138e5ce381a5e71745f59bc89f979d1df70d6ab6 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 6 Jan 2011 18:41:09 +0000 Subject: [PATCH 1/1] - pl for gdbserver, fixed c/p in python-gdb summary Changed files: gdb.spec -> 1.134 --- gdb.spec | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/gdb.spec b/gdb.spec index 78c66b0..beb2fb4 100644 --- a/gdb.spec +++ b/gdb.spec @@ -244,6 +244,7 @@ verir. %package gdbserver Summary: A standalone server for GDB (the GNU source-level debugger) +Summary(pl.UTF-8): Samodzielny serwer GDB (debuggera GNU) Group: Development/Debuggers %description gdbserver @@ -255,15 +256,26 @@ This package provides a program that allows you to run GDB on a different machine than the one which is running the program being debugged. +%description gdbserver -l pl.UTF-8 +GDB (GNU debugger) pozwala śledzić programy napisane w C, C++, Javie +i innych językach programowania poprzez wykonywanie ich w sposób +kontrolowany oraz wypisywanie ich danych. + +Ten pakiet zawiera program pozwalający uruchamiać GDB na innej +maszynie niż ta, na której działa śledzony program. + %package -n python-%{name} Summary: GDB Python bindings -Summary(pl.UTF-8): Wiązania PackageKit dla Pythona +Summary(pl.UTF-8): Wiązania GDB dla Pythona Group: Development/Languages/Python Requires: python-libs %description -n python-%{name} GDB Python bindings. +%description -n python-%{name} -l pl.UTF-8 +Wiązania GDB dla Pythona. + %package lib Summary: GDB in the form of a static library Summary(pl.UTF-8): GDB w postaci biblioteki statycznej @@ -516,10 +528,10 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/lib{bfd*,opcodes*,iberty*,mmalloc*} %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/postshell +%post -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun -p /sbin/postshell +%postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files @@ -544,6 +556,12 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/gdbint.info* %{_infodir}/stabs.info* +%files gdbserver +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/gdbserver +%{_mandir}/man1/gdbserver.1* +%attr(755,root,root) %{_libdir}/libinproctrace.so + %if %{with python} %files -n python-%{name} %defattr(644,root,root,755) @@ -557,12 +575,6 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gdb/auto-load %endif -%files gdbserver -%defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/gdbserver -%{_mandir}/man1/gdbserver.1* -%attr(755,root,root) %{_libdir}/libinproctrace.so - %files lib %defattr(644,root,root,755) %{_libdir}/libgdb.a -- 2.44.0