Add %license LICENSE.APACHE2.0 in the spec file 31/188831/2
authorHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 11 Sep 2018 03:09:51 +0000 (12:09 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 11 Sep 2018 03:10:26 +0000 (12:10 +0900)
Change-Id: Idd0523c8d52e713a949643aa31be212d5749fa3a
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
packaging/libdbuspolicy.spec

index ad34f6d..2d4d9b7 100644 (file)
@@ -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}/*