modify source

This commit is contained in:
root 2020-09-15 16:12:05 +08:00
parent e2fafa0e19
commit 92af43b768

View File

@ -1,11 +1,11 @@
%global _version %( echo %{version} | tr . _ ) %global _version %( echo %{version} | tr . _ )
Name: codegen Name: codegen
Version: 0.6.8 Version: 0.6.8
Release: 1 Release: 2
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: http://www.querydsl.com
Source0: https://github.com/mysema/codegen/archive/CODEGEN_%{_version}.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)
BuildRequires: mvn(org.eclipse.jdt.core.compiler:ecj) BuildRequires: mvn(org.eclipse.jdt.core.compiler:ecj)
@ -77,5 +77,8 @@ sed -i.ecj4.6 "s|Map<String, Object> settings|Map<String, String> settings|" \
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Mon Sep 14 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 0.6.8-2
- Modify source
* Fri Aug 14 2020 leiju <leiju4@huawei.com> - 0.6.8-1 * Fri Aug 14 2020 leiju <leiju4@huawei.com> - 0.6.8-1
- Package init - Package init