Fix patch usage

Related: RHEL-62405
This commit is contained in:
Marián Konček 2024-11-21 01:09:48 +01:00
parent 8f2024445a
commit 723662f2e2

View File

@ -1,7 +1,7 @@
Name: regexp
Epoch: 1
Version: 1.5
Release: 38%{?dist}
Release: 39%{?dist}
Summary: Simple regular expressions API
License: ASL 2.0
URL: http://jakarta.apache.org/%{name}/
@ -30,7 +30,7 @@ Javadoc for %{name}.
%prep
%setup -q -n jakarta-%{name}-%{version}
%patch 0
%patch -P 0
cp -p %{SOURCE2} MANIFEST.MF
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
@ -67,6 +67,9 @@ mkdir lib
%doc LICENSE
%changelog
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1:1.5-39
- Fix patch usage
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com>
- Rebuild with regenerated Requires on Java