public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/stringtemplate] epel10: Workaround strict javadoc doclint
@ 2026-08-20 11:50 Mikolaj Izdebski
0 siblings, 0 replies; only message in thread
From: Mikolaj Izdebski @ 2026-08-20 11:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/stringtemplate
Branch : epel10
Commit : c81f38237b1628a8e8000cc049e95848e6fedb01
Author : Mikolaj Izdebski <mizdebsk@redhat.com>
Date : 2017-10-02T10:26:47+02:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/stringtemplate/c/c81f38237b1628a8e8000cc049e95848e6fedb01?branch=epel10
Log:
Workaround strict javadoc doclint
Resolves: rhbz#1495145
---
diff --git a/stringtemplate.spec b/stringtemplate.spec
index 7052001..7101ff0 100644
--- a/stringtemplate.spec
+++ b/stringtemplate.spec
@@ -1,7 +1,7 @@
Summary: A Java template engine
Name: stringtemplate
Version: 3.2.1
-Release: 14%{?dist}
+Release: 15%{?dist}
URL: http://www.stringtemplate.org/
Source0: http://www.stringtemplate.org/download/stringtemplate-%{version}.tar.gz
# Build jUnit tests + make the antlr2 generated code before preparing sources
@@ -13,7 +13,7 @@ BuildRequires: ant-antlr, ant-junit
BuildRequires: antlr
# Standard deps
BuildRequires: java-devel >= 1:1.6.0
-BuildRequires: jpackage-utils
+BuildRequires: javapackages-local
Requires: antlr-tool
%description
@@ -38,7 +38,7 @@ API documentation for %{name}.
%build
rm -rf lib target
ant jar
-ant javadocs -Dpackages= -Djavadocs.additionalparam=
+ant javadocs -Dpackages= -Djavadocs.additionalparam="-Xdoclint:none"
%install
install -D build/stringtemplate.jar $RPM_BUILD_ROOT%{_datadir}/java/stringtemplate.jar
@@ -56,6 +56,10 @@ install -Dpm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%{_javadocdir}/%{name}
%changelog
+* Mon Oct 2 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-15
+- Workaround strict javadoc doclint
+- Resolves: rhbz#1495145
+
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-20 11:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 11:50 [rpms/stringtemplate] epel10: Workaround strict javadoc doclint Mikolaj Izdebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox