utest: change the package name. 41/177441/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 30 Apr 2018 03:59:59 +0000 (12:59 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 30 Apr 2018 03:59:59 +0000 (12:59 +0900)
change libtbm-utests into libtbm-haltests

Change-Id: Icfdd2b70ae50345a3c3f8e83ddba752955228d01

packaging/libtbm.spec

index 8166db0..f1bc9c8 100644 (file)
@@ -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