policychecker: rename to dbuspolicy-checker 16/205716/1 accepted/tizen/unified/20190510.012043 submit/tizen/20190509.081837
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Wed, 8 May 2019 11:58:15 +0000 (20:58 +0900)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Wed, 8 May 2019 11:58:18 +0000 (20:58 +0900)
Use 'dbuspolicy-' as prefix of dbus policy related tool name

Change-Id: I72a6ab822312346a4efc51bd9a5737c52ce90a11
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
packaging/dbus-tools.spec
policychecker/Makefile.in
policychecker/configure.ac

index 38efe6a75f344a31d36bfb59f2c3e5efa8c1e589..4b4b4516cd308bdb073ef89662a77ae4bc930f88 100644 (file)
@@ -12,7 +12,7 @@ BuildRequires: autoconf
 %description
 This package provides a set of tools for working with D-Bus.
 It includes:
-dbus-policychecker: a light-weight checker for D-Bus policy files.
+dbuspolicy-checker: a light-weight checker for D-Bus policy files.
 It checks syntax and semantics, looking for common errors.
 
 %prep
@@ -33,5 +33,5 @@ popd
 %files
 %manifest dbus-tools.manifest
 %license LICENSE.APACHE2.0 LICENSE.MIT
-%{_bindir}/dbus-policychecker
+%{_bindir}/dbuspolicy-checker
 %{_datadir}/dbus-tools/policychecker/*
index 6d4a1a932dc2fa837e33830ab07da107d0699b69..67858310e94ba1e8cdde6706ee172fdad903db93 100644 (file)
@@ -8,4 +8,4 @@ install:
        mkdir -p $(INSTALL_DIR)/xslt
        install -m 0644 xslt/* $(INSTALL_DIR)/xslt
        mkdir -p $(BIN_DIR)
-       ln -s @datadir@/dbus-tools/policychecker/check $(BIN_DIR)/dbus-policychecker
+       ln -s @datadir@/dbus-tools/policychecker/check $(BIN_DIR)/dbuspolicy-checker
index 17b88c24662efe4a84dd4bba43df70ef27c81ed3..4f74f074c361fd60355bb1a92f0d0f610c4c5acf 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([dbus-policychecker], [0.1])
+AC_INIT([dbuspolicy-checker], [0.1])
 
 AC_SUBST([bindir])
 AC_SUBST([datadir])