File mailcheck.spec of Package mailcheck
#
# spec file for package mailcheck
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Summary: A command tool to check for new mail in multiple mailboxes
Name: mailcheck
Version: 1.91.2
Release: 1
License: GPLv2
Group: Productivity/Networking/Email
URL: http://mailcheck.sourceforge.net
Packager: fjkong(fjkong@suse.com)
Source: %{name}_%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-build
BuildRequires: gcc
%description
Mailcheck is a simple, command line, configurable tool that allows multiple
mailboxes to be checked for the existence of new mail messages. It supports
both mbox and maildir-style mailboxes.
It also supports remote POP3 and IMAP mailboxes.
%prep
%setup -q
%build
make
%install
install -d ${RPM_BUILD_ROOT}/usr/bin
install -d ${RPM_BUILD_ROOT}/etc
prefix=${RPM_BUILD_ROOT} make install
%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/mailcheck
%{_sysconfdir}/mailcheckrc
%changelog