SHA256
1
0
forked from pool/psgml

Accepting request 1153504 from Publishing

OBS-URL: https://build.opensuse.org/request/show/1153504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psgml?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2024-02-29 20:52:24 +00:00 committed by Git OBS Bridge
commit 57d3abf697
2 changed files with 10 additions and 15 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 29 14:59:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 7 09:57:32 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Tue Nov 7 09:57:32 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -66,26 +66,16 @@ For more info see README.openSUSE.
Compiled for GNU Emacs (XEmacs has its own version!). Compiled for GNU Emacs (XEmacs has its own version!).
Authors:
--------
James Clark <jjc@clark.com>
Lennart Staflin <lenst@lysator.liu.se>
David Megginson <dmeggins@sprynet.com>
Matthias Clasen <mclasen@sun2.mathematik.uni-freiburg.de>
François Pinard <pinard@iro.umontreal.ca>
etc.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch -P 0 -p1
%patch9 -p1 %patch -P 9 -p1
cp -p %{SOURCE1} . cp -p %{SOURCE1} .
# xxml # xxml
mkdir xxml mkdir xxml
tar vxz -C xxml -f %{SOURCE4} tar vxz -C xxml -f %{SOURCE4}
%patch -P 5 -p0 %patch -P 5 -p0
%patch7 -p1 %patch -P 7 -p1
cp xxml/xxml.el . cp xxml/xxml.el .
for f in README THANKS; do for f in README THANKS; do
cp xxml/$f $f.xxml cp xxml/$f $f.xxml
@ -102,8 +92,8 @@ cp -p %{SOURCE7} .
cp -p %{SOURCE8} . cp -p %{SOURCE8} .
cp -p %{S:9} . cp -p %{S:9} .
%patch -p 1 -P 6 %patch -p 1 -P 6
%patch8 %patch -P 8
%patch10 -p0 %patch -P 10 -p0
%build %build
./configure --prefix=%{_prefix} --infodir=%{_infodir} ./configure --prefix=%{_prefix} --infodir=%{_infodir}