Commit 603af231 603af23149d7783a05553c735fbf3e1c38f9df60 by Wojciech Polak

Updated

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