]> git.pld-linux.org Git - packages/msmtp.git/blobdiff - msmtp.spec
- revert unthinkable adapter, see also r1.58
[packages/msmtp.git] / msmtp.spec
index d9812c6539967930b20c02bd4f0b62622e1e3aba..ab183c236bee28d880f94e28b09ed5182139e667 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       SMTP "plugin" for MUAs
 Summary(pl.UTF-8):     "Wtyczka" SMTP dla klientów pocztowych (MUA)
 Name:          msmtp
-Version:       1.4.13
+Version:       1.4.28
 Release:       1
-License:       GPL v3
-Group:         Networking/Daemons
-Source0:       http://dl.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2
-# Source0-md5: 021a91d7145100ad0f00c912c8104e03
+License:       GPL v3+
+Group:         Networking/Utilities
+Source0:       http://downloads.sourceforge.net/msmtp/%{name}-%{version}.tar.bz2
+# Source0-md5: 14740478dc9d1f52ec97a415e3373fc7
 Patch0:                %{name}-home_etc.patch
 Source1:       %{name}rc
 URL:           http://msmtp.sourceforge.net/
@@ -90,11 +90,11 @@ rm -f scripts/Makefile*
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%post  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun        -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.058603 seconds and 4 git commands to generate.