]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- added rmail to %%install (some people still use UUCP ;)
authorTomek Orzechowski <orzech@pld-linux.org>
Mon, 26 Nov 2001 20:03:37 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed broken patch4
- rel.1 - now postfix seems working

Changed files:
    postfix.spec -> 1.101

postfix.spec

index 2ed3d260ff4547744b98c9c16df20c18ee528043..c8148f714689e3ecba4b22cdd32c158893305102 100644 (file)
@@ -12,7 +12,7 @@ Summary:      Postfix Mail Transport Agent
 Summary(pl):   Serwer SMTP Postfix
 Name:          postfix
 Version:       20011115
-Release:       0.2
+Release:       1
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
@@ -28,7 +28,6 @@ Patch0:               %{name}-config.patch
 Patch1:                %{name}-pl.patch
 Patch2:                %{name}-conf_msg.patch
 Patch3:                %{name}-ipv6.patch
-Patch4:                %{name}-authinfo.patch
 URL:           http://www.postfix.org/
 Provides:      smtpdaemon
 Prereq:                rc-scripts
@@ -61,8 +60,6 @@ Obsoletes:    smail
 Obsoletes:     zmailer
 Requires:      procmail
 
-%define                _sysconfdir     /etc
-
 %description
 Postfix is attempt to provide an alternative to the widely-used
 Sendmail program. Postfix attempts to be fast, easy to administer, and
@@ -84,7 +81,6 @@ IPv6%{!?_without_ldap: oraz LDAP}.
 patch -p1 -s <pfixtls-%{tls_ver}/pfixtls.diff 
 %patch2 -p1 
 %{!?_without_ipv6:%patch3 -p1 }
-%patch4 -p1
 
 %build
 %{__make} -f Makefile.init makefiles
@@ -115,6 +111,7 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/postfix
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/postfix
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/postfix
 install %{SOURCE7} $RPM_BUILD_ROOT/etc/sasl/smtpd.conf
+install auxiliary/rmail/rmail $RPM_BUILD_ROOT%{_bindir}/rmail
 
 ln -sf ../sbin/sendmail $RPM_BUILD_ROOT%{_bindir}/mailq
 ln -sf ../sbin/sendmail $RPM_BUILD_ROOT%{_bindir}/newaliases
This page took 0.029938 seconds and 4 git commands to generate.