summaryrefslogtreecommitdiff
path: root/packaging/libwebappenc.spec
diff options
context:
space:
mode:
authorKyungwook Tak <k.tak@samsung.com>2016-07-15 19:42:35 +0900
committerKyungwook Tak <k.tak@samsung.com>2016-07-15 19:54:39 +0900
commit25dec26957850ba42687ffff35fc226039405654 (patch)
tree2d6dc55b841c1a74bfcb74c1bcaf7a8b4fe92434 /packaging/libwebappenc.spec
parentf4b4d4ebf5a8d8c40e060238856a6560a2e20e1d (diff)
downloadlibwebappenc-25dec26957850ba42687ffff35fc226039405654.tar.gz
libwebappenc-25dec26957850ba42687ffff35fc226039405654.tar.bz2
libwebappenc-25dec26957850ba42687ffff35fc226039405654.zip
Apply boost test framework
run with sdb root on : wae_tests --run_test=SYSTEM run with sdb root off : wae_tests --run_test=USER Change-Id: I0792e1e649f5e36c6f8715047f5ba5fd9ec48ecf Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
Diffstat (limited to 'packaging/libwebappenc.spec')
-rw-r--r--packaging/libwebappenc.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/packaging/libwebappenc.spec b/packaging/libwebappenc.spec
index a3e95b4..ed5434a 100644
--- a/packaging/libwebappenc.spec
+++ b/packaging/libwebappenc.spec
@@ -3,7 +3,7 @@ Summary: Web application encryption service
Version: 0.1.0
Release: 1
Group: Security/Libraries
-License: Apache-2.0
+License: Apache-2.0 and BSL-1.0
Source0: %{name}-%{version}.tar.gz
Requires(post): /sbin/ldconfig
@@ -20,6 +20,7 @@ Web application encryption and decryption service
%package devel
Summary: Web application encryption service (development files)
+License: Apache-2.0
Group: Security/Development
Requires: %{name} = %{version}-%{release}
@@ -28,8 +29,10 @@ Web application encryption and decryption service (development files)
%package test
Summary: Web application encryption service (test)
+License: Apache-2.0 and BSL-1.0
Group: Security/Development
-Requires: %{name} = %{version}-%{release}
+BuildRequires: boost-devel
+Requires: %{name} = %{version}-%{release}
%description test
Web application encryption and decryption service (test)
@@ -82,6 +85,7 @@ fi
%files
%manifest %{name}.manifest
%license LICENSE
+%license LICENSE.BSL-1.0
%{_libdir}/%{name}.so.*
%{_unitdir}/webappenc-initializer.service
%{_unitdir}/multi-user.target.wants/webappenc-initializer.service
@@ -96,4 +100,7 @@ fi
%files test
%manifest %{name}-test.manifest
+%license LICENSE
+%license LICENSE.BSL-1.0
%{bin_dir}/wae_tests
+%{_libdir}/libwae_tests_common.so*