upgrade to version 4.3.3
(cherry picked from commit 0ce4f634abff9d2667c2f1ef3a71d35067f487df)
This commit is contained in:
parent
9d6a9e3333
commit
e724a4c786
BIN
4.0.8.tar.gz
BIN
4.0.8.tar.gz
Binary file not shown.
BIN
4.3.3.tar.gz
Normal file
BIN
4.3.3.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,12 @@
|
|||||||
Name: stringtemplate4
|
Name: stringtemplate4
|
||||||
Version: 4.0.8
|
Version: 4.3.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Java template engine
|
Summary: A Java template engine
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.stringtemplate.org/
|
URL: http://www.stringtemplate.org/
|
||||||
Source0: https://github.com/antlr/stringtemplate4/archive/%{version}.tar.gz
|
Source0: https://github.com/antlr/stringtemplate4/archive/refs/tags/%{version}.tar.gz
|
||||||
BuildRequires: maven-local mvn(junit:junit) mvn(org.antlr:antlr-runtime) >= 3.5.2
|
BuildRequires: maven-local mvn(junit:junit) mvn(org.antlr:antlr-runtime) >= 3.5.2
|
||||||
BuildRequires: mvn(org.antlr:antlr3-maven-plugin) >= 3.5.2
|
BuildRequires: mvn(org.antlr:antlr3-maven-plugin) >= 3.5.2
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,10 +23,8 @@ Summary: Javadoc for %{name}
|
|||||||
This package contains javadoc for %{name}.
|
This package contains javadoc for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%pom_remove_plugin :findbugs-maven-plugin
|
%pom_remove_parent
|
||||||
%pom_remove_plugin :maven-gpg-plugin
|
|
||||||
%pom_remove_plugin :maven-shade-plugin
|
|
||||||
sed -i '/tmpdir =/s,;,+"/"&,' test/org/stringtemplate/v4/test/BaseTest.java
|
sed -i '/tmpdir =/s,;,+"/"&,' test/org/stringtemplate/v4/test/BaseTest.java
|
||||||
sed -i /testUnknownNamedArg/s/@Test// test/org/stringtemplate/v4/test/TestGroups.java
|
sed -i /testUnknownNamedArg/s/@Test// test/org/stringtemplate/v4/test/TestGroups.java
|
||||||
sed -i /testMissingImportString/s/@Test// test/org/stringtemplate/v4/test/TestGroupSyntaxErrors.java
|
sed -i /testMissingImportString/s/@Test// test/org/stringtemplate/v4/test/TestGroupSyntaxErrors.java
|
||||||
@ -40,12 +37,15 @@ rm -r test/org/stringtemplate/v4/test/TestEarlyEvaluation.java
|
|||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc CHANGES.txt contributors.txt README.txt
|
%doc CHANGES.txt README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2022 Ge Wang <wangge20@h-partners.com> - 4.3.3-1
|
||||||
|
- Upgrade to version 4.3.3
|
||||||
|
|
||||||
* Wed Jul 29 2020 leiju <leiju4@huawei.com> - 4.0.8-1
|
* Wed Jul 29 2020 leiju <leiju4@huawei.com> - 4.0.8-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user