SHA256
1
0
forked from pool/sgmltool

Accepting request 1151485 from home:dimstar:rpm4.20:s

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151485
OBS-URL: https://build.opensuse.org/package/show/Publishing/sgmltool?expand=0&rev=24
This commit is contained in:
Martin Pluskal 2024-02-26 13:39:55 +00:00 committed by Git OBS Bridge
parent caa4d9d8bd
commit 3cdd56b26b
2 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 13:08:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Sep 30 10:16:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -80,16 +80,16 @@ This package contains the LaTeX generator (sgml2latex) from sgmltool.
%prep
%setup -q -n sgml-tools-%{version} -a1
%patch0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5
%patch6 -p1
%patch7 -p1
%patch8
%patch9
%patch -P 0
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5
%patch -P 6 -p1
%patch -P 7 -p1
%patch -P 8
%patch -P 9
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"