[packages/java-qdox] Rel 2

arekm arekm at pld-linux.org
Wed Mar 11 18:39:18 CET 2026


commit 30eea2107b0734bdab05ff08b8ef7abfcc525ac1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Mar 11 18:39:13 2026 +0100

    Rel 2

 java-qdox.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/java-qdox.spec b/java-qdox.spec
index 66a181d..618e232 100644
--- a/java-qdox.spec
+++ b/java-qdox.spec
@@ -10,13 +10,13 @@ Summary:	Extract class/interface/method definitions from sources
 Summary(pl.UTF-8):	Wyciąganie definicji klas/interfejsów/metod ze źródeł
 Name:		java-qdox
 Version:	1.11
-Release:	1
+Release:	2
 License:	Apache v2.0
 Group:		Libraries/Java
 #Source0Download: http://qdox.codehaus.org/download.html
-Source0:	http://repository.codehaus.org/com/thoughtworks/qdox/qdox/%{version}/%{srcname}-%{version}-sources.jar
+Source0:	https://repository.codehaus.org/com/thoughtworks/qdox/qdox/%{version}/%{srcname}-%{version}-sources.jar
 # Source0-md5:	acb16e9037242322155631a32dba8661
-URL:		http://qdox.codehaus.org/
+URL:		https://qdox.codehaus.org/
 # It don't use ant as build system, but it links with ant
 BuildRequires:	ant
 BuildRequires:	jdk
@@ -75,14 +75,14 @@ install -d build
 
 %javac \
 	-classpath "$CLASSPATH" \
-	-source 1.4 \
-	-target 1.4 \
+	-source 8 \
+	-target 8 \
 	-d build \
 	$(find -name '*.java' | grep -v com/thoughtworks/qdox/junit)
 
 %if %{with javadoc}
-%javadoc -d apidocs \
-	$(find -name '*.java' | grep -v ^com/thoughtworks/qdox/junit)
+%javadoc -Xdoclint:none -classpath "$CLASSPATH" -d apidocs \
+	$(find -name '*.java' | grep -v '/com/thoughtworks/qdox/junit/' | grep -v '/com/thoughtworks/qdox/ant/')
 %endif
 
 %jar -cf %{srcname}-%{version}.jar -C build com
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/java-qdox.git/commitdiff/30eea2107b0734bdab05ff08b8ef7abfcc525ac1



More information about the pld-cvs-commit mailing list