packages: gdb/gdb.spec - pl for gdbserver, fixed c/p in python-gdb summary
qboosh
qboosh at pld-linux.org
Thu Jan 6 19:41:14 CET 2011
Author: qboosh Date: Thu Jan 6 18:41:14 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- pl for gdbserver, fixed c/p in python-gdb summary
---- Files affected:
packages/gdb:
gdb.spec (1.133 -> 1.134)
---- Diffs:
================================================================
Index: packages/gdb/gdb.spec
diff -u packages/gdb/gdb.spec:1.133 packages/gdb/gdb.spec:1.134
--- packages/gdb/gdb.spec:1.133 Mon Nov 8 23:05:52 2010
+++ packages/gdb/gdb.spec Thu Jan 6 19:41:09 2011
@@ -245,6 +245,7 @@
%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
@@ -256,15 +257,26 @@
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
@@ -517,10 +529,10 @@
%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
@@ -545,6 +557,12 @@
%{_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)
@@ -558,12 +576,6 @@
%{_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
@@ -574,6 +586,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.134 2011/01/06 18:41:09 qboosh
+- pl for gdbserver, fixed c/p in python-gdb summary
+
Revision 1.133 2010/11/08 22:05:52 shadzik
- rel 2
- bump up autoconf version
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gdb/gdb.spec?r1=1.133&r2=1.134&f=u
More information about the pld-cvs-commit
mailing list