From deb575f8a41c49857c2bf6d4b562dbc70bd614b0 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Mon, 30 Apr 2018 13:05:28 +0900 Subject: [PATCH] change the package name change the libtbm-utests to the libtbm-haltests Change-Id: If56366b88d0280d33eb609ac66d28e73c85834e8 --- packaging/libtdm.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/libtdm.spec b/packaging/libtdm.spec index 7082681..1e422eb 100644 --- a/packaging/libtdm.spec +++ b/packaging/libtdm.spec @@ -47,11 +47,11 @@ Requires: libtdm-devel Tizen Display Manager Client Library headers %if "%{UTEST_PACKAGE}" == "1" -%package utests +%package haltests Summary: Tizen Display Manager unit tests package Group: Development/Libraries -%description utests +%description haltests Test module for testing libtdm APIs %endif @@ -152,7 +152,7 @@ rm -f %{_unitdir_user}/basic.target.wants/tdm-socket-user.path %{_bindir}/tdm-test-client %if "%{UTEST_PACKAGE}" == "1" -%files utests +%files haltests %defattr(-,root,root,-) %{_bindir}/tdm-utests %endif -- 2.7.4