- 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
%check
%if %{run_tests}
- %__make check || exit 0
+ %__make check || exit 0
%endif
%install
%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