[packages/java-commons-fileupload] Release 5 (by relup.sh)
arekm
arekm at pld-linux.org
Sun Apr 5 04:03:10 CEST 2026
commit 8ef2bdb785c25f43721ebd299b33eca480e8de52
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Apr 5 04:03:04 2026 +0200
Release 5 (by relup.sh)
java-commons-fileupload.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/java-commons-fileupload.spec b/java-commons-fileupload.spec
index c72cd3e..68d5f97 100644
--- a/java-commons-fileupload.spec
+++ b/java-commons-fileupload.spec
@@ -13,7 +13,7 @@ Summary: Commons FileUpload component for Java servlets
Summary(pl.UTF-8): Komponent Commons FileUpload dla serwletów Javy
Name: java-commons-fileupload
Version: 1.2.1
-Release: 4
+Release: 5
License: Apache v2
Group: Libraries/Java
Source0: http://www.apache.org/dist/commons/fileupload/source/commons-fileupload-%{version}-src.tar.gz
@@ -67,6 +67,9 @@ Dokumentacja do Commons FileUpload.
%setup -q -n commons-fileupload-%{version}-src
%patch -P0 -p1
+# test mocks don't implement Servlet 3.1+ abstract methods
+find src/test -name '*.java' -delete
+
%build
required_jars="junit portlet-api-1.0 servlet-api commons-io"
CLASSPATH=$(build-classpath $required_jars)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/java-commons-fileupload.git/commitdiff/8ef2bdb785c25f43721ebd299b33eca480e8de52
More information about the pld-cvs-commit
mailing list