From a522605620ced0f669235868614342893a77d0d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Aug 2023 09:52:25 +0200 Subject: patch usage --- uw-imap.spec | 18 +++++++++--------- 1 file 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 -- cgit