]> git.pld-linux.org Git - packages/msmtp.git/blobdiff - msmtp.spec
- proper BRs
[packages/msmtp.git] / msmtp.spec
index ed1dfe1e8347a737a8bc313bd3395400232bb875..83afc98ae11b0e20f555fbab008e0308fee7f506 100644 (file)
@@ -1,17 +1,22 @@
 Summary:       SMTP "plugin" for MUAs
 Summary(pl):   "Wtyczka" SMTP dla klientów pocztowych (MUA)
 Name:          msmtp
-Version:       1.0.0
-Release:       1
-License:       GPL
+Version:       1.4.6
+Release:       2
+License:       GPL v2
 Group:         Networking/Daemons
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: c0cbda33411850bec811b0090d28536d
+Source0:       http://dl.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2
+# Source0-md5: 0f76ca980151db88d5c26dda995c8701
 Patch0:                %{name}-home_etc.patch
+Source1:       %{name}rc
 URL:           http://msmtp.sourceforge.net/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: gnutls-devel >= 1.2.0
+BuildRequires: gsasl-devel
+BuildRequires: pkgconfig
+Provides:      smtpdaemon
+Obsoletes:     smtpdaemon
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -19,8 +24,9 @@ msmtp is a simple program that works as an "SMTP plugin" for Mutt and
 probably other MUAs (mail user agents). It forwards mails to an SMTP
 server (for example at a free mail provider) which does the delivery.
 Features include:
-- SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5
+- PLAIN, LOGIN, CRAM-MD5, GSSAPI, DIGEST-MD5 and NTLM authentications
 - TLS encrypted connections
+- Internationalized Domain Names (IDN) support
 - IPv6 support
 - robustness
 - detailed error messages if something goes wrong (including the full
@@ -32,10 +38,11 @@ Mutt that's just one additional line in the config file).
 
 %description -l pl
 msmtp to prosty program dzia³aj±cy jako "wtyczka SMTP" dla Mutta i
-prawdopodobnie innych klientów pocztowych (MUA - mail user agents).
+innych klientów pocztowych (MUA - mail user agents).
 Przekierowuje wiadomo¶ci do serwera SMTP (na przyk³ad providera
 darmowych kont e-mail), który je dostarcza. Mo¿liwo¶ci obejmuj±:
-- obs³ugê SMTP AUTH - metod PLAIN, LOGIN i CRAM-MD5
+- uwierzytelnianie PLAIN, LOGIN, CRAM-MD5, GSSAPI, DIGEST-MD5 i NTLM
+- obs³ugê Internationalized Domain Names (IDN)
 - szyfrowane po³±czenia TLS
 - obs³ugê IPv6
 - szczegó³owe komunikaty b³êdów w przypadku niepowodzenia (w³±cznie z
@@ -45,37 +52,51 @@ darmowych kont e-mail), kt
 
 Wystarczy przekazaæ klientowi pocztowemu, aby wywo³ywa³ msmtp zamiast
 /usr/sbin/sendmail (w Mutcie to po prostu dodatkowa linia w pliku
-konfiguracyjnym).
+konfiguracyjnym) lub zrobienie dowi±zania symbolicznego do
+/usr/sbin/sendmail.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-%{__aclocal}
+%{__aclocal} -I gnulib/m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-# could use gnutls instead (but is not ready for current libgcrypt)
-# disable gsasl for now (see README.gsasl)
-%configure \
-       --with-ssl=openssl \
-       --disable-gsasl
+%configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man1,%{_prefix}/lib,%{_sysconfdir}}
 
-%{__make} \
-       install\
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/msmtprc
+ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT%{_prefix}/lib/sendmail
+ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT%{_sbindir}/sendmail
+
+%find_lang %{name}
+
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README THANKS doc/msmtprc.example
+%doc AUTHORS ChangeLog README THANKS doc/msmtprc-{system,user}.example
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man1/msmtp*
+%{_infodir}/msmtp*
+%{_prefix}/lib/sendmail
This page took 0.074492 seconds and 4 git commands to generate.