change the package name from test-server to libds 98/241498/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 31 Mar 2020 03:30:55 +0000 (12:30 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 09:44:04 +0000 (18:44 +0900)
Change-Id: Ic6b7a32bda95a653285d1a22223ad77d978d2d5c

README.md
meson.build
packaging/libds.manifest [moved from packaging/test-server.manifest with 100% similarity]
packaging/libds.spec [moved from packaging/test-server.spec with 88% similarity]

index 7f2d808..b49212a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# test-server
+# libds
 Requires:
    c++17 standard feature support
       - std::variant(>=gcc-7, >=clang4, >=MSVC19.10x)
index 6f9d7cf..b6ac215 100644 (file)
@@ -1,4 +1,4 @@
-project('test-server', 'cpp',
+project('libds', 'cpp',
        version : '0.0.1',
        license : 'MIT',
        default_options : ['cpp_std=c++17']
@@ -76,7 +76,7 @@ pkgconfig.generate(
 
 subdir('tests')
 
-## For test-server
+## For libds
 
 path_test_server = dir_bin
 #deps_test_server = [ dep_libds, dependency('libds') ]
similarity index 88%
rename from packaging/test-server.spec
rename to packaging/libds.spec
index 7b8da09..8fb7766 100644 (file)
@@ -1,7 +1,7 @@
-Name:           test-server
+Name:           libds
 Version:        0.0.1
 Release:        0
-Summary:        Test DS server
+Summary:        Display Server library
 License:        MIT
 URL:            http://www.tizen.org/
 Source:         %name-%version.tar.xz
@@ -25,11 +25,11 @@ Requires:   %{name} = %{version}-%{release}
 
 Test DS c++ server and lib
 
-%package libds-unittests
+%package unittests
 Summary: libds unit tests
 Group: System/Libraries
 
-%description libds-unittests
+%description unittests
 Test module for testing libtbm APIs
 
 %prep
@@ -65,6 +65,6 @@ ninja -C builddir install
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 
-%files libds-unittests
+%files unittests
 %defattr(-,root,root,-)
 %{_bindir}/libds-unittests