From 1606b435b00fca613fa67aadd5b7ec532dd8b3e9 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 4 Dec 2023 20:15:26 +0100 Subject: [PATCH] Port to apache-commons-parent 65 --- apache-commons-jxpath.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-jxpath.spec b/apache-commons-jxpath.spec index d846773..814ba74 100644 --- a/apache-commons-jxpath.spec +++ b/apache-commons-jxpath.spec @@ -2,7 +2,7 @@ Name: apache-commons-jxpath Version: 1.3 -Release: 47%{?dist} +Release: 48%{?dist} Summary: Simple XPath interpreter License: Apache-2.0 URL: http://commons.apache.org/jxpath/ @@ -56,7 +56,7 @@ rm src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java %build # we are skipping tests because we don't have com.mockrunner in repos yet -%mvn_build -f -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7 -Dcommons.osgi.symbolicName=org.apache.commons.jxpath +%mvn_build -f -- -Dcommons.packageId=jxpath %install %mvn_install @@ -68,6 +68,9 @@ rm src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java %license LICENSE.txt NOTICE.txt %changelog +* Mon Dec 04 2023 Mikolaj Izdebski - 1.3-48 +- Port to apache-commons-parent 65 + * Fri Sep 01 2023 Mikolaj Izdebski - 1.3-47 - Convert License tag to SPDX format