]> git.pld-linux.org Git - packages/ssmtp.git/commitdiff
- adapter
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 4 Jun 2010 06:29:13 +0000 (06:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ssmtp.spec -> 1.22

ssmtp.spec

index a35a59a43718d958671dc27a21fd6ceca354dfe9..fbed5e74a590210341e50188e371a5f8027e0486 100644 (file)
@@ -28,10 +28,10 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 A secure, effective and simple way of getting mail off a system to
 your mail hub. It contains no suid-binaries or other dangerous things
 - no mail spool to poke around in, and no daemons running in the
-background. Mail is simply forwarded to the configured mailhost.
-Extremely easy configuration. WARNING: the above is all it does; it
-does not receive mail, expand aliases or manage a queue. That belongs
-on a mail hub with a system administrator.
+  background. Mail is simply forwarded to the configured mailhost.
+  Extremely easy configuration. WARNING: the above is all it does; it
+  does not receive mail, expand aliases or manage a queue. That belongs
+  on a mail hub with a system administrator.
 
 %description -l pl.UTF-8
 Bezpieczny, efektywny i prosty sposób przekazywania poczty z systemu
@@ -44,7 +44,7 @@ odbiera poczty, nie rozwija aliasów ani nie zarządza kolejką. To
 należy do huba pocztowego z własnym administratorem.
 
 %prep
-%setup -q 
+%setup -q
 %patch0 -p1
 
 %build
@@ -54,7 +54,7 @@ rm -f missing
 %configure
 
 %{__make} \
-       SSMTPCONFDIR=/etc/mail
+       SSMTPCONFDIR=%{_sysconfdir}/mail
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.085503 seconds and 4 git commands to generate.