From: DongHun Kwak Date: Tue, 28 Mar 2017 01:04:01 +0000 (+0900) Subject: Add license file X-Git-Tag: submit/tizen/20171212.031529~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F121361%2F1;p=platform%2Fupstream%2Flibxml2.git 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 --- 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}/*