diff --git a/jdeparser1.spec b/jdeparser1.spec index 45d556a..7690be3 100644 --- a/jdeparser1.spec +++ b/jdeparser1.spec @@ -2,9 +2,9 @@ %global namedversion %{version}%{?namedreltag} Name: jdeparser1 Version: 1.0.0 -Release: 1 +Release: 2 Summary: Source generator library for Java -License: (CDDL or GPLv2 with exceptions) and MIT +License: (CDDL-1.1 or GPLv2 with exceptions) and MIT URL: https://github.com/jdeparser/jdeparser Source0: https://github.com/jdeparser/jdeparser/archive/%{namedversion}.tar.gz BuildArch: noarch @@ -38,5 +38,8 @@ This package contains the API documentation for %{name}. %license LICENSE-original.html %changelog +* Thu Jun 13 2024 wulei - 1.0.0-2 +- Regulate license information + * Sat Jul 25 2020 Jeffery.Gao - 1.0.0-1 - Package init