Switch to a newer %patch syntax
This commit is contained in:
parent
887ff4e07c
commit
dd560c9bf8
1 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: apache-commons-jxpath
|
||||
Version: 1.3
|
||||
Release: 52%{?dist}
|
||||
Release: 53%{?dist}
|
||||
Summary: Simple XPath interpreter
|
||||
License: Apache-2.0
|
||||
URL: http://commons.apache.org/jxpath/
|
||||
|
|
@ -36,7 +36,7 @@ This package contains the API documentation for %{name}.
|
|||
|
||||
%prep
|
||||
%setup -q -n commons-jxpath-%{version}-src
|
||||
%patch -P0 -p1
|
||||
%patch 0 -p1
|
||||
|
||||
%pom_remove_dep xerces:
|
||||
%pom_remove_dep xml-apis:
|
||||
|
|
@ -68,6 +68,9 @@ rm src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java
|
|||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri May 31 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-53
|
||||
- Switch to a newer patch macro syntax
|
||||
|
||||
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 1.3-52
|
||||
- Rebuilt for java-21-openjdk as system jdk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue