forked from pool/apache-commons-pool
Accepting request 1147790 from home:dimstar:rpm4.20:a
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147790 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-pool?expand=0&rev=23
This commit is contained in:
parent
593b0510ef
commit
842de89e69
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 10:42:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 15:57:51 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Wed Oct 25 15:57:51 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -64,8 +64,8 @@ Pool Package.
|
|||||||
%setup -q -n %{short_name}-%{version}-src
|
%setup -q -n %{short_name}-%{version}-src
|
||||||
# remove all binary libs
|
# remove all binary libs
|
||||||
find . -name "*.jar" -exec rm -f {} \;
|
find . -name "*.jar" -exec rm -f {} \;
|
||||||
%patch0
|
%patch -P 0
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
dos2unix README.txt
|
dos2unix README.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user