diff --git a/apache-poi.spec b/apache-poi.spec index 5be94f1c6c29f0c4c635a3d15aabb280c12865ea..3ee2fa9fc7e2e38cac6df390fe31920bc9cbc739 100644 --- a/apache-poi.spec +++ b/apache-poi.spec @@ -1,7 +1,7 @@ %global reldate 20170915 Name: apache-poi Version: 3.17 -Release: 6 +Release: 7 Summary: The Java API for Microsoft Documents License: Apache-2.0 and GPL-3.0-only URL: http://poi.apache.org/ @@ -62,9 +62,9 @@ This package contains the API documentation for %{name}. %prep %setup -q -n poi-%{version} -%patch1 -%patch2 -%patch3 -p1 +%patch 1 +%patch 2 +%patch 3 -p1 find -name '*.class' -delete find -name '*.jar' -delete mkdir lib ooxml-lib @@ -140,6 +140,9 @@ done %license LICENSE NOTICE %changelog +* Fri Dec 13 2024 chenhao - 3.17-7 +- Fix %patchN is deprecated warning + * Mon Jun 3 2024 laokz - 3.17-6 - riscv64: fix OOM build failure