X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcone.git;a=blobdiff_plain;f=cone.spec;h=8d29b73adf3106cae219e86056827868549702c2;hp=9f03ba33ef53e3292acda98359a2d8d528d4c5ae;hb=HEAD;hpb=08ede1b6b2e24eef01e3e81420a96aefc2e3ec0f diff --git a/cone.spec b/cone.spec index 9f03ba3..0b921d5 100644 --- a/cone.spec +++ b/cone.spec @@ -1,96 +1,128 @@ +# +# 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): CONE - tekstowy klient poczty i czytnik newsów +Summary(pl.UTF-8): CONE - tekstowy klient poczty i czytnik newsów Name: cone -Version: 0.60 +Version: 1.8 Release: 1 -License: GPL +License: GPL v3 with OpenSSL exception Group: Applications/Mail -Source0: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2 -# Source0-md5: b2ae0cb3808e5485d566474c8bf251f9 +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 +BuildRequires: autoconf >= 2.59 BuildRequires: automake -BuildRequires: fam-devel +%{?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 -BuildRequires: libxml2-devel -BuildRequires: ncurses-devel -BuildRequires: openssl-devel -BuildRequires: openssl-tools-perl +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 -CONE jest prostym, tekstowym klientem pocztowym, a tak¿e prostym -czytnikiem newsów. +%description -l pl.UTF-8 +CONE jest prostym, tekstowym klientem pocztowym, a także prostym +czytnikiem newsów. %package devel -Summary: Header files for LibMAIL -Summary(pl): Pliki nag³ówkowe LibMAIL -Group: Development/Languages -Requires: %{name} = %{version}-%{release} - -%description devel -This package includes the header files for developing applications -using LibMAIL - a high level, C++ OO library for mail clients. - -%description devel -l pl -Ten pakiet zawiera pliki nag³ówkowe do tworzenia aplikacji z u¿yciem -LibMAIL - wysokopoziomowej, zorientowanej obiektowo biblioteki C++ dla -klientów pocztowych. - -%package static -Summary: Static LibMAIL library -Summary(pl): Biblioteka statyczna LibMAIL +Summary: Header files and static LibMAIL library +Summary(pl.UTF-8): Pliki nagłówkowe i biblioteka statyczna LibMAIL Group: Development/Libraries -Requires: %{name}-devel = %{version}-%{release} +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 static -This package contains static library for developing application using -LibMAIL - a high level, C++ OO library for mail clients. +%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 static -l pl -Ten pakiet zawiera statyczn± bibliotekê do tworzenia aplikacji z -u¿yciem LibMAIL - wysokopoziomowej, zorientowanej obiektowo biblioteki -C++ dla klientów pocztowych. +%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): Konsolowy edytor plików tekstowych +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. +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 -Leaf jest prostym konsolowym edytorem plików tekstowych. Jest oparty na -edytorze u¿ywanym w czytniku poczty Cone. +%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 -%{__aclocal} -%{__autoconf} -%{__automake} +%{__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 -CXXFLAGS="%{rpmcflags} -I%{_includedir}/ncurses" -PATH=$PATH:/usr/%{_lib}/openssl; export PATH %configure \ + SENDMAIL=/usr/lib/sendmail \ + --with-certdb=%{_sysconfdir}/certs/ca-certificates.crt \ --with-devel \ - SENDMAIL=%{_sbindir}/sendmail + %{?with_gnutls:--with-gnutls} \ + --with-notice=unicode %{__make} +%if %{with tests} %{__make} check +%endif %install rm -rf $RPM_BUILD_ROOT @@ -98,49 +130,73 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -# start cone directly -mv -f $RPM_BUILD_ROOT%{_libdir}/cone $RPM_BUILD_ROOT%{_bindir} -mv -f $RPM_BUILD_ROOT%{_sysconfdir}/cone.dist $RPM_BUILD_ROOT%{_sysconfdir}/cone +%{__mv} $RPM_BUILD_ROOT%{_sysconfdir}/cone.dist $RPM_BUILD_ROOT%{_sysconfdir}/cone -# move devel docs from datadir -mkdir devel -for file in account-* address.html book.html c2*.html e*.html folder-* \ -mail-* mimestruct* native* r11* r8* synchronous.html; do -mv -f $RPM_BUILD_ROOT%{_datadir}/cone/$file devel -done - -# leaf doc -mv -f $RPM_BUILD_ROOT%{_datadir}/cone/leaf.html . - -# rest *.html will go to primary docs -mkdir docs -mv -f $RPM_BUILD_ROOT%{_datadir}/cone/*.html docs +# 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 <