# # Conditional build: %bcond_with tests # "make check" (requires operational valgrind, i.e. with glibc-debuginfo) %bcond_with gnutls # GnuTLS instead of OpenSSL %bcond_with socks # (Courier) Socks support Summary: CONE - Console Newsreader and Emailer Summary(pl.UTF-8): CONE - tekstowy klient poczty i czytnik newsów Name: cone Version: 1.8 Release: 1 License: GPL v3 with OpenSSL exception Group: Applications/Mail Source0: https://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2 # Source0-md5: 3b5c398c693d6aa60ea90f4d19f0ac39 Patch0: %{name}-maildir.patch Patch1: %{name}-curses.patch URL: http://www.courier-mta.org/cone/ BuildRequires: aspell-devel BuildRequires: autoconf >= 2.59 BuildRequires: automake %{?with_socks:BuildRequires: courier-sox-devel} BuildRequires: courier-unicode-devel >= 2.1 BuildRequires: gettext-tools # or gnupg2 --with-gpg2, will use the same at runtime BuildRequires: gnupg %{?with_gnutls:BuildRequires: gnutls-devel >= 3.0} %{?with_gnutls:BuildRequires: libgcrypt-devel} %{?with_gnutls:BuildRequires: libgpg-error-devel} BuildRequires: libidn2-devel >= 0.0.0 BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 BuildRequires: libxml2-devel >= 2.0 BuildRequires: ncurses-devel >= 5 BuildRequires: openldap-devel %{!?with_gnutls:BuildRequires: openssl-devel >= 0.9.7d} BuildRequires: pcre2-8-devel BuildRequires: perl-base BuildRequires: pkgconfig BuildRequires: procps BuildRequires: sysconftool %{?with_tests:BuildRequires: valgrind} BuildRequires: zlib-devel Requires: ca-certificates Suggests: gnupg Conflicts: courier-imap < 5 Conflicts: courier-imapd < 1 Conflicts: maildrop < 3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description CONE is a simple, text-based E-mail reader and writer, and a simple newsreader. %description -l pl.UTF-8 CONE jest prostym, tekstowym klientem pocztowym, a także prostym czytnikiem newsów. %package devel Summary: Header files and static LibMAIL library Summary(pl.UTF-8): Pliki nagłówkowe i biblioteka statyczna LibMAIL Group: Development/Libraries Requires: courier-unicode-devel >= 2.0 %{?with_gnutls:Requires: gnutls-devel >= 3.0} Requires: libidn2-devel >= 0.0.0 Requires: libstdc++-devel %{!?with_gnutls:Requires: openssl-devel >= 0.9.7d} Obsoletes: cone-static < 0.96 %description devel This package includes the header files and static library for developing applications using LibMAIL - a high level, C++ OO library for mail clients. %description devel -l pl.UTF-8 Ten pakiet zawiera pliki nagłówkowe i bibliotekę statyczną do tworzenia aplikacji z użyciem LibMAIL - wysokopoziomowej, zorientowanej obiektowo biblioteki C++ dla klientów pocztowych. %package -n leaf Summary: Console text file editor Summary(pl.UTF-8): Konsolowy edytor plików tekstowych Group: Applications/Editors %description -n leaf Leaf is a simple console text file editor, with paragraph word-wrapping and spell checking. Leaf is based on the text editor in the Cone mail reader and composer. %description -n leaf -l pl.UTF-8 Leaf jest prostym konsolowym edytorem plików tekstowych, z zawijaniem wierszy w akapitach i sprawdzaniem pisowni. Jest oparty na edytorze używanym w czytniku poczty Cone. %prep %setup -q %patch0 -p1 %build %{__libtoolize} for d in $(sed -ne 's/.*AC_CONFIG_SUBDIRS(\([^)]*\))/\1/p' configure.ac) . ; do if [ -d "$d" ]; then cd $d %{__aclocal} %{__autoconf} if grep -q AC_CONFIG_HEADER configure.ac ; then %{__autoheader} fi %{__automake} cd - fi done %configure \ SENDMAIL=/usr/lib/sendmail \ --with-certdb=%{_sysconfdir}/certs/ca-certificates.crt \ --with-devel \ %{?with_gnutls:--with-gnutls} \ --with-notice=unicode %{__make} %if %{with tests} %{__make} check %endif %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %{__mv} $RPM_BUILD_ROOT%{_sysconfdir}/cone.dist $RPM_BUILD_ROOT%{_sysconfdir}/cone # move docs to more specific location install -d $RPM_BUILD_ROOT%{_docdir}/%{name} %{__mv} $RPM_BUILD_ROOT%{_datadir}/cone/{*.html,manpage.css} $RPM_BUILD_ROOT%{_docdir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %triggerpostun -- %{name} < 1 %banner -e cone-unicode <