mirror of
https://abf.rosa.ru/djam/stringtemplate4.git
synced 2025-04-11 11:54:11 +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:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
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}
|
||||
%global pkgname ST
|
||||
|
||||
Name: stringtemplate4
|
||||
Version: 4.0.4
|
||||
Release: 9.2
|
||||
Summary: A Java template engine
|
||||
Group: Development/Java
|
||||
URL: http://www.stringtemplate.org/
|
||||
Source0: http://www.stringtemplate.org/download/%{pkgname}-%{version}-src.zip
|
||||
|
||||
Name: stringtemplate4
|
||||
Version: 4.0.4
|
||||
Release: 9.2
|
||||
Summary: A Java template engine
|
||||
Group: Development/Java
|
||||
URL: http://www.stringtemplate.org/
|
||||
Source0: http://www.stringtemplate.org/download/%{pkgname}-%{version}-src.zip
|
||||
# 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
|
||||
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
|
||||
|
||||
License: BSD
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: ant-antlr3, ant-junit
|
||||
BuildRequires: antlr3
|
||||
BuildRequires: stringtemplate
|
||||
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
|
||||
Source3: https://raw.github.com/antlr/stringtemplate4/master/pom.xml
|
||||
License: BSD
|
||||
Group: Development/Java
|
||||
BuildArch: noarch
|
||||
BuildRequires: ant-antlr3
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: antlr3
|
||||
BuildRequires: stringtemplate
|
||||
# yup...it needs itself...
|
||||
BuildRequires: stringtemplate4
|
||||
BuildRequires: stringtemplate4
|
||||
# Standard deps
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: jpackage-utils
|
||||
Requires: java >= 1:1.6.0
|
||||
Requires: jpackage-utils
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: jpackage-utils
|
||||
Requires: java >= 1:1.6.0
|
||||
Requires: jpackage-utils
|
||||
|
||||
%description
|
||||
StringTemplate is a java template engine (with ports for
|
||||
|
|
Loading…
Add table
Reference in a new issue