]> git.pld-linux.org Git - packages/courier.git/commitdiff
- fix attr for sendmail
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Tue, 24 Feb 2004 17:14:28 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac,am in courier dir (res_query), rel. 4

Changed files:
    courier.spec -> 1.56

courier.spec

index c82985119e91219ea2a076aa3a352c24b3063e01..dd1ea7c02bef7d6f9063defade231e2a4d4d3b4d 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Courier mail server
 Summary(pl):   Serwer poczty Courier
 Name:          courier
 Version:       0.44.2
-Release:       3
+Release:       4
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
@@ -284,6 +284,14 @@ cd ..
 %{__aclocal}
 %{__autoconf}
 %{__automake}
+
+cd courier
+%{__aclocal}
+%{__autoconf}
+ln -s ../ltmain.sh .
+%{__automake}
+cd ..
+
 %configure \
        --localstatedir=%{_localstatedir} \
        --sysconfdir=%{_sysconfdir} \
@@ -811,7 +819,7 @@ fi
 %attr(700,daemon,daemon) %dir %{_sysconfdir}/userdb
 %attr(755,daemon,daemon) %dir %{_localstatedir}/calendar
 %attr(755,daemon,daemon) %dir %{_localstatedir}/tmp/broken
-%attr(755,root,root) %{_bindir}/sendmail
+%attr(4755,root,root) %{_bindir}/sendmail
 %attr(755,root,root) /usr/lib/sendmail
 
 %files pop3d
This page took 0.122016 seconds and 4 git commands to generate.