2011-10-25 13:17:42 +00:00
|
|
|
#
|
2012-02-26 14:06:25 +00:00
|
|
|
# spec file for package imapfilter
|
2011-10-25 13:17:42 +00:00
|
|
|
#
|
2023-05-29 01:36:31 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-10-25 13:17:42 +00:00
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
|
2018-11-08 08:17:46 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-10-25 13:17:42 +00:00
|
|
|
#
|
|
|
|
|
|
2012-03-03 08:04:05 +00:00
|
|
|
|
2007-01-12 00:28:06 +00:00
|
|
|
Name: imapfilter
|
2023-12-30 16:37:47 +00:00
|
|
|
Version: 2.8.2
|
2018-11-08 08:17:46 +00:00
|
|
|
Release: 0
|
2010-01-12 14:26:25 +00:00
|
|
|
Summary: A mail filtering utility
|
|
|
|
|
License: MIT
|
2010-11-05 16:06:17 +00:00
|
|
|
Group: Productivity/Networking/Email/Utilities
|
2018-11-08 08:17:46 +00:00
|
|
|
URL: https://github.com/lefcha/imapfilter
|
2020-12-20 12:53:51 +00:00
|
|
|
Source: https://github.com/lefcha/imapfilter/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2012-02-26 14:15:40 +00:00
|
|
|
BuildRequires: lua-devel >= 5.1
|
2012-02-26 14:06:25 +00:00
|
|
|
BuildRequires: openssl-devel
|
2020-11-15 20:14:21 +00:00
|
|
|
BuildRequires: pcre2-devel
|
2012-02-26 14:06:25 +00:00
|
|
|
BuildRequires: pkgconfig
|
2007-01-12 00:28:06 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
IMAPFilter is a mail filtering utility. It connects to remote mail
|
|
|
|
|
servers using the Internet Message Access Protocol (IMAP), sends
|
|
|
|
|
searching queries to the server and processes mailboxes based on the
|
|
|
|
|
results. It can be used to delete, copy, move, flag, etc. messages
|
|
|
|
|
residing in mailboxes at the same or different mail servers. The 4rev1
|
|
|
|
|
and 4 versions of the IMAP protocol are supported.
|
|
|
|
|
|
|
|
|
|
IMAPFilter uses the Lua programming language as a configuration and
|
|
|
|
|
extension language.
|
|
|
|
|
|
|
|
|
|
%prep
|
2010-11-05 16:06:17 +00:00
|
|
|
%setup -q
|
2007-01-12 00:28:06 +00:00
|
|
|
|
|
|
|
|
%build
|
2020-12-20 12:53:51 +00:00
|
|
|
%make_build PREFIX="%{_prefix}" MANDIR="%{_mandir}" MYCFLAGS="%{optflags} -I%{lua_incdir}"
|
2007-01-12 00:28:06 +00:00
|
|
|
|
|
|
|
|
%install
|
2017-09-07 18:27:10 +00:00
|
|
|
%make_install PREFIX="%{_prefix}" MANDIR="%{_mandir}"
|
2007-01-12 00:28:06 +00:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_bindir}/imapfilter
|
2010-01-12 14:26:25 +00:00
|
|
|
%dir %{_datadir}/imapfilter
|
|
|
|
|
%{_datadir}/imapfilter/*.lua
|
2018-11-08 08:17:46 +00:00
|
|
|
%{_mandir}/man1/imapfilter.1%{?ext_man}
|
|
|
|
|
%{_mandir}/man5/imapfilter_config.5%{?ext_man}
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README AUTHORS NEWS
|
2008-01-07 11:29:55 +00:00
|
|
|
|
2007-08-02 20:26:31 +00:00
|
|
|
%changelog
|