OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 11-Feb-2004 08:47:39 Branch: HEAD Handle: 2004021107473900 Modified files: openpkg-src/perl-mail perl-mail.spec Log: backout hastily inclusion of additional stuff as it duplicates perl modules that were already prevalent in the dedicated spamassassin package - the source number should have told me ;-) Summary: Revision Changes Path 1.111 +2 -12 openpkg-src/perl-mail/perl-mail.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-mail/perl-mail.spec ============================================================================ $ cvs diff -u -r1.110 -r1.111 perl-mail.spec --- openpkg-src/perl-mail/perl-mail.spec 10 Feb 2004 22:04:07 -0000 1.110 +++ openpkg-src/perl-mail/perl-mail.spec 11 Feb 2004 07:47:39 -0000 1.111 @@ -37,7 +37,6 @@ %define V_mime_tools 5.411 %define V_mime_types 1.12 %define V_user_identity 0.07 -%define V_mail_spamassassin 2.63 # package information Name: perl-mail @@ -49,8 +48,8 @@ Class: BASE Group: Language License: GPL/Artistic -Version: 20040210 -Release: 20040210 +Version: 20040211 +Release: 20040211 # list of sources Source0: http://www.cpan.org/modules/by-module/Mail/MailTools-%{V_mailtools}.tar.gz @@ -66,7 +65,6 @@ Source10: http://www.cpan.org/modules/by-module/Mail/Mail-Mbox-MessageParser-%{V_mail_mbox_messageparser}.tar.gz Source11: http://www.cpan.org/modules/by-module/Mail/Mail-Sendmail-%{V_mail_sendmail}.tar.gz Source12: http://www.cpan.org/modules/by-module/Mail/Mail-Sender-%{V_mail_sender}.tar.gz -Source13: http://www.cpan.org/modules/by-module/Mail/Mail-SpamAssassin-%{V_mail_spamassassin}.tar.gz # build information Prefix: %{l_prefix} @@ -89,7 +87,6 @@ - Mail::Sender (%{V_mail_sender}) - Mail::Sendmail (%{V_mail_sendmail}) - Mail::XXX (%{V_mailtools}) - - Mail::SpamAssassin (%{V_mail_spamassassin}) - User::Identity (%{V_user_identity}) %track @@ -128,11 +125,6 @@ url = http://www.cpan.org/modules/by-module/Mail/ regex = MailTools-(\d+\.\d\d)\.tar\.gz } - prog perl-mail:SpamAssassin = { - version = %{V_mail_spamassassin} - url = http://www.cpan.org/modules/by-module/Mail/ - regex = Mail-SpamAssassin-(__VER__)\.tar\.gz - } prog perl-mail:MIME-Base64 = { version = %{V_mime_base64} url = http://www.cpan.org/modules/by-module/MIME/ @@ -178,7 +170,6 @@ %setup -q -T -D -a 10 %setup -q -T -D -a 11 %setup -q -T -D -a 12 - %setup -q -T -D -a 13 %{l_shtool} subst \ -e 's/\(has_readkey\) =[^;]*/\1 = 0/' \ Mail-Box-*/Makefile.PL @@ -200,7 +191,6 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install - %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]