OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 03-Dec-2009 22:37:21 Branch: HEAD Handle: 2009120321372100 Modified files: openpkg-src/dovecot dovecot.spec Log: try to fix and cleanup packaging Summary: Revision Changes Path 1.50 +6 -6 openpkg-src/dovecot/dovecot.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/dovecot/dovecot.spec ============================================================================ $ cvs diff -u -r1.49 -r1.50 dovecot.spec --- openpkg-src/dovecot/dovecot.spec 27 Nov 2009 08:59:56 -0000 1.49 +++ openpkg-src/dovecot/dovecot.spec 3 Dec 2009 21:37:21 -0000 1.50 @@ -25,11 +25,11 @@ %define V_major 1.2 %define V_minor 8 %define V_sieve_base 1.2 -%define V_sieve 0.1.14pre +%define V_sieve 0.1.13 %define V_managesieve_base 1.2.8 %define V_managesieve 0.11.9 %define V_managesieved_base 1.2 -%define V_managesieved 0.11.10pre +%define V_managesieved 0.11.9 # package information Name: dovecot @@ -42,7 +42,7 @@ Group: Mail License: MIT+LGPL Version: %{V_major}.%{V_minor} -Release: 20091127 +Release: 20091203 # package options %option with_fsl yes @@ -283,10 +283,10 @@ $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/ # strip installation - rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc + rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/dovecot rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/dovecot/dovecot*example.conf - rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/dovecot/{,*}/*.la \ - >/dev/null 2>&1 || true + rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/dovecot/{,*}/*.a >/dev/null 2>&1 || true + rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/dovecot/{,*}/*.la >/dev/null 2>&1 || true strip \ $RPM_BUILD_ROOT%{l_prefix}/sbin/* \ $RPM_BUILD_ROOT%{l_prefix}/libexec/dovecot/* \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org