From: Hyotaek Shim Date: Tue, 11 Sep 2018 03:09:51 +0000 (+0900) Subject: Add %license LICENSE.APACHE2.0 in the spec file X-Git-Tag: submit/tizen/20181102.075239~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F188831%2F2;p=platform%2Fcore%2Fsystem%2Flibdbuspolicy.git Add %license LICENSE.APACHE2.0 in the spec file Change-Id: Idd0523c8d52e713a949643aa31be212d5749fa3a Signed-off-by: Hyotaek Shim --- diff --git a/packaging/libdbuspolicy.spec b/packaging/libdbuspolicy.spec index ad34f6d..2d4d9b7 100644 --- a/packaging/libdbuspolicy.spec +++ b/packaging/libdbuspolicy.spec @@ -91,25 +91,29 @@ libtool --mode=install install -m 0755 %{runnername} %{btestrunnerdir} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest +%license LICENSE.APACHE2.0 %defattr(-,root,root) %{_libdir}/libdbuspolicy1.so.* -%manifest %{name}.manifest %files devel +%manifest %{name}.manifest +%license LICENSE.APACHE2.0 %defattr(-,root,root) %{_includedir}/* %{_libdir}/pkgconfig/* %{_libdir}/libdbuspolicy1.so -%manifest %{name}.manifest %if 0%{?enable_doxygen:1} %files doc +%license LICENSE.APACHE2.0 %defattr(-,root,root) %{_datadir}/doc/dbuspolicy/* %endif %changelog %files tests +%license LICENSE.APACHE2.0 %defattr(-,root,root) %{testrunnerdir}/%{runnername} %{testsuitedir}/*