bug965318 - improve debuginfo of assembler sources
This commit is contained in:
parent
67404b3663
commit
ba5742d437
21
gmp-6.0.0-debuginfo.patch
Normal file
21
gmp-6.0.0-debuginfo.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
diff -up wrk/mpn/m4-ccas.wrk wrk/mpn/m4-ccas
|
||||||
|
--- wrk/mpn/m4-ccas.wrk 2015-04-02 16:44:03.645305407 +0200
|
||||||
|
+++ wrk/mpn/m4-ccas 2015-04-02 16:21:57.893870969 +0200
|
||||||
|
@@ -104,4 +104,4 @@ echo "$CC"
|
||||||
|
$CC || exit
|
||||||
|
|
||||||
|
# Comment this out to preserve .s intermediates
|
||||||
|
-rm -f $TMP
|
||||||
|
+#rm -f $TMP
|
||||||
|
diff -up wrk/mpn/Makeasm.am.wrk wrk/mpn/Makeasm.am
|
||||||
|
--- wrk/mpn/Makeasm.am.wrk 2015-04-02 16:42:41.692278742 +0200
|
||||||
|
+++ wrk/mpn/Makeasm.am 2015-04-02 16:21:57.891870945 +0200
|
||||||
|
@@ -66,7 +66,7 @@ SUFFIXES = .s .S .asm
|
||||||
|
|
||||||
|
|
||||||
|
# can be overridden during development, eg. "make RM_TMP=: mul_1.lo"
|
||||||
|
-RM_TMP = rm -f
|
||||||
|
+RM_TMP = true
|
||||||
|
|
||||||
|
|
||||||
|
# .S assembler, preprocessed with cpp.
|
7
gmp.spec
7
gmp.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: A GNU arbitrary precision library
|
Summary: A GNU arbitrary precision library
|
||||||
Name: gmp
|
Name: gmp
|
||||||
Version: 6.0.0
|
Version: 6.0.0
|
||||||
Release: 7%{?dist}
|
Release: 9%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
URL: http://gmplib.org/
|
URL: http://gmplib.org/
|
||||||
Source0: ftp://ftp.gmplib.org/pub/gmp-%{version}/gmp-%{version}a.tar.bz2
|
Source0: ftp://ftp.gmplib.org/pub/gmp-%{version}/gmp-%{version}a.tar.bz2
|
||||||
@ -15,6 +15,7 @@ Source2: gmp.h
|
|||||||
Source3: gmp-mparam.h
|
Source3: gmp-mparam.h
|
||||||
Patch0: gmp-4.0.1-s390.patch
|
Patch0: gmp-4.0.1-s390.patch
|
||||||
Patch1: gmp-6.0.0-ppc64.patch
|
Patch1: gmp-6.0.0-ppc64.patch
|
||||||
|
Patch2: gmp-6.0.0-debuginfo.patch
|
||||||
License: LGPLv3+ or GPLv2+
|
License: LGPLv3+ or GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -62,6 +63,7 @@ in applications.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .s390
|
%patch0 -p1 -b .s390
|
||||||
%patch1 -p1 -b .ppc64
|
%patch1 -p1 -b .ppc64
|
||||||
|
%patch2 -p1 -b .debuginfo
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ifv
|
autoreconf -ifv
|
||||||
@ -232,6 +234,9 @@ exit 0
|
|||||||
%{_libdir}/libgmpxx.a
|
%{_libdir}/libgmpxx.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 02 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:6.0.0-9
|
||||||
|
- bug965318 - improve debuginfo of assembler sources
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:6.0.0-7
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:6.0.0-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user