]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- adapter(ized) and cosmetics. courier-imap-0_22-1
authorkloczek <kloczek@pld-linux.org>
Thu, 30 Dec 1999 07:03:22 +0000 (07:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap.spec -> 1.8

courier-imap.spec

index f092cb5668080e0c5e8bf1753219992814be7b6d..e1e2dac8fa15b9885e79ba3a5e2d151dbec13c2e 100644 (file)
@@ -2,8 +2,10 @@ Summary:       Courier-IMAP 0.18 IMAP server
 Name:          courier-imap
 Version:       0.22
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         Applications/Mail
+Group(pl):     Aplikacje/Poczta
+Group(pt):     Aplicações/Correio Eletrônico
 Source0:       http://www.inter7.com/courierimap/%{name}-%{version}.tar.gz
 Source1:       %{name}.initd
 Source2:       %{name}.pamd
@@ -13,7 +15,7 @@ BuildRoot:    /tmp/%{name}-%{version}-root
 Provides:      imapdaemon
 Obsoletes:     imapdaemon
 
-%define                _libexecdir /usr/lib/courier-imap
+%define                _libexecdir     /usr/lib/courier-imap
 
 %description
 Courier-IMAP is an IMAP server for Maildir mailboxes.
@@ -41,14 +43,14 @@ mv maildir/README.maildirquota.txt README.maildirquota
 
 rm -rf $RPM_BUILD_ROOT%{_mandir}/man8/{authcram,authpam,authpwd,authshadow,authuserdb,authvchkpw,pw2userdb,vchkpw2userdb}.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
-echo ".so authlib.8" >>$RPM_BUILD_ROOT%{_mandir}/man8/authshadow.8
-echo ".so authlib.8" >>$RPM_BUILD_ROOT%{_mandir}/man8/authuserdb.8
-echo ".so authlib.8" >>$RPM_BUILD_ROOT%{_mandir}/man8/authvchkpw.8
-echo ".so makeuserdb.8" >>$RPM_BUILD_ROOT%{_mandir}/man8/pw2userdb.8
-echo ".so makeuserdb.8" >>$RPM_BUILD_ROOT%{_mandir}/man8/vchkpw2userdb.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
+echo ".so authlib.8" >$RPM_BUILD_ROOT%{_mandir}/man8/authshadow.8
+echo ".so authlib.8" >$RPM_BUILD_ROOT%{_mandir}/man8/authuserdb.8
+echo ".so authlib.8" >$RPM_BUILD_ROOT%{_mandir}/man8/authvchkpw.8
+echo ".so makeuserdb.8" >$RPM_BUILD_ROOT%{_mandir}/man8/pw2userdb.8
+echo ".so makeuserdb.8" >$RPM_BUILD_ROOT%{_mandir}/man8/vchkpw2userdb.8
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/*/* README* imap/BUGS AUTHORS COPYING
 
This page took 0.067945 seconds and 4 git commands to generate.