]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- many small fixes, inspired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 7 Jul 2003 04:23:52 +0000 (04:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap.spec -> 1.86

courier-imap.spec

index b6bfa3b53063721a0b2cea60845647c29fd63b71..938deb0159fadc8d65dfc997b15f245041944969 100644 (file)
@@ -23,21 +23,21 @@ Source7:    %{name}-pop3.sysconfig
 Source8:       %{name}-authdaemon.sysconfig
 # Patch0:              ftp://ftp.pld.org.pl/people/siefca/patches/courier/%{name}-myownquery.patch
 URL:           http://www.inter7.com/courierimap/
-%{!?_without_pgsql:BuildRequires:      postgresql-devel}
-%{!?_without_mysql:BuildRequires:      mysql-devel}
-%{!?_without_mysql:BuildRequires:      zlib-devel}
-%{!?_without_ldap:BuildRequires:       openldap-devel}
 BuildRequires: gdbm-devel
 BuildRequires: libstdc++-devel
+%{!?_without_mysql:BuildRequires:      mysql-devel}
+%{!?_without_ldap:BuildRequires:       openldap-devel}
 BuildRequires: openssl-devel >= 0.9.7
+%{!?_without_pgsql:BuildRequires:      postgresql-devel}
+%{!?_without_mysql:BuildRequires:      zlib-devel}
 PreReq:                %{name}-common = %{version}
 PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
 Provides:      imapdaemon
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     imapdaemon
 Conflicts:     cyrus-imapd
 Conflicts:     imap
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _libexecdir     /usr/lib/courier-imap
 %define                _sysconfdir     /etc/courier-imap
@@ -179,7 +179,8 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,security,sysconfig} \
        $RPM_BUILD_ROOT{%{_sysconfdir},/var/lib/authdaemon}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/courier-imap
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/courier-pop3
This page took 0.075622 seconds and 4 git commands to generate.