]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- rel 7 auto/th/gdb-7_2-7 auto/ti/gdb-7_2-7
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 21 Sep 2011 17:50:43 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package libdecnumber.a library needed by libgdb.a

Changed files:
    gdb.spec -> 1.141

gdb.spec

index c49961900c2b59ee4e49d09351da351509f0a055..d00a7131769e1721c859a1a6edc1809948860933 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.2
-Release:       6
+Release:       7
 License:       GPL v3+
 Group:         Development/Debuggers
 Source0:       http://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2
@@ -517,6 +517,8 @@ done
 
 cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/man1/gstack.1
 
+install libdecnumber/libdecnumber.a $RPM_BUILD_ROOT%{_libdir}
+
 # Remove the files that are part of a gdb build but that are owned and provided by other packages.
 # These are part of binutils
 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
@@ -579,4 +581,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files lib
 %defattr(644,root,root,755)
+%{_libdir}/libdecnumber.a
 %{_libdir}/libgdb.a
This page took 0.038617 seconds and 4 git commands to generate.