Update to 3.22.0, comment out removed modules, add junit dependency.
This commit is contained in:
parent
0a92cd2ca5
commit
6f58763edb
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/javaparser-parent-3.3.5.tar.gz
|
/javaparser-parent-3.3.5.tar.gz
|
||||||
/javaparser-parent-3.5.20.tar.gz
|
/javaparser-parent-3.5.20.tar.gz
|
||||||
/javaparser-parent-3.14.16.tar.gz
|
/javaparser-parent-3.14.16.tar.gz
|
||||||
|
/javaparser-parent-3.22.0.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: javaparser
|
Name: javaparser
|
||||||
Version: 3.14.16
|
Version: 3.22.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java 1 to 13 Parser and Abstract Syntax Tree for Java
|
Summary: Java 1 to 13 Parser and Abstract Syntax Tree for Java
|
||||||
License: LGPLv3+ or ASL 2.0
|
License: LGPLv3+ or ASL 2.0
|
||||||
URL: http://javaparser.org
|
URL: http://javaparser.org
|
||||||
@ -12,6 +12,7 @@ BuildRequires: mvn(net.java.dev.javacc:javacc)
|
|||||||
BuildRequires: mvn(org.codehaus.mojo:javacc-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:javacc-maven-plugin)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
BuildRequires: mvn(javax.annotation:javax.annotation-api)
|
BuildRequires: mvn(javax.annotation:javax.annotation-api)
|
||||||
|
BuildRequires: mvn(junit:junit)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -63,8 +64,8 @@ sed -i \
|
|||||||
|
|
||||||
# Don't build the symbol solver
|
# Don't build the symbol solver
|
||||||
%pom_disable_module javaparser-symbol-solver-core
|
%pom_disable_module javaparser-symbol-solver-core
|
||||||
%pom_disable_module javaparser-symbol-solver-logic
|
#%pom_disable_module javaparser-symbol-solver-logic
|
||||||
%pom_disable_module javaparser-symbol-solver-model
|
#%pom_disable_module javaparser-symbol-solver-model
|
||||||
%pom_disable_module javaparser-symbol-solver-testing
|
%pom_disable_module javaparser-symbol-solver-testing
|
||||||
|
|
||||||
# Only need to ship the core module
|
# Only need to ship the core module
|
||||||
@ -86,6 +87,9 @@ sed -i \
|
|||||||
%license LICENSE LICENSE.APACHE LICENSE.GPL LICENSE.LGPL
|
%license LICENSE LICENSE.APACHE LICENSE.GPL LICENSE.LGPL
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 04 2021 Markku Korkeala <markku.korkeala@iki.fi> - 3.22.0-1
|
||||||
|
- Update to 3.22.0, comment out removed modules, add junit dependency.
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.16-3
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.16-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (javaparser-parent-3.14.16.tar.gz) = 56a36f3bc5f7ea66c67b673fa13814dd498226e51261f702c53ad31aa0f107f8b5dd0d676729ed48616f8af63bd63ce5ff208e8f8d8b38ab239cef8aaad4cc99
|
SHA512 (javaparser-parent-3.22.0.tar.gz) = 5fabbc64e1d4d58af1d578561a50dc9b3a1f34852dfe5804efd95a8a5fd9281c925cb648b7ea33de1db3eb2f3d2506ef5788a2672da3060b040c8a60bc9d4a23
|
||||||
|
Loading…
Reference in New Issue
Block a user