]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- provide auto-load directories for 3-rd party python pretty printers. auto/th/gdb-7_3_1-3
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 13 Jan 2012 18:42:51 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3.

Changed files:
    gdb.spec -> 1.146

gdb.spec

index fcffb9e78b956efffe619673a4ea264ffa62908f..fb49d7df0331f33c0421e272cc3480ef7f3c2fb0 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -20,7 +20,7 @@ Summary(zh_CN.UTF-8): [开发]C和其他语言的调试器
 Summary(zh_TW.UTF-8):  [.-A開發]C和.$)B其.-A他語.$)B言的調試器
 Name:          gdb
 Version:       7.3.1
-Release:       2
+Release:       3
 License:       GPL v3+
 Group:         Development/Debuggers
 Source0:       http://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2
@@ -545,6 +545,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/gdb-add-index
 %attr(755,root,root) %{_bindir}/gstack
 %dir %{_datadir}/gdb
+%dir %{_datadir}/gdb/auto-load
+%dir %{_datadir}/gdb/auto-load%{_prefix}
+%dir %{_datadir}/gdb/auto-load%{_prefix}/lib
+%ifarch %{x8664}
+%dir %{_datadir}/gdb/auto-load%{_prefix}/lib64
+%endif
 %{_datadir}/gdb/syscalls
 %{_datadir}/gdb/python
 %{_mandir}/man1/gdb.1*
This page took 0.102223 seconds and 4 git commands to generate.