From: SooChan Lim Date: Mon, 30 Apr 2018 04:05:28 +0000 (+0900) Subject: change the package name X-Git-Tag: accepted/tizen/unified/20180430.172414~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Flibtdm.git;a=commitdiff_plain;h=deb575f8a41c49857c2bf6d4b562dbc70bd614b0 change the package name change the libtbm-utests to the libtbm-haltests Change-Id: If56366b88d0280d33eb609ac66d28e73c85834e8 --- 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