Accepting request 1153230 from home:pgajdos:l

- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1153230
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ladspa-swh-plugins?expand=0&rev=8
This commit is contained in:
Takashi Iwai 2024-02-29 14:36:27 +00:00 committed by Git OBS Bridge
parent 0335447eb7
commit f901e96ea7
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 29 13:13:41 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 12 13:07:16 UTC 2016 - davejplater@gmail.com Sat Nov 12 13:07:16 UTC 2016 - davejplater@gmail.com

View File

@ -52,10 +52,10 @@ Simple Plug-in API) plugins written by Steve Harris.
%setup -q -n %{tarname}-%{version} %setup -q -n %{tarname}-%{version}
# This creates the .c files from .xml files. # This creates the .c files from .xml files.
for i in `ls -1 *.xml|cut -f 1 -d .` ;do ./makestub.pl "$i.xml" > "$i.c";done for i in `ls -1 *.xml|cut -f 1 -d .` ;do ./makestub.pl "$i.xml" > "$i.c";done
%patch1 %patch -P 1
%patch2 %patch -P 2
%patch3 %patch -P 3
%patch5 %patch -P 5
cp gsm/README README-gsm cp gsm/README README-gsm
cp %{SOURCE1} . cp %{SOURCE1} .
cp %{SOURCE2} . cp %{SOURCE2} .