]> git.pld-linux.org Git - packages/procmail.git/commitdiff
- release 3, procmail-3_14-3
authorkloczek <kloczek@pld-linux.org>
Fri, 3 Mar 2000 03:23:53 +0000 (03:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added FHS patch: disable checking sendmail and default mail spool path and
  hardcode SEDMAIL to /usr/lib/semdmail and MAILSPOOLDIR to /var/mail
  to be FHS compliant.

Changed files:
    procmail.spec -> 1.12

procmail.spec

index ccf53c3db28acb359bdc2e264870333453f8698c..63af29ba1216ec8449affbbb23e001928b14b975 100644 (file)
@@ -5,27 +5,29 @@ Summary(pl):  Dor
 Summary(tr):   procmail ileti daðýtýmý
 Name:          procmail
 Version:       3.14
-Release:       1
-Copyright:     distributable
+Release:       3
+License:       GPL
 Group:         Daemons
 Group(pl):     Serwery
 Source0:       ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/%{name}-%{version}.tar.gz
 Source1:       %{name}-skel
 Patch0:                procmail-lockf.patch
 Patch1:                procmail-misc.patch
+Patch2:                procmail-FHS.patch
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
 Red Hat Linux uses procmail for all local mail delivery. In addition to
 regluar mail delivery duties, procmail can be used to do many different
-automatic filtering, presorting, and mail handling jobs. It is the basis for
-the SmartList mailing list processor.
+automatic filtering, presorting, and mail handling jobs. It is the basis
+for the SmartList mailing list processor.
 
 %description -l de
 Red Hat Linux verwendet für die Zustellung lokaler Post Procmail. Neben den
 üblichen Postauslieferungsdiensten erledigt procmail auch eine Vielzahl von
-anderen Dingen, etwa automatische Filterung, Vorsortieren und Mail-Handling.
-"Es bildet die Grundlage für den SmartList-Mailing-Listen-Prozessor.
+anderen Dingen, etwa automatische Filterung, Vorsortieren und
+Mail-Handling. "Es bildet die Grundlage für den
+SmartList-Mailing-Listen-Prozessor.
 
 %description -l fr
 Red Hat Linux utilise procmail pour la délivrance de tous les courriers
@@ -36,9 +38,9 @@ diffusions SmartList.
 
 %description -l pl
 Procmail jest u¿ywany do dostarczania poczty u¿ytkownikom. Oprócz
-wynikaj±cych z powy¿szego obowi±zków, procmail mo¿e automatycznie filtrowaæ,
-sortowaæ i przetwarzaæ poczte. Jest podstaw± programu obs³ugi list
-dyskusyjnych SmartList.
+wynikaj±cych z powy¿szego obowi±zków, procmail mo¿e automatycznie
+filtrowaæ, sortowaæ i przetwarzaæ poczte. Jest podstaw± programu obs³ugi
+list dyskusyjnych SmartList.
 
 %description -l tr
 Red Hat Linux tüm yerel ileti daðýtýmý için procmail kullanýr. Normal ileti
@@ -50,6 +52,7 @@ yaz
 %setup  -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 echo "" | make CFLAGS0="$RPM_OPT_FLAGS -w"
@@ -66,11 +69,11 @@ make install.bin install.man \
 
 strip $RPM_BUILD_ROOT%{_bindir}/{procmail,lockfile,formail}
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/skel/pl/.procmailrc
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/skel/pl/.procmailrc
 :> $RPM_BUILD_ROOT/etc/skel/C/Mail/mbox
 :> $RPM_BUILD_ROOT/etc/skel/pl/Mail/mbox
 
-gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man{1,5}/*
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{1,5}/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.146683 seconds and 4 git commands to generate.