From 02df40bbea16cd240df0451b33634e3bd5ea08e6 Mon Sep 17 00:00:00 2001 From: Mateusz Moscicki Date: Fri, 8 Feb 2019 12:44:32 +0100 Subject: [PATCH] serializer: add dbuspolicyserializer do the spec file Change-Id: I25616008fd2d4bb43c084deaea79fae0adda0db4 --- packaging/libdbuspolicy.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packaging/libdbuspolicy.spec b/packaging/libdbuspolicy.spec index 8e99a50..149f107 100644 --- a/packaging/libdbuspolicy.spec +++ b/packaging/libdbuspolicy.spec @@ -14,6 +14,9 @@ BuildRequires: pkgconfig(dlog) %package devel Summary: Helper library for fine-grained userspace policy handling-development package +%package serializer +Summary: Tool to serialize dbus policy + %package tests Summary: Helper library for fine-grained userspace policy handling-development package Requires: %{name} = %{version} @@ -27,6 +30,9 @@ libdbuspolicy is a helper library for fine-grained userspace policy handling (with SMACK support). This package contains development files. +%description serializer +dbuspolicyserializer is a tool to serialize dbus policy + %description tests This package contains contains integration tests for libdbuspolicy. @@ -100,6 +106,12 @@ libtool --mode=install install -m 0755 %{runnername} %{btestrunnerdir} %{_libdir}/pkgconfig/* %{_libdir}/libdbuspolicy1.so +%files serializer +%manifest %{name}.manifest +%license LICENSE.APACHE2.0 +%defattr(-,root,root) +%{_bindir}/dbuspolicyserializer + %if 0%{?enable_doxygen:1} %files doc %license LICENSE.APACHE2.0 -- 2.7.4