0ae54ab932
- fix build with automake-1.12 - add: automake-1.12.patch OBS-URL: https://build.opensuse.org/request/show/122771 OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=76
231 lines
6.5 KiB
RPMSpec
231 lines
6.5 KiB
RPMSpec
#
|
|
# spec file for package mutt
|
|
#
|
|
# Copyright (c) 2012 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/
|
|
#
|
|
|
|
|
|
Name: mutt
|
|
#!BuildIgnore: sendmail
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: automake
|
|
BuildRequires: cyrus-sasl-devel
|
|
BuildRequires: cyrus-sasl-gssapi
|
|
BuildRequires: docbook-xsl-stylesheets
|
|
BuildRequires: docbook_4
|
|
BuildRequires: gdbm-devel
|
|
BuildRequires: glibc-i18ndata
|
|
BuildRequires: ispell
|
|
BuildRequires: krb5-devel
|
|
BuildRequires: libcom_err
|
|
BuildRequires: libgcrypt
|
|
BuildRequires: libgpg-error-devel
|
|
BuildRequires: libidn-devel
|
|
BuildRequires: libxml2
|
|
BuildRequires: libxslt
|
|
BuildRequires: lynx
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: postfix
|
|
BuildRequires: sgml-skel
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: xli
|
|
#if
|
|
%if 0%{?suse_version} > 1130
|
|
BuildRequires: libassuan-devel
|
|
BuildRequires: libgpgme-devel
|
|
%else
|
|
BuildRequires: gpgme-devel
|
|
%endif
|
|
Url: http://www.mutt.org
|
|
Provides: muttssl
|
|
Obsoletes: muttssl
|
|
Recommends: smtp_daemon
|
|
%if 0%{?suse_version} > 1130
|
|
Requires(post): shared-mime-info
|
|
Requires(postun): shared-mime-info
|
|
%endif
|
|
# NOTE: We don't want this dependency and desktop-data-SuSE is in all
|
|
# desktop selections.
|
|
#Requires: desktop-data-SuSE
|
|
Version: 1.5.21
|
|
Release: 0
|
|
Summary: Mail Program
|
|
License: GPL-2.0+
|
|
Group: Productivity/Networking/Email/Clients
|
|
# ftp://ftp.mutt.org/mutt/devel/
|
|
Source0: %name-%version.tar.bz2
|
|
Source1: Signature_conversion
|
|
Source2: README.alternates
|
|
Source3: mutt.png
|
|
Source4: mutt.desktop
|
|
Source5: skel.muttrc
|
|
Source6: krb5-config
|
|
Source7: mutt-1.5.21.de.po
|
|
Source8: %name-%version-patches.tar.bz2
|
|
Patch: %name-%version.dif
|
|
# http://www.spinnaker.de/mutt/compressed/
|
|
Patch1: patch-%version.rr.compressed.1.bz2
|
|
Patch2: %name-1.5.9i-pgpewrap.diff
|
|
Patch3: %name-1.5.20-sendgroupreplyto.diff
|
|
Patch4: %name-1.5.15-wrapcolumn.diff
|
|
Patch5: patch-1.5.5.1.nt.xtitles.3.ab.1
|
|
# http://lunar-linux.org/index.php?page=mutt-sidebar
|
|
Patch6: patch-1.5.21.sidebar-aa6aa.txt.bz2
|
|
Patch7: mutt-1.5.21.sidebar-fix.dif
|
|
Patch8: mutt-1.5.21-opennfs.dif
|
|
Patch9: mutt-1.5.20-gpgme_set_locale.patch
|
|
Patch10: bug-676388-largefile.patch
|
|
Patch11: nion.sidebar-color.diff
|
|
Patch12: mutt-1.5.21-tinfo.dif
|
|
# http://www.wolfermann.org/mutt.html
|
|
Patch13: aw.listreply.diff
|
|
Patch14: patch-1.5.21.vk.pgp_verbose_mime
|
|
Patch15: automake-1.12.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
%global _sysconfdir %{_sysconfdir}
|
|
|
|
%description
|
|
A very powerful mail user agent. It supports (among other nice things)
|
|
highlighting, threading, and PGP. It takes some time to get used to,
|
|
however.
|
|
|
|
%prep
|
|
%setup -q -n mutt-%version -b 8
|
|
for p in ../%name-%version-patches/*; do
|
|
test -e $p || break
|
|
echo Patch $p
|
|
patch -s -p1 < $p
|
|
done
|
|
%patch
|
|
%patch1 -p1
|
|
%patch2 -p0
|
|
%patch3 -p1
|
|
%patch4 -p0
|
|
%patch5 -p1
|
|
%patch6 -p1
|
|
%patch7 -p0 -b .sidebar
|
|
%patch8 -p0
|
|
%patch9 -p1
|
|
%patch10 -p1
|
|
%patch11 -p1 -b .sidebar.color
|
|
%patch12 -p0 -b .tinfo
|
|
%patch13 -p1 -b .listreply
|
|
%patch14 -p1
|
|
%patch15 -p1
|
|
|
|
cp doc/Muttrc Muttrc.SuSE
|
|
cp %{S:2} .
|
|
|
|
%build
|
|
autoreconf -fi
|
|
CC=gcc
|
|
CFLAGS="-Wall $RPM_OPT_FLAGS -I. -D_GNU_SOURCE -fno-strict-aliasing"
|
|
CFLAGS="$CFLAGS -fstack-protector"
|
|
#CFLAGS="$CFLAGS -DSUSE_IMAP_FORCE_SSL"
|
|
KRB5CFGPATH=%{S:6}
|
|
export CC CFLAGS KRB5CFGPATH
|
|
chmod 755 $KRB5CFGPATH
|
|
./configure $RPM_ARCH-suse-linux \
|
|
--prefix=%{_prefix} \
|
|
--datadir=%{_datadir} \
|
|
--sysconfdir=%{_sysconfdir} \
|
|
--mandir=%{_mandir} \
|
|
--with-docdir=%{_docdir}/%name \
|
|
--enable-imap \
|
|
--enable-pop \
|
|
--enable-pgp \
|
|
--enable-gpgme \
|
|
--enable-nfs-fix \
|
|
--enable-mailtool \
|
|
--enable-compressed \
|
|
--disable-external-dotlock \
|
|
--with-ssl=%{_prefix} \
|
|
--with-sasl=%{_prefix} \
|
|
--with-gss=%{_prefix} \
|
|
--with-regex \
|
|
--enable-smtp \
|
|
--enable-hcache \
|
|
--with-idn
|
|
make -C doc clean
|
|
make -C po update-po
|
|
cp %{S:7} po/de.po
|
|
make
|
|
make -C doc
|
|
|
|
%install
|
|
make install DESTDIR=%{buildroot}
|
|
mv Muttrc.SuSE %{buildroot}%{_sysconfdir}/Muttrc
|
|
install -m 755 %{S:1} %{buildroot}%{_bindir}
|
|
gzip -9 doc/manu*.txt
|
|
rm -f contrib/Makefile*
|
|
# datadir not automatically created:
|
|
mkdir -p %{buildroot}%{_datadir}/mutt
|
|
# INSTALL file should be removed:
|
|
rm -rf %{buildroot}%{_docdir}/%{name}/INSTALL
|
|
# mbox/mmdf manual page conflicts with the one from tin, so rename it
|
|
mv %{buildroot}%{_mandir}/man5/mbox.5 \
|
|
%{buildroot}%{_mandir}/man5/mbox_mutt.5
|
|
mv %{buildroot}%{_mandir}/man5/mmdf.5 \
|
|
%{buildroot}%{_mandir}/man5/mmdf_mutt.5
|
|
%find_lang %name
|
|
# We get mime.types from aaa_base
|
|
rm -f %{buildroot}%{_sysconfdir}/mime.types
|
|
# Mutt BTS is gone
|
|
rm -f %{buildroot}%{_mandir}/man1/{flea*,muttbug*}
|
|
rm -f %{buildroot}%{_bindir}/{flea,muttbug}
|
|
rm -f %{buildroot}%{_sysconfdir}/Muttrc.dist
|
|
rm -f %{buildroot}%{_sysconfdir}/mime.types.dist
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
|
install -m 644 %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/
|
|
mkdir -p %{buildroot}%{_datadir}/applications
|
|
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/applications/
|
|
install -D -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/skel/.muttrc
|
|
%suse_update_desktop_file mutt
|
|
|
|
#%fdupes %{buildroot}
|
|
|
|
%if 0%{?suse_version} >= 1140
|
|
|
|
%post
|
|
%mime_database_post
|
|
|
|
%postun
|
|
%mime_database_postun
|
|
%endif
|
|
|
|
%files -f %name.lang
|
|
%defattr(-,root,root)
|
|
%doc doc/manual*.html doc/manual.txt.gz COPYRIGHT README* NEWS TODO
|
|
%doc doc/PGP-Notes.txt doc/applying-patches.txt doc/devel-notes.txt
|
|
%doc contrib/
|
|
%config(noreplace) %{_sysconfdir}/skel/.muttrc
|
|
%{_bindir}/mutt
|
|
%{_bindir}/pgpewrap
|
|
%{_bindir}/pgpring
|
|
%{_bindir}/smime_keys
|
|
%{_bindir}/Signature_conversion
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/pixmaps/mutt.png
|
|
%{_mandir}/man1/mutt.1.gz
|
|
%{_mandir}/man1/smime_keys.1.gz
|
|
%{_mandir}/man5/mmdf_mutt.5.gz
|
|
%{_mandir}/man5/muttrc.5.gz
|
|
%{_mandir}/man5/mbox_mutt.5.gz
|
|
%{_datadir}/mutt
|
|
%config(noreplace) %{_sysconfdir}/Muttrc
|
|
|
|
%changelog
|