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:
parent
0335447eb7
commit
f901e96ea7
@ -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
|
||||
|
||||
|
@ -52,10 +52,10 @@ Simple Plug-in API) plugins written by Steve Harris.
|
||||
%setup -q -n %{tarname}-%{version}
|
||||
# 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
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch5
|
||||
%patch -P 1
|
||||
%patch -P 2
|
||||
%patch -P 3
|
||||
%patch -P 5
|
||||
cp gsm/README README-gsm
|
||||
cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
|
Loading…
Reference in New Issue
Block a user