From b9e441c564923d6055617a662073dfa82b7273dc Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 7 Apr 2004 22:42:14 +0000 Subject: fixed generation of multipart mail (blank lines can't be insered in header!) --- indexhtml.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'indexhtml.spec') diff --git a/indexhtml.spec b/indexhtml.spec index 6d41e58..174bd02 100644 --- a/indexhtml.spec +++ b/indexhtml.spec @@ -1,7 +1,7 @@ Summary: Mandrake html welcome page Name: indexhtml Version: 10.0 -Release: 12mdk +Release: 13mdk Source: indexhtml-%version.tar.bz2 Group: System/Base License: GPL @@ -37,13 +37,13 @@ for lang in $(find mail/header-* -type f | sed "s|mail/header-||" ); do install -m 0644 tmpfile %buildroot/%_datadir/mdk/mail/text/mail-$lang cat mail/header-$lang &> tmpfile - echo "" >> tmpfile echo "Content-Type: multipart/related; type=\"multipart/alternative\";" >>tmpfile - echo "boundary=\"=-tThpx1YEZqL4gn53WjQ1\"" >> tmpfile + echo "\t boundary=\"=-tThpx1YEZqL4gn53WjQ1\"" >> tmpfile + echo "" >> tmpfile echo "--=-tThpx1YEZqL4gn53WjQ1" >> tmpfile + echo "" >> tmpfile echo "Content-Type: multipart/alternative; boundary=\"=-aFPGjTr5jUHhXPWxbLcT\"" >>tmpfile echo "--=-aFPGjTr5jUHhXPWxbLcT" >> tmpfile - echo "" >> tmpfile cat mail/mail-$lang.txt >> tmpfile cat mail/mail-$lang.html >> tmpfile cat mail/mail-images >> tmpfile @@ -109,6 +109,9 @@ fi %changelog +* Wed Apr 07 2004 Pablo Saratxaga 10.0-11mdk +- corrected accent in generated multipart mail + * Mon Mar 29 2004 Pablo Saratxaga 10.0-12mdk - integrated Basque translations - Updates/additions for Catalan, Armenian, Chinese, Tajik, Macedonian, @@ -381,16 +384,16 @@ fi - Rewriting the .spec. - Build for new environement (Rel: 3mdk). -* Thu Apr 29 1999 Gaël Duval +* Thu Apr 29 1999 Gaël Duval - lipstick -* Thu Apr 25 1999 Gaël Duval +* Thu Apr 25 1999 Gaël Duval - updated for Linux-Mandrake 6.0 -* Thu Jan 21 1999 Gaël Duval +* Thu Jan 21 1999 Gaël Duval - updated for Linux-Mandrake 5.3 -* Mon Nov 16 1998 Gaël Duval +* Mon Nov 16 1998 Gaël Duval - updated for Linux-Mandrake * Sun Oct 11 1998 Bill Nottingham -- cgit v1.2.1