SHA256
1
0
forked from pool/optee-client

Accepting request 708869 from hardware:boot

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/708869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/optee-client?expand=0&rev=3
This commit is contained in:
2019-06-12 11:14:40 +00:00
committed by Git OBS Bridge
5 changed files with 14 additions and 23 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat May 11 18:39:56 UTC 2019 - Andreas Färber <afaerber@suse.de>
- Update to v3.5.0
* Drop optee-libname.patch (upstreamed)
* CMakeLists.txt is no longer wrongly installed
* Notice.md was dropped
-------------------------------------------------------------------
Mon Jun 18 19:34:56 UTC 2018 - tchvatal@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package optee-client
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -18,14 +18,13 @@
%define libname libteec1
Name: optee-client
Version: 3.1.0
Version: 3.5.0
Release: 0
Summary: A Trusted Execution Environment client
License: BSD-2-Clause
Group: System/Boot
URL: https://github.com/OP-TEE/optee_client
Source: https://github.com/OP-TEE/optee_client/archive/%{version}.tar.gz#/optee_client-%{version}.tar.gz
Patch0: optee-libname.patch
BuildRequires: cmake
%description
@@ -55,7 +54,6 @@ This package contains the libvisio development files.
%prep
%setup -q -n optee_client-%{version}
%patch0 -p1
sed -i \
-e "s:-Werror ::g" \
@@ -67,15 +65,13 @@ make %{?_smp_mflags} V=1
%install
%cmake_install
# Wrongly installed file
rm %{buildroot}%{_includedir}/CMakeLists.txt
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%files
%license LICENSE
%doc README.md Notice.md
%doc README.md
%{_sbindir}/tee-supplicant
%files devel

View File

@@ -1,13 +0,0 @@
Index: optee_client-3.1.0/libteec/CMakeLists.txt
===================================================================
--- optee_client-3.1.0.orig/libteec/CMakeLists.txt
+++ optee_client-3.1.0/libteec/CMakeLists.txt
@@ -37,7 +37,7 @@ add_library (teec SHARED ${SRC})
set_target_properties (teec PROPERTIES
VERSION ${PROJECT_VERSION}
- SOVERSION ${PROJECT_NAME}
+ SOVERSION 1
)
################################################################################

View File

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

View File

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