OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 19-Jan-2005 16:03:59 Branch: HEAD Handle: 2005011915035800 Modified files: openpkg-src/imapd imapd.spec Log: included command line compiler for sieve scripts into binary rpm Summary: Revision Changes Path 1.131 +6 -1 openpkg-src/imapd/imapd.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/imapd/imapd.spec ============================================================================ $ cvs diff -u -r1.130 -r1.131 imapd.spec --- openpkg-src/imapd/imapd.spec 1 Jan 2005 10:50:24 -0000 1.130 +++ openpkg-src/imapd/imapd.spec 19 Jan 2005 15:03:58 -0000 1.131 @@ -34,7 +34,7 @@ Group: Mail License: BSD Version: 2.2.10 -Release: 20041124 +Release: 20050119 # package options %option with_fsl yes @@ -204,6 +204,11 @@ perl/sieve/scripts/sieveshell.pl \ $RPM_BUILD_ROOT%{l_prefix}/bin/sieveshell + # install sieve command line compiler + %{l_shtool} install -c -m 755 \ + sieve/sievec \ + $RPM_BUILD_ROOT%{l_prefix}/bin/sievec + # offer a sane configuration l_hostname=`%{l_shtool} echo -e %h` l_domainname=`%{l_shtool} echo -e %d | cut -c2-` @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org