blaeh, xz isn't available on <= SLE11.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=142
This commit is contained in:
parent
f0a54bf7bf
commit
8017e8b690
3
gdb-7.11.1.tar.bz2
Normal file
3
gdb-7.11.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52497db17119a21d59bc62ac5f1138b8061990f97fee6138c4e8b4d7104e67e0
|
||||
size 27307242
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70
|
||||
size 18947760
|
3
gdb-libstdc++-v3-python-r225521.tar.bz2
Normal file
3
gdb-libstdc++-v3-python-r225521.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c620865e7c00c9c2e644fa693a11170bbf2fec83c078c597e61606c38d2e2562
|
||||
size 19254
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dc01d5ac69eb9a05ca7cd2c57236d9cdb58f94ca607c7c239c3e876974949b4
|
||||
size 18312
|
@ -10,7 +10,6 @@ Mon Jun 20 16:36:04 UTC 2016 - matz@suse.com
|
||||
gdb-rhbz1261564-aarch64-hw-watchpoint-test.patch
|
||||
gdb-rhbz1325795-framefilters-test.patch
|
||||
gdb-testsuite-dw2-undefined-ret-addr.patch
|
||||
- Use xz instead of bzip2 as archive format.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 10:49:47 UTC 2016 - martin.liska@suse.com
|
||||
|
4
gdb.spec
4
gdb.spec
@ -36,7 +36,7 @@ Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Do not provide URL for snapshots as the file lasts there only for 2 days.
|
||||
# ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.gz
|
||||
Source: gdb-%{version}.tar.xz
|
||||
Source: gdb-%{version}.tar.bz2
|
||||
Url: http://gnu.org/software/gdb/
|
||||
|
||||
%if "%{scl}" == "devtoolset-1.1"
|
||||
@ -79,7 +79,7 @@ Source4: gdbinit
|
||||
|
||||
# libstdc++ pretty printers from GCC SVN HEAD (4.5 experimental).
|
||||
%global libstdcxxpython gdb-libstdc++-v3-python-r225521
|
||||
Source5: %{libstdcxxpython}.tar.xz
|
||||
Source5: %{libstdcxxpython}.tar.bz2
|
||||
|
||||
# Provide gdbtui for RHEL-5 and RHEL-6 as it is removed upstream (BZ 797664).
|
||||
Source6: gdbtui
|
||||
|
@ -7,8 +7,8 @@ my $dir = `pwd`;
|
||||
chomp($dir);
|
||||
|
||||
system "rm \$(grep \"^Patch[0-9]\\{1,3\\}:\" gdb.spec | cut -d\" \" -f 2) 2>/dev/null";
|
||||
system "rm *.tar.{bz2,xz}";
|
||||
system "cp -p $gdbFedora/*.tar.{bz2,xz} ./";
|
||||
system "rm *.tar.bz2";
|
||||
system "cp -p $gdbFedora/*.tar.bz2 ./";
|
||||
system "pushd $gdbFedora ; sh $dir/patchname_get.sh -v gdb.spec 2>$dir/test.txt; popd";
|
||||
system "grep \"^Patch\" test.txt > test2.txt";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user