From: sanghyeok.oh Date: Wed, 8 May 2019 11:58:15 +0000 (+0900) Subject: policychecker: rename to dbuspolicy-checker X-Git-Tag: submit/tizen/20180808.030253~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F205716%2F1;p=platform%2Fcore%2Fsystem%2Fdbus-tools.git policychecker: rename to dbuspolicy-checker Use 'dbuspolicy-' as prefix of dbus policy related tool name Change-Id: I72a6ab822312346a4efc51bd9a5737c52ce90a11 Signed-off-by: sanghyeok.oh --- diff --git a/packaging/dbus-tools.spec b/packaging/dbus-tools.spec index 38efe6a..4b4b451 100644 --- a/packaging/dbus-tools.spec +++ b/packaging/dbus-tools.spec @@ -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/* diff --git a/policychecker/Makefile.in b/policychecker/Makefile.in index 6d4a1a9..6785831 100644 --- a/policychecker/Makefile.in +++ b/policychecker/Makefile.in @@ -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 diff --git a/policychecker/configure.ac b/policychecker/configure.ac index 17b88c2..4f74f07 100644 --- a/policychecker/configure.ac +++ b/policychecker/configure.ac @@ -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])