Add license file 61/121361/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 28 Mar 2017 01:04:01 +0000 (10:04 +0900)
committerDonghun Kwak <dh0128.kwak@samsung.com>
Tue, 28 Mar 2017 01:11:20 +0000 (18:11 -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: Ib622decb23abb355f92fc41660c5690b2c83605c
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/libxml2.spec
packaging/python-libxml2.spec

index f754794..1644e92 100644 (file)
@@ -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
index 33a4c80..ede80e5 100644 (file)
@@ -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}/*