Modifying the source code package address

(cherry picked from commit a95bba04cc498355af48bd95e250b90c699fde56)
This commit is contained in:
wu-leilei 2022-11-16 16:23:01 +08:00 committed by openeuler-sync-bot
parent 9fba598374
commit aa168e8132

View File

@ -1,6 +1,6 @@
Name: kryo Name: kryo
Version: 4.0.2 Version: 4.0.2
Release: 7 Release: 8
Summary: Object graph serialization framework for Java Summary: Object graph serialization framework for Java
License: ASL 2.0 and BSD License: ASL 2.0 and BSD
Url: https://github.com/EsotericSoftware/kryo Url: https://github.com/EsotericSoftware/kryo
@ -8,7 +8,7 @@ BuildRequires: maven-local mvn(com.esotericsoftware:minlog) mvn(com.esotericsoft
BuildRequires: mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin) mvn(org.objenesis:objenesis) BuildRequires: mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin) mvn(org.objenesis:objenesis)
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
BuildArch: noarch BuildArch: noarch
Source0: kryo-%{version}.tar.gz Source0: https://github.com/EsotericSoftware/kryo/archive/kryo-parent-4.0.2/kryo-4.0.2.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
Obsoletes: kryo-javadoc < %{version}-%{release} Obsoletes: kryo-javadoc < %{version}-%{release}
Provides: kryo-javadoc = %{version}-%{release} Provides: kryo-javadoc = %{version}-%{release}
@ -56,5 +56,8 @@ cp -p %{SOURCE1} .
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%changelog %changelog
* Mon Nov 14 2022 wulei <wulei80@h-partners.com> - 4.0.2-8
- Modifying the Source Code Package Address
* Thu Dec 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.0.2-7 * Thu Dec 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.0.2-7
- Package init - Package init