Use 'dbuspolicy-' as prefix of dbus policy related tool name
Change-Id: I72a6ab822312346a4efc51bd9a5737c52ce90a11
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
%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
%files
%manifest dbus-tools.manifest
%license LICENSE.APACHE2.0 LICENSE.MIT
-%{_bindir}/dbus-policychecker
+%{_bindir}/dbuspolicy-checker
%{_datadir}/dbus-tools/policychecker/*
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
# 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])