Change LGPL-2.0+ to LGPL-2.1-or-later 08/311608/1 accepted/tizen_8.0_base tizen_8.0_base accepted/tizen/8.0/base/20240530.011511
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 23 May 2024 01:43:52 +0000 (10:43 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 23 May 2024 01:43:52 +0000 (10:43 +0900)
Change-Id: Ifd48f12f62aac76761b5fa8fc4de3fb03dc37d74

packaging/python-nose.spec

index 7942e3a..bdbbc8a 100644 (file)
@@ -4,7 +4,7 @@ Version:        1.2.1
 Release:        0
 Url:            http://readthedocs.org/docs/nose/
 Summary:        Nose extends unittest to make testing easier
-License:        LGPL-2.0+
+License:               LGPL-2.1-or-later
 Group:          Platform Development/Python
 Source:         http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
 Source1001:     python-nose.manifest
@@ -49,7 +49,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %files
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
-%doc NEWS README.txt lgpl.txt
+%license lgpl.txt
 %{_bindir}/nosetests*
 %{_mandir}/man*/nosetests*
 %{python_sitelib}/*