summaryrefslogtreecommitdiffstats
path: root/indexhtml.spec
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-04-07 22:42:14 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-04-07 22:42:14 +0000
commitb9e441c564923d6055617a662073dfa82b7273dc (patch)
tree87bc352b2a380c9525e1f8a1eddaa136371c7432 /indexhtml.spec
parent0f584c4ad2f029168b0b3e579fffcf20171a40a9 (diff)
downloadindexhtml-b9e441c564923d6055617a662073dfa82b7273dc.tar
indexhtml-b9e441c564923d6055617a662073dfa82b7273dc.tar.gz
indexhtml-b9e441c564923d6055617a662073dfa82b7273dc.tar.bz2
indexhtml-b9e441c564923d6055617a662073dfa82b7273dc.tar.xz
indexhtml-b9e441c564923d6055617a662073dfa82b7273dc.zip
fixed generation of multipart mail (blank lines can't be insered in header!)
Diffstat (limited to 'indexhtml.spec')
-rw-r--r--indexhtml.spec19
1 files changed, 11 insertions, 8 deletions
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 <pablo@mandrakesoft.com> 10.0-11mdk
+- corrected accent in generated multipart mail
+
* Mon Mar 29 2004 Pablo Saratxaga <pablo@mandrakesoft.com> 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 <gael@linux-mandrake.com>
+* Thu Apr 29 1999 Gaël Duval <gael@linux-mandrake.com>
- lipstick
-* Thu Apr 25 1999 Gaël Duval <gael@linux-mandrake.com>
+* Thu Apr 25 1999 Gaël Duval <gael@linux-mandrake.com>
- updated for Linux-Mandrake 6.0
-* Thu Jan 21 1999 Gaël Duval <gael@linux-mandrake.com>
+* Thu Jan 21 1999 Gaël Duval <gael@linux-mandrake.com>
- updated for Linux-Mandrake 5.3
-* Mon Nov 16 1998 Gaël Duval <gael@linux-mandrake.com>
+* Mon Nov 16 1998 Gaël Duval <gael@linux-mandrake.com>
- updated for Linux-Mandrake
* Sun Oct 11 1998 Bill Nottingham <notting@redhat.c9om>