Commit 603af231 603af23149d7783a05553c735fbf3e1c38f9df60 by Wojciech Polak

Updated

1 parent 72fbde39
1 2004-01-11 Wojciech Polak
2
3 * readmsg/readmsg.c (main): Use mu_register_all_mbox_formats().
4 * guimb/main.c (main): Use mu_register_all_formats().
5 * scripts/mailutils.spec.in: Updated.
6 * include/mailutils/Makefile.am: Added missing refcount.h.
7
1 2004-01-10 Wojciech Polak 8 2004-01-10 Wojciech Polak
2 9
3 * include/mailutils/mailutils.h: Added missing header files. 10 * include/mailutils/mailutils.h: Added missing header files.
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## Process this file with GNU Automake to create Makefile.in
2 2
3 ## Copyright (C) 2001, 2002 Free Software Foundation, Inc. 3 ## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4 ## 4 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 5 ## GNU Mailutils is free software; you can redistribute it and/or
6 ## modify it under the terms of the GNU General Public License as 6 ## modify it under the terms of the GNU General Public License as
...@@ -14,15 +14,16 @@ ...@@ -14,15 +14,16 @@
14 ## 14 ##
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software 16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc. 17 ## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18
19 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib\
20 -I${top_builddir}/include/mailutils/gnu @INTLINCS@
19 21
20 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@
21 SUBDIRS = testsuite 22 SUBDIRS = testsuite
22 23
23 bin_PROGRAMS = readmsg 24 bin_PROGRAMS = readmsg
24
25 readmsg_SOURCES = readmsg.c msglist.c readmsg.h 25 readmsg_SOURCES = readmsg.c msglist.c readmsg.h
26
26 readmsg_LDADD =\ 27 readmsg_LDADD =\
27 ../mailbox/mbox/libmu_mbox.la\ 28 ../mailbox/mbox/libmu_mbox.la\
28 ../mailbox/imap/libmu_imap.la\ 29 ../mailbox/imap/libmu_imap.la\
......
...@@ -29,8 +29,8 @@ Group: System Environment/Libraries ...@@ -29,8 +29,8 @@ Group: System Environment/Libraries
29 %description -n libmailutils 29 %description -n libmailutils
30 The runtime library libmailbox contains various mailbox access 30 The runtime library libmailbox contains various mailbox access
31 routines and support for a number of mailbox types, such as mbox, 31 routines and support for a number of mailbox types, such as mbox,
32 mh, POP3, and IMAP4. It also supports MIME message handling, 32 maildir, mh, POP3, and IMAP4. It also supports MIME message
33 and sending mail via SMTP and /sbin/sendmail. 33 handling, and sending mail via SMTP and /sbin/sendmail.
34 34
35 %package -n libmailutils-dev 35 %package -n libmailutils-dev
36 Summary: GNU Mailutils: mailbox access library development. 36 Summary: GNU Mailutils: mailbox access library development.
...@@ -129,12 +129,13 @@ make distclean ...@@ -129,12 +129,13 @@ make distclean
129 129
130 %files -n mailutils 130 %files -n mailutils
131 %defattr(-, root, root) 131 %defattr(-, root, root)
132 %{prefix}/bin/mail
133 %{prefix}/bin/guimb
134 %{prefix}/bin/dotlock 132 %{prefix}/bin/dotlock
135 %{prefix}/bin/frm 133 %{prefix}/bin/frm
136 %{prefix}/bin/from 134 %{prefix}/bin/from
135 %{prefix}/bin/guimb
136 %{prefix}/bin/mail
137 %{prefix}/bin/messages 137 %{prefix}/bin/messages
138 %{prefix}/bin/movemail
138 %{prefix}/bin/readmsg 139 %{prefix}/bin/readmsg
139 %{prefix}/libexec/* 140 %{prefix}/libexec/*
140 141
...@@ -177,7 +178,10 @@ make distclean ...@@ -177,7 +178,10 @@ make distclean
177 %{prefix}/bin/sieve* 178 %{prefix}/bin/sieve*
178 %{prefix}/lib/libsieve.so.* 179 %{prefix}/lib/libsieve.so.*
179 %{prefix}/lib/libsieve.*a 180 %{prefix}/lib/libsieve.*a
181 %{prefix}/lib/mailutils/list*
180 %{prefix}/lib/mailutils/numaddr* 182 %{prefix}/lib/mailutils/numaddr*
183 %{prefix}/lib/mailutils/spamd*
184 %{prefix}/lib/mailutils/timestamp*
181 %{prefix}/share/mailutils/*.scm 185 %{prefix}/share/mailutils/*.scm
182 186
183 %files -n mailutils-mh 187 %files -n mailutils-mh
......