From f665aa95804e8ffc7eef025361cd4b6c54ceefcc Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 28 Mar 2017 10:04:01 +0900 Subject: [PATCH] Add license file - 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: Ib622decb23abb355f92fc41660c5690b2c83605c Signed-off-by: DongHun Kwak --- packaging/libxml2.spec | 6 ++++-- packaging/python-libxml2.spec | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packaging/libxml2.spec b/packaging/libxml2.spec index f754794..1644e92 100644 --- a/packaging/libxml2.spec +++ b/packaging/libxml2.spec @@ -95,21 +95,23 @@ ln -s libxml2/libxml %{buildroot}%{_includedir}/libxml %postun -p /sbin/ldconfig -%files +%files %manifest %{name}.manifest %defattr(-, root, root) -%license COPYING* +%license Copyright %{_libdir}/lib*.so.* %files tools %manifest %{name}.manifest %defattr(-, root, root) +%license Copyright %{_bindir}/xmllint %{_bindir}/xmlcatalog %files devel %manifest %{name}.manifest %defattr(-, root, root) +%license Copyright %{_bindir}/xml2-config %dir %{_datadir}/aclocal %{_datadir}/aclocal/libxml.m4 diff --git a/packaging/python-libxml2.spec b/packaging/python-libxml2.spec index 33a4c80..ede80e5 100644 --- a/packaging/python-libxml2.spec +++ b/packaging/python-libxml2.spec @@ -58,6 +58,7 @@ rm -f %{buildroot}%{py_sitedir}/*.{la,a} %files %defattr(-, root, root) +%license Copyright %doc python/libxml2class.txt %doc python/tests %{py_sitedir}/* -- 2.7.4