]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb.spec
- switch on parallel building
[packages/gdb.git] / gdb.spec
index 6c8498a86139321e976cc6919c63ea9413a5ee4a..5dbb0b01c661654d51077fe877aa43a20241994c 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -20,12 +20,12 @@ Summary(zh_CN.UTF-8):       [开发]C和其他语言的调试器
 Summary(zh_TW.UTF-8):  [.-A開發]C和.$)B其.-A他語.$)B言的調試器
 %define                snap    20120926
 Name:          gdb
-Version:       7.6
-Release:       0.1
+Version:       7.6.1
+Release:       1
 License:       GPL v3+
 Group:         Development/Debuggers
 Source0:       http://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2
-# Source0-md5: fda57170e4d11cdde74259ca575412a8
+# Source0-md5: fbc4dab4181e6e9937075b43a4ce2732
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 2e8a48939ae282c12bbacdd54e398247
 Source3:       %{name}-gstack.man
@@ -146,15 +146,15 @@ Summary:  GDB in the form of a static library
 Summary(pl.UTF-8):     GDB w postaci biblioteki statycznej
 Group:         Development/Debuggers
 # libraries that needs to be linked to fulfill libgdb.a symbol requirements
-Requires:      binutils-static >= 2.17.50
-Requires:      expat-static
-Requires:      libselinux-static
-Requires:      libsepol-static
-Requires:      ncurses-static
-Requires:      python-static
-Requires:      readline-static
-Requires:      xz-static
-Requires:      zlib-static
+Requires:      binutils-devel >= 2.17.50
+Requires:      expat-devel
+Requires:      libselinux-devel
+Requires:      libsepol-devel
+Requires:      ncurses-devel
+Requires:      python-devel
+Requires:      readline-devel
+Requires:      xz-devel
+Requires:      zlib-devel
 
 %description lib
 GDB in the form of a static library.
@@ -235,11 +235,11 @@ cp -f /usr/share/automake/config.* .
        --without-included-regex \
        --without-x
 
-%{__make} -j1
+%{__make}
 %{__make} -j1 info
 
 # gdb/ChangeLog: Build gdb directly from *.o files not using libgdb.a.
-%{__make} -j1 -C gdb libgdb.a
+%{__make} -C gdb libgdb.a
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.032075 seconds and 4 git commands to generate.