Dominique Leuenberger 2024-02-29 20:51:11 +00:00 committed by Git OBS Bridge
commit 7c1f8a88f8
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

View File

@ -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} .