serializer: add dbuspolicyserializer do the spec file 95/199795/12
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Fri, 8 Feb 2019 11:44:32 +0000 (12:44 +0100)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 7 Mar 2019 07:35:44 +0000 (07:35 +0000)
Change-Id: I25616008fd2d4bb43c084deaea79fae0adda0db4

packaging/libdbuspolicy.spec

index 8e99a50..149f107 100644 (file)
@@ -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