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
|
Name: apache-commons-jxpath
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 34%{?dist}
|
Release: 36%{?dist}
|
||||||
Summary: Simple XPath interpreter
|
Summary: Simple XPath interpreter
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/jxpath/
|
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:jsp-api)
|
||||||
BuildRequires: mvn(javax.servlet:servlet-api)
|
BuildRequires: mvn(javax.servlet:servlet-api)
|
||||||
BuildRequires: mvn(jdom:jdom)
|
BuildRequires: mvn(jdom:jdom)
|
||||||
BuildRequires: mvn(junit:junit)
|
|
||||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
|
||||||
BuildRequires: mvn(xerces:xercesImpl)
|
BuildRequires: mvn(xerces:xercesImpl)
|
||||||
BuildRequires: mvn(xml-apis:xml-apis)
|
BuildRequires: mvn(xml-apis:xml-apis)
|
||||||
|
|
||||||
@ -44,7 +42,7 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# we are skipping tests because we don't have com.mockrunner in repos yet
|
# 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
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -56,6 +54,12 @@ This package contains the API documentation for %{name}.
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-34
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user