Changeset 17 for spec/trunk/SPECS


Ignore:
Timestamp:
Sep 13, 2010, 1:49:22 PM (15 years ago)
Author:
Yuri Dario
Message:

spec: fixed suffix extensions for patched files.

Location:
spec/trunk/SPECS
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/bzip2.spec

    r11 r17  
    4545# -T Disable the automatic unpacking of the archives.
    4646%setup
    47 %patch0 -p1 -b .setmode
     47%patch0 -p1 -b .setmode~
    4848
    4949%build
  • spec/trunk/SPECS/cpio.spec

    r11 r17  
    3333%prep
    3434%setup -q
    35 %patch1 -p1 -b .base
     35%patch1 -p1 -b .base~
    3636#autoheader
    3737
  • spec/trunk/SPECS/gzip.spec

    r11 r17  
    3838%prep
    3939%setup -q
    40 %patch0 -p1 -b .owl-tmp
    41 %patch1 -p1 -b .zforce
    42 %patch2 -p1 -b .stderr
    43 %patch3 -p1 -b .nixi
    44 %patch4 -p1 -b .rsync
    45 %patch5 -p1 -b .addsuffix
    46 %patch6 -p1 -b .4338
    47 %patch7 -p1 -b .4337
    48 %patch8 -p1 -b .4337l
    49 %patch11 -p1 -b .noemptysuffix
     40%patch0 -p1 -b .owl-tmp~
     41%patch1 -p1 -b .zforce~
     42%patch2 -p1 -b .stderr~
     43%patch3 -p1 -b .nixi~
     44%patch4 -p1 -b .rsync~
     45%patch5 -p1 -b .addsuffix~
     46%patch6 -p1 -b .4338~
     47%patch7 -p1 -b .4337~
     48%patch8 -p1 -b .4337l~
     49%patch11 -p1 -b .noemptysuffix~
    5050
    51 %patch100 -p1 -b .os2
     51%patch100 -p1 -b .os2~
    5252
    5353%build
  • spec/trunk/SPECS/libxml2.spec

    r11 r17  
    6969%prep
    7070%setup -q
    71 %patch001 -p1 -b .base
     71%patch001 -p1 -b .base~
    7272
    7373%build
  • spec/trunk/SPECS/patch.spec

    r11 r17  
    2929
    3030# Avoid os2 patch
    31 %patch1 -p1 -b .os2
     31%patch1 -p1 -b .os2~
    3232
    3333%build
  • spec/trunk/SPECS/python.spec

    r11 r17  
    220220# Apply patches:
    221221#
    222 %patch0 -p1 -b .os2
    223 %patch1 -p1 -b .os2knix
     222%patch0 -p1 -b .os2~
     223%patch1 -p1 -b .os2knix~
    224224
    225225mkdir Lib/plat-os2knix
  • spec/trunk/SPECS/rpm.spec

    r11 r17  
    183183
    184184# Official patches
    185 %patch001 -p1 -b .base
     185%patch001 -p1 -b .base~
    186186
    187187%build
  • spec/trunk/SPECS/sqlite.spec

    r11 r17  
    9393%prep
    9494%setup -q -a1
    95 %patch1 -p1 -b .os2
     95%patch1 -p1 -b .os2~
    9696
    9797%build
Note: See TracChangeset for help on using the changeset viewer.