summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorKichan Kwon <k_c.kwon@samsung.com>2020-07-07 11:50:27 +0900
committerKichan Kwon <k_c.kwon@samsung.com>2020-08-13 17:16:56 +0900
commitf3f2d6b2edeb0471972b9252701e5aef4ea98810 (patch)
tree69fc93d4cf30044cdcd01232a2e112f30e67852a /packaging
parent4bb467e2bad3afbae213fa51adf7a92058c720f2 (diff)
downloadsystem-info-f3f2d6b2edeb0471972b9252701e5aef4ea98810.tar.gz
system-info-f3f2d6b2edeb0471972b9252701e5aef4ea98810.tar.bz2
system-info-f3f2d6b2edeb0471972b9252701e5aef4ea98810.zip
Integrate system-info-testplugin with system-info-test
- src/test -> test/api - src/testplugin -> test/plugin Change-Id: I315479656b8cf2a32394fd35380f2fcb1cbc9a51 Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/capi-system-info.spec20
1 files changed, 5 insertions, 15 deletions
diff --git a/packaging/capi-system-info.spec b/packaging/capi-system-info.spec
index 2c8574a..97c2702 100644
--- a/packaging/capi-system-info.spec
+++ b/packaging/capi-system-info.spec
@@ -26,21 +26,13 @@ Requires: %{name} = %{version}-%{release}
%description devel
-%package testplugin
-Summary: System-info test plugin package
-Group: Development/System
-
-%description testplugin
-A System Information test plugins
-
%package test
Summary: System-info test package
Group: Development/System
Requires: %{name}
-Requires: %{name}-testplugin
%description test
-A System Information library test tool
+A System Information test tool
%if 0%{?gcov:1}
%package -n system-info-gcov
@@ -133,15 +125,13 @@ install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libcapi-system-info.so
-%files testplugin
-%{_libdir}/libsystem_info_plugins/libsystem_info_test_plugin.so
-%{_libdir}/libsystem_info_plugins/libsystem_info_test_plugin2.so
-
%files test
+# API test
%{_bindir}/system_info_test
-%{_bindir}/system_info_external_plugin_test.sh
+# Plugin test
%attr(0755,root,-) %{_bindir}/system_info_external_plugin_test.sh
-
+%{_libdir}/libsystem_info_plugins/libsystem_info_test_plugin.so
+%{_libdir}/libsystem_info_plugins/libsystem_info_test_plugin2.so
%if 0%{?gcov:1}
%files -n system-info-gcov