- Enable minidebugs parsing with lzma

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal 2016-06-20 09:12:48 +00:00 committed by Git OBS Bridge
parent 6e8decc5f1
commit a8429d8e44
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 20 09:12:10 UTC 2016 - tchvatal@suse.com
- Enable minidebugs parsing with lzma
-------------------------------------------------------------------
Tue May 17 11:10:54 UTC 2016 - tchvatal@suse.com

View File

@ -29,10 +29,11 @@ Source1: http://download.savannah.gnu.org/releases/libunwind/libunwind-%{
Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: gcc-c++
BuildRequires: libatomic_ops-devel
BuildRequires: pkg-config
BuildRequires: lzma-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(atomic_ops)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 x86_64 %arm ppc ppc64 ppc64le aarch64
ExclusiveArch: %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64
%description
A portable and efficient C programming interface (API) to determine the
@ -51,7 +52,8 @@ call-chain of a program.
%setup -q -n %{name}-%{realver}
%build
%configure
%configure \
--enable-minidebuginfo
make %{?_smp_mflags}
%check