mirror of
https://abf.rosa.ru/djam/stringtemplate4.git
synced 2025-04-20 08:04:21 +00:00
Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Failing after 15m43s
Some checks failed
Run CI/CD... / main (push) Failing after 15m43s
This commit is contained in:
parent
97d5051c8f
commit
c375b25ec3
3 changed files with 23 additions and 24 deletions
|
@ -13,4 +13,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||||
|
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||||
|
|
||||||
|
|
BIN
ST-4.0.4-src.zip
Normal file
BIN
ST-4.0.4-src.zip
Normal file
Binary file not shown.
|
@ -1,33 +1,31 @@
|
||||||
%{?_javapackages_macros:%_javapackages_macros}
|
%{?_javapackages_macros:%_javapackages_macros}
|
||||||
%global pkgname ST
|
%global pkgname ST
|
||||||
|
|
||||||
Name: stringtemplate4
|
Name: stringtemplate4
|
||||||
Version: 4.0.4
|
Version: 4.0.4
|
||||||
Release: 9.2
|
Release: 9.2
|
||||||
Summary: A Java template engine
|
Summary: A Java template engine
|
||||||
Group: Development/Java
|
Group: Development/Java
|
||||||
URL: http://www.stringtemplate.org/
|
URL: http://www.stringtemplate.org/
|
||||||
Source0: http://www.stringtemplate.org/download/%{pkgname}-%{version}-src.zip
|
Source0: http://www.stringtemplate.org/download/%{pkgname}-%{version}-src.zip
|
||||||
|
|
||||||
# missing from source tarball so we add it here for now
|
# missing from source tarball so we add it here for now
|
||||||
Source1: https://raw.github.com/antlr/stringtemplate4/master/src/org/stringtemplate/v4/compiler/STLexer.tokens
|
Source1: https://raw.github.com/antlr/stringtemplate4/master/src/org/stringtemplate/v4/compiler/STLexer.tokens
|
||||||
Source2: https://raw.github.com/antlr/antlr/revision-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/DoubleKeyMap.java
|
Source2: https://raw.github.com/antlr/antlr/revision-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/DoubleKeyMap.java
|
||||||
Source3: https://raw.github.com/antlr/stringtemplate4/master/pom.xml
|
Source3: https://raw.github.com/antlr/stringtemplate4/master/pom.xml
|
||||||
|
License: BSD
|
||||||
License: BSD
|
Group: Development/Java
|
||||||
|
BuildArch: noarch
|
||||||
BuildArch: noarch
|
BuildRequires: ant-antlr3
|
||||||
|
BuildRequires: ant-junit
|
||||||
BuildRequires: ant-antlr3, ant-junit
|
BuildRequires: antlr3
|
||||||
BuildRequires: antlr3
|
BuildRequires: stringtemplate
|
||||||
BuildRequires: stringtemplate
|
|
||||||
# yup...it needs itself...
|
# yup...it needs itself...
|
||||||
BuildRequires: stringtemplate4
|
BuildRequires: stringtemplate4
|
||||||
# Standard deps
|
# Standard deps
|
||||||
BuildRequires: java-devel >= 1:1.6.0
|
BuildRequires: java-devel >= 1:1.6.0
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: jpackage-utils
|
||||||
Requires: java >= 1:1.6.0
|
Requires: java >= 1:1.6.0
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
StringTemplate is a java template engine (with ports for
|
StringTemplate is a java template engine (with ports for
|
||||||
|
|
Loading…
Add table
Reference in a new issue