diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-07-14 10:58:39 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-07-14 10:58:39 +0900 |
commit | 721d9b70d9d1be8e6390e8034b79e1139447e2c0 (patch) | |
tree | 47f5aae31c23397a6f07b4e9f719a2279c94f802 | |
parent | f0f58a0bff4126e122af6676e6ada40f60e2781a (diff) | |
download | sensor-721d9b70d9d1be8e6390e8034b79e1139447e2c0.tar.gz sensor-721d9b70d9d1be8e6390e8034b79e1139447e2c0.tar.bz2 sensor-721d9b70d9d1be8e6390e8034b79e1139447e2c0.zip |
Change sensor-haltests rpm to hal-api-sensor-haltestssubmit/tizen/20210719.034923
Change-Id: I76fae2d91e5e65e8ec7c06eb24bf93cb5cb7ab90
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/hal-api-sensor.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/hal-api-sensor.spec b/packaging/hal-api-sensor.spec index c86626f..8c7ac36 100644 --- a/packaging/hal-api-sensor.spec +++ b/packaging/hal-api-sensor.spec @@ -35,11 +35,11 @@ Requires: %{name} = %{version}-%{release} %{name} Interface for product vendor developer ### hal test package ######## -%package -n sensor-haltests +%package haltests Summary: Sensor HAL(Hardware Abstraction Layer) Test Cases Requires: %{name} = %{version}-%{release} -%description -n sensor-haltests +%description haltests Sensor HAL(Hardware Abstraction Layer) Test Cases ### build and install ######### @@ -82,7 +82,7 @@ rm -rf %{buildroot} %{_includedir}/hal/*.h %{_libdir}/pkgconfig/%{name}.pc -%files -n sensor-haltests +%files haltests %manifest %{name}.manifest %license LICENSE %{_bindir}/hal/sensor-haltests |