]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- release: 2
authorbonkey <bonkey@bonkey.pl.eu.org>
Mon, 19 Nov 2001 10:18:59 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added --enable-unicode to %%configure
- added --with-authchangepwdir=/var/tmp (because by default configure puts
  /var/tmp/dev/null)
- added man for couriertls

Changed files:
    courier-imap.spec -> 1.42

courier-imap.spec

index 55cd3093f4909086789cf1ae0b8d73905e6f3fe6..29eae2549349220f2b7535728e7b84834f223fc1 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Courier-IMAP server
 Summary(pl):   Serwer Courier-IMAP
 Name:          courier-imap
 Version:       1.3.12
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
@@ -135,6 +135,8 @@ Ten pakiet pozwala na korzystanie z autentykacji MySQL w Courier IMAP.
 
 %build
 %configure2_13 \
+       --enable-unicode \
+       --with-authchangepwdir=/var/tmp \
        --with-authdaemonvar=/var/lib/authdaemon \
        %{!?_without_mysql:--with-mysql-libs=%{_libdir} --with-mysql-includes=%{_includedir}/mysql} \
        %{?_without_ldap:--without-authldap}
@@ -174,6 +176,8 @@ mv -f $RPM_BUILD_ROOT%{_datadir}/*db \
 mv -f $RPM_BUILD_ROOT%{_datadir}/mk*cert \
        $RPM_BUILD_ROOT%{_sbindir}
 
+imap/html2man.pl tcpd/couriertls.html > $RPM_BUILD_ROOT%{_mandir}/man8/couriertls.8
+
 echo ".so authlib.8"   >$RPM_BUILD_ROOT%{_mandir}/man8/authcram.8
 echo ".so authlib.8"   >$RPM_BUILD_ROOT%{_mandir}/man8/authpam.8
 echo ".so authlib.8"   >$RPM_BUILD_ROOT%{_mandir}/man8/authpwd.8
@@ -317,7 +321,7 @@ fi
 %attr(755,root,root) %{_libexecdir}/makedatprog
 %{_mandir}/man8/auth[cdpsuv]*
 %{_mandir}/man8/authlib*
-%{_mandir}/man8/couriertcpd*
+%{_mandir}/man8/couriert*
 %{_mandir}/man8/mk*
 
 %files userdb
This page took 0.07444 seconds and 4 git commands to generate.