diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-22 09:52:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-22 09:52:25 +0200 |
commit | a522605620ced0f669235868614342893a77d0d1 (patch) | |
tree | f49534ebe60eff63f6841d51dcb8ca93bd18fe0b | |
parent | ab7bae56b59d23236c14ac4fed7297dbe6de91d7 (diff) |
patch usage
-rw-r--r-- | uw-imap.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/uw-imap.spec b/uw-imap.spec index 341d44d..26611d1 100644 --- a/uw-imap.spec +++ b/uw-imap.spec @@ -136,20 +136,20 @@ This package contains some utilities for managing UW IMAP email,including: %prep %setup -q -n imap-%{version}%{?dev}%{?snap} -%patch1 -p1 -b .paths -%patch2 -p1 -b .doc +%patch -P1 -p1 -b .paths +%patch -P2 -p1 -b .doc -%patch5 -p1 -b .overflow +%patch -P5 -p1 -b .overflow -%patch9 -p1 -b .shared -%patch10 -p1 -b .authmd5 +%patch -P9 -p1 -b .shared +%patch -P10 -p1 -b .authmd5 install -p -m644 %{SOURCE20} imap.pam -%patch12 -p1 -b .fmt-sec -%patch13 -p1 -b .poll -%patch14 -p1 -b .openssl11 -%patch15 -p1 -b .ldflags +%patch -P12 -p1 -b .fmt-sec +%patch -P13 -p1 -b .poll +%patch -P14 -p1 -b .openssl11 +%patch -P15 -p1 -b .ldflags %build |