Accepting request 571873 from home:avindra

- Upgrade to 1.2.1
  * minor package fixes for tilegx, mips, others
  * fix missing include file issues
- cleanup with spec-cleaner
- do not ship static libraries

OBS-URL: https://build.opensuse.org/request/show/571873
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=34
This commit is contained in:
Tomáš Chvátal 2018-02-02 11:11:16 +00:00 committed by Git OBS Bridge
parent a8429d8e44
commit 8c034ea5ed
6 changed files with 21 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d222f186b6bc60f49dac5030516ec35a7ed0ccca675551d6cf81008112116abc
size 1172290

Binary file not shown.

3
libunwind-1.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f3ecb90e28cbe53fba7a4a27ccce7aad188d3210bb1964a923a731a27a75acb
size 780774

BIN
libunwind-1.2.1.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 24 04:05:11 UTC 2018 - avindra@opensuse.org
- Upgrade to 1.2.1
* minor package fixes for tilegx, mips, others
* fix missing include file issues
- cleanup with spec-cleaner
- do not ship static libraries
-------------------------------------------------------------------
Mon Jun 20 09:12:10 UTC 2016 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libunwind
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,23 +16,22 @@
#
%define realver 1.2-rc1
%define realver 1.2.1
Name: libunwind
Version: 1.2~rc1
Version: 1.2.1
Release: 0
Summary: Unwind Library
License: MIT
Group: System/Base
Url: http://savannah.nongnu.org/projects/libunwind/
Source0: http://download.savannah.gnu.org/releases/libunwind/libunwind-%{realver}.tar.gz
Source1: http://download.savannah.gnu.org/releases/libunwind/libunwind-%{realver}.tar.gz.sig
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{realver}.tar.gz
Source1: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{realver}.tar.gz.sig
Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: gcc-c++
BuildRequires: lzma-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(atomic_ops)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64
%description
@ -63,21 +62,18 @@ make check %{?_smp_mflags} || :
%endif
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
find %{buildroot} -type f -name "*.la" -delete -print
%make_install
find %{buildroot} -iregex '.*\.l?a$' -delete -print
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%{_libdir}/lib*.so.*
%files devel
%defattr(-, root, root)
%{_includedir}/*
%{_libdir}/libunwind*.a
%{_libdir}/libunwind*.so
%{_libdir}/pkgconfig/libunwind*.pc
%{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}*.pc
%changelog