]> git.pld-linux.org Git - packages/courier.git/commitdiff
- argh, fixed _mandir
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Jan 2003 22:18:39 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more specific Requires()

Changed files:
    courier.spec -> 1.26

courier.spec

index 9a793aae5a7da698b1478ee52d028780752558a0..552b311006b11cea179586f0a7b5387fc425fc70 100644 (file)
@@ -8,7 +8,6 @@ Group:          Networking/Daemons
 Source0:       http://ftp1.sourceforge.net/courier/%{name}-%{version}.tar.gz
 Patch0:                %{name}-openssl-path.patch
 URL:           http://www.courier-mta.org/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: autoconf
 BuildRequires: db3-devel
 BuildRequires: expect
@@ -21,11 +20,13 @@ BuildRequires:      openssl-tools-perl
 BuildRequires: pam-devel
 BuildRequires: perl-devel
 BuildRequires: zlib-devel
+Requires(post,preun):  /sbin/chkconfig
 Provides:      smtpdaemon
-Prereq:                /sbin/chkconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                apachedir       /home/services/httpd
 %define                _prefix         /usr/lib/courier
+%define                _mandir         /usr/share/man
 %define                _localstatedir  /var/spool/courier
 %define                _sysconfdir     /etc/courier
 %define                initdir         /etc/rc.d/init.d
This page took 0.056296 seconds and 4 git commands to generate.