change the package name 44/177444/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 30 Apr 2018 04:05:28 +0000 (13:05 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 30 Apr 2018 04:05:28 +0000 (13:05 +0900)
change the libtbm-utests to the libtbm-haltests

Change-Id: If56366b88d0280d33eb609ac66d28e73c85834e8

packaging/libtdm.spec

index 7082681..1e422eb 100644 (file)
@@ -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