Add license file 36/121136/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 27 Mar 2017 07:21:52 +0000 (16:21 +0900)
committerDonghun Kwak <dh0128.kwak@samsung.com>
Mon, 27 Mar 2017 07:22:34 +0000 (00:22 -0700)
 - Add license file all packages
[Model] ALL
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] license file does not exist at package
[Cause & Measure] add license file at each package
[Checking Method] N/A

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: Id54c4cff36f83a95edbd8f76a0646b6ea60143d7

packaging/expat.spec

index 9d28066..cc7bfe7 100644 (file)
@@ -109,7 +109,7 @@ make %{?_smp_mflags}
 
 %check
 %if %{run_tests}
-    %__make check || exit 0 
+    %__make check || exit 0
 %endif
 
 %install
@@ -130,11 +130,13 @@ rm doc/xmlwf.1
 %files -n libexpat
 %manifest %{name}.manifest
 %defattr(-, root, root)
+%license COPYING
 %{_libdir}/libexpat.so.*
 
 %files -n libexpat-devel
 %manifest %{name}.manifest
 %defattr(-, root, root)
+%license COPYING
 %{_includedir}/*
 %{_libdir}/libexpat.so
 %{_libdir}/pkgconfig/expat.pc