Eliminate use of obsolete %patchN syntax (#2283636)
This commit is contained in:
parent
3302dd9135
commit
c1e85e9b38
1 changed files with 6 additions and 6 deletions
12
xar.spec
12
xar.spec
|
|
@ -50,12 +50,12 @@ Development files for the eXtensible ARchiver.
|
|||
%prep
|
||||
%setup -n xar-%{subversion}
|
||||
pushd xar
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch -P0 -p1
|
||||
%patch -P1 -p1
|
||||
%patch -P2 -p1
|
||||
%patch -P3 -p1
|
||||
%patch -P4 -p1
|
||||
%patch -P5 -p1
|
||||
sed 's:-Wl,-rpath,::g' -i configure.ac #No rpath
|
||||
sed 's:filetree.h:../lib/filetree.h:g' -i src/xar.c #Fix path
|
||||
sed 's:util.h:../lib/util.h:g' -i src/xar.c #Fix path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue