From 326e45b744d5a09d584213c15607ef0a91792bfd Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Mon, 30 Apr 2018 12:59:59 +0900 Subject: [PATCH 1/1] utest: change the package name. change libtbm-utests into libtbm-haltests Change-Id: Icfdd2b70ae50345a3c3f8e83ddba752955228d01 --- packaging/libtbm.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/libtbm.spec b/packaging/libtbm.spec index 8166db0..f1bc9c8 100644 --- a/packaging/libtbm.spec +++ b/packaging/libtbm.spec @@ -36,11 +36,11 @@ The library for Tizen Buffer Manager. Development Files. %if "%{UTEST_PACKAGE}" == "1" -%package utests +%package haltests Summary: Tizen Buffer Manager unit tests package Group: System/Libraries -%description utests +%description haltests Test module for testing libtbm APIs %endif @@ -121,7 +121,7 @@ rm -f %{_unitdir_user}/basic.target.wants/tbm-drm-auth-user.path %{_libdir}/pkgconfig/libtbm.pc %if "%{UTEST_PACKAGE}" == "1" -%files utests +%files haltests %defattr(-,root,root,-) %{_bindir}/tbm-utests %endif -- 2.7.4