packaging: embed gmp-6.2.1 and mpfr-4.2.0 01/315301/1
authorDongkyun Son <dongkyun.s@samsung.com>
Sun, 28 Jul 2024 23:22:29 +0000 (08:22 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Tue, 30 Jul 2024 03:29:06 +0000 (12:29 +0900)
Change-Id: I9f5ed836a6cf4b4e876f3fdd8df9b23e801ade10
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/gdb.spec
packaging/gmp-6.2.1.tar.bz2 [new file with mode: 0644]
packaging/mpfr-4.2.0.tar.bz2 [new file with mode: 0644]

index bca708f9c39e5ff374d028df63e9878a43ed786b..c1ccd685e376f7e5d42e4e50607ab096f345d706 100644 (file)
@@ -24,6 +24,8 @@ Summary:        A GNU source-level debugger for C, C++, Java and other languages
 Url:            http://gnu.org/software/gdb/
 Group:          Development/Toolchain
 Source:         ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
+Source10:       gmp-6.2.1.tar.bz2
+Source11:       mpfr-4.2.0.tar.bz2
 Source1001:     gdb.manifest
 %define gdb_src gdb-%{version}
 %define gdb_build build-%{_target_platform}
@@ -79,6 +81,10 @@ Results from running the gdb tests.
 %prep
 %setup -q
 cp %{SOURCE1001} .
+tar xf %{SOURCE10}
+ln -sf gmp-6.2.1 gmp
+tar xf %{SOURCE11}
+ln -sf mpfr-4.2.0 mpfr
 
 # Remove the info and other generated files added by the FSF release
 # process.
diff --git a/packaging/gmp-6.2.1.tar.bz2 b/packaging/gmp-6.2.1.tar.bz2
new file mode 100644 (file)
index 0000000..3056336
Binary files /dev/null and b/packaging/gmp-6.2.1.tar.bz2 differ
diff --git a/packaging/mpfr-4.2.0.tar.bz2 b/packaging/mpfr-4.2.0.tar.bz2
new file mode 100644 (file)
index 0000000..580f609
Binary files /dev/null and b/packaging/mpfr-4.2.0.tar.bz2 differ