import apache-commons-jxpath-1.3-36.module+el8.2.1+7436+4afdca1f
This commit is contained in:
parent
a74474965a
commit
b52a72baa6
@ -1,6 +1,6 @@
|
||||
Name: apache-commons-jxpath
|
||||
Version: 1.3
|
||||
Release: 34%{?dist}
|
||||
Release: 36%{?dist}
|
||||
Summary: Simple XPath interpreter
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/jxpath/
|
||||
@ -15,9 +15,7 @@ BuildRequires: mvn(commons-beanutils:commons-beanutils)
|
||||
BuildRequires: mvn(javax.servlet:jsp-api)
|
||||
BuildRequires: mvn(javax.servlet:servlet-api)
|
||||
BuildRequires: mvn(jdom:jdom)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
BuildRequires: mvn(xerces:xercesImpl)
|
||||
BuildRequires: mvn(xml-apis:xml-apis)
|
||||
|
||||
@ -44,7 +42,7 @@ This package contains the API documentation for %{name}.
|
||||
|
||||
%build
|
||||
# we are skipping tests because we don't have com.mockrunner in repos yet
|
||||
%mvn_build -f -- -Dcommons.osgi.symbolicName=org.apache.commons.jxpath
|
||||
%mvn_build -f -- -Dcommons.osgi.symbolicName=org.apache.commons.jxpath -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -56,6 +54,12 @@ This package contains the API documentation for %{name}.
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.3-36
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Fri May 22 2020 Fabio Valentini <decathorpe@gmail.com> - 1.3-35
|
||||
- Set javac -source and -target to 1.8.
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
@ -206,4 +210,4 @@ This package contains the API documentation for %{name}.
|
||||
- Upgrade to Ant 1.6.X
|
||||
|
||||
* Mon Jan 19 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.1-1jpp
|
||||
- First JPackage release
|
||||
- First JPackage release
|
Loading…
Reference in New Issue
Block a user