Compare commits

...

No commits in common. "imports/c8-stream-201801/apache-commons-jxpath-1.3-29.module+el8+2598+06babf2e" and "c8-stream-201902" have entirely different histories.

1 changed files with 16 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: apache-commons-jxpath
Version: 1.3
Release: 29%{?dist}
Release: 31%{?dist}
Summary: Simple XPath interpreter
License: ASL 2.0
URL: http://commons.apache.org/jxpath/
@ -12,8 +12,6 @@ Patch0: commons-jxpath-mockrunner.patch
BuildRequires: maven-local
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:)
@ -36,6 +34,13 @@ This package contains the API documentation for %{name}.
%setup -q -n commons-jxpath-%{version}-src
%patch0 -p1
# Remove dependency on glassfish
%pom_remove_dep :servlet-api
%pom_remove_dep :jsp-api
rm src/java/org/apache/commons/jxpath/servlet/*Context*.java
rm src/java/org/apache/commons/jxpath/servlet/*Handler.java
rm src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java
%mvn_file ":{*}" %{name} @1
%mvn_alias : org.apache.commons:
@ -44,7 +49,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
%mvn_build -f -- -Dmaven.compiler.source=1.6 -Dmaven.compiler.target=1.6
%install
%mvn_install
@ -56,6 +61,12 @@ This package contains the API documentation for %{name}.
%license LICENSE.txt NOTICE.txt
%changelog
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-31
- Mass rebuild for javapackages-tools 201902
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-30
- Mass rebuild for javapackages-tools 201901
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@ -184,7 +195,7 @@ This package contains the API documentation for %{name}.
- Use jdom-1.0-0.rc1.1jpp
- Relax some versioned dependencies
* Sun Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:1.1-3jpp
* Mon Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:1.1-3jpp
- Rebuild with ant-1.6.2
* Tue Jun 01 2004 Randy Watler <rwatler at finali.com> - 0:1.1-2jpp