From 54d94273b3fd210f4bcf519196e3deb72d0a65a4 Mon Sep 17 00:00:00 2001 From: "sanghyeok.oh" Date: Wed, 8 May 2019 20:58:15 +0900 Subject: [PATCH] policychecker: rename to dbuspolicy-checker Use 'dbuspolicy-' as prefix of dbus policy related tool name Change-Id: I72a6ab822312346a4efc51bd9a5737c52ce90a11 Signed-off-by: sanghyeok.oh --- packaging/dbus-tools.spec | 4 ++-- policychecker/Makefile.in | 2 +- policychecker/configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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]) -- 2.34.1