OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Torsten Homeyer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   09-Mar-2005 11:43:11
  Branch: HEAD                             Handle: 2005030910431000

  Modified files:
    openpkg-src/fetchmail   fetchmail.spec

  Log:
    moved fetchmail.pid to Prefix/var/imapd, added var/fetchmail and
    etc/fetchmail directories

  Summary:
    Revision    Changes     Path
    1.61        +6  -1      openpkg-src/fetchmail/fetchmail.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/fetchmail.spec
  ============================================================================
  $ cvs diff -u -r1.60 -r1.61 fetchmail.spec
  --- openpkg-src/fetchmail/fetchmail.spec      29 Jan 2005 12:39:27 -0000      
1.60
  +++ openpkg-src/fetchmail/fetchmail.spec      9 Mar 2005 10:43:10 -0000       
1.61
  @@ -34,7 +34,7 @@
   Group:        Mail
   License:      GPL
   Version:      6.2.5
  -Release:      20050129
  +Release:      20050309
   
   #   list of sources
   Source0:      http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
  @@ -76,6 +76,7 @@
       %{l_shtool} subst \
           -e 's;test -r $with_ssl/include/openssl/ssl.h;false;' \
           -e 's;test -r /usr/include/ssl/ssl.h;false;' \
  +        -e '/^#define PID_DIR /s;\$dir;%{l_prefix}/var/fetchmail;' \
           configure
   
   %build
  @@ -94,6 +95,10 @@
   
   %install
       rm -rf $RPM_BUILD_ROOT
  +    %{l_shtool} mkdir -f -p -m 755 \
  +        $RPM_BUILD_ROOT%{l_prefix}/var/fetchmail \
  +        $RPM_BUILD_ROOT%{l_prefix}/etc/fetchmail
  +
       %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to