!3 Fix URL to be consistent with the top-level domain of Source

From: @kkkl12
Reviewed-by: @hht8,@small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-12-16 15:57:52 +08:00 committed by Gitee
commit fb293ac95c

View File

@ -1,10 +1,10 @@
%global _version %( echo %{version} | tr . _ ) %global _version %( echo %{version} | tr . _ )
Name: codegen Name: codegen
Version: 0.6.8 Version: 0.6.8
Release: 2 Release: 3
Summary: Java/Scala Code generation tool Summary: Java/Scala Code generation tool
License: ASL 2.0 License: ASL 2.0
URL: http://www.querydsl.com URL: https://github.com/querydsl/codegen/
Source0: https://github.com/querydsl/codegen/archive/CODEGEN_0_6_8.tar.gz Source0: https://github.com/querydsl/codegen/archive/CODEGEN_0_6_8.tar.gz
BuildRequires: maven-local mvn(com.google.guava:guava) mvn(javax.validation:validation-api) BuildRequires: maven-local mvn(com.google.guava:guava) mvn(javax.validation:validation-api)
BuildRequires: mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin)
@ -77,6 +77,9 @@ sed -i.ecj4.6 "s|Map<String, Object> settings|Map<String, String> settings|" \
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Wed Dec 16 2020 liuweibo <liuweibo10@huawei.com> - 0.6.8-3
- Modify URL
* Mon Sep 14 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 0.6.8-2 * Mon Sep 14 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 0.6.8-2
- Modify source - Modify source