diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d5b8b48..dd7cf08 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,4 +13,5 @@ jobs: with: CI_DEPLOY: ${{ secrets.CI_DEPLOY }} PUBLICATOR: ${{ secrets.PUBLICATOR }} + REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }} diff --git a/ST-4.0.4-src.zip b/ST-4.0.4-src.zip new file mode 100644 index 0000000..56e6986 Binary files /dev/null and b/ST-4.0.4-src.zip differ diff --git a/stringtemplate4.spec b/stringtemplate4.spec index f826828..6b466f8 100644 --- a/stringtemplate4.spec +++ b/stringtemplate4.spec @@ -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