This commit is contained in:
parent
7c521b0a7b
commit
628b9e6258
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 13:22:12 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 26 08:27:09 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Thu Jan 26 08:27:09 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xmlgraphics-fop
|
# spec file for package xmlgraphics-fop
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2000-2008, JPackage Project
|
# Copyright (c) 2000-2008, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -76,13 +76,13 @@ representation), Print, AWT, MIF, and TXT.
|
|||||||
%setup -q -n %{bname}-%{version} -a1
|
%setup -q -n %{bname}-%{version} -a1
|
||||||
ln -t fop/hyph offo-hyphenation/hyph/*.xml
|
ln -t fop/hyph offo-hyphenation/hyph/*.xml
|
||||||
find -name "*.jar" | xargs -t rm
|
find -name "*.jar" | xargs -t rm
|
||||||
%patch1 -p1 -b .cli
|
%patch -P 1 -p1 -b .cli
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
%patch4 -p1
|
%patch -P 4 -p1
|
||||||
%patch5 -p1
|
%patch -P 5 -p1
|
||||||
%patch6 -p1
|
%patch -P 6 -p1
|
||||||
%patch7 -p1
|
%patch -P 7 -p1
|
||||||
|
|
||||||
# Replace keyword "VERSION" in XML files with the real one:
|
# Replace keyword "VERSION" in XML files with the real one:
|
||||||
for x in %{SOURCE10} %{SOURCE11} %{SOURCE12}; do
|
for x in %{SOURCE10} %{SOURCE11} %{SOURCE12}; do
|
||||||
|
Loading…
Reference in New Issue
Block a user