Accepting request 1150624 from home:dimstar:rpm4.20:d

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150624
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook-xsl?expand=0&rev=11
This commit is contained in:
Martin Pluskal 2024-02-28 07:44:30 +00:00 committed by Git OBS Bridge
parent e5f0b06c42
commit eab3fa2158
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:05:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Nov 9 09:27:14 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> 1.79.2.2

View File

@ -145,9 +145,9 @@ tar xf %{SOURCE1} -C docbook-xsl-%{realversion}-ns --strip-components 1
# Patch the orginal source and remove unnecessary files:
(cd docbook-xsl-%{realversion}-ns
%patch0 -p1
%patch1 -p1
# %%patch2 -p1
%patch -P 0 -p1
%patch -P 1 -p1
# %%patch -P 2 -p1
# Remove some Python and Java extensions
# Remove dbtoepub Ruby script. This has been moved to devel:languages:ruby:extensions