import CS regexp-1.5-39.el9_5
This commit is contained in:
parent
ffcd5db057
commit
e7c51f738f
@ -1,7 +1,7 @@
|
|||||||
Name: regexp
|
Name: regexp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 37%{?dist}
|
Release: 39%{?dist}
|
||||||
Summary: Simple regular expressions API
|
Summary: Simple regular expressions API
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://jakarta.apache.org/%{name}/
|
URL: http://jakarta.apache.org/%{name}/
|
||||||
@ -14,8 +14,6 @@ Patch0: jakarta-%{name}-attach-osgi-manifest.patch
|
|||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
|
|
||||||
Requires: java-headless
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Regexp is a 100% Pure Java Regular Expression package that was
|
Regexp is a 100% Pure Java Regular Expression package that was
|
||||||
graciously donated to the Apache Software Foundation by Jonathan Locke.
|
graciously donated to the Apache Software Foundation by Jonathan Locke.
|
||||||
@ -32,7 +30,7 @@ Javadoc for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jakarta-%{name}-%{version}
|
%setup -q -n jakarta-%{name}-%{version}
|
||||||
%patch0
|
%patch -P 0
|
||||||
cp -p %{SOURCE2} MANIFEST.MF
|
cp -p %{SOURCE2} MANIFEST.MF
|
||||||
# remove all binary libs
|
# remove all binary libs
|
||||||
find . -name "*.jar" -exec rm -f {} \;
|
find . -name "*.jar" -exec rm -f {} \;
|
||||||
@ -69,6 +67,12 @@ mkdir lib
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.5-37
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.5-37
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user