]> git.pld-linux.org Git - packages/amavis-ng.git/commitdiff
- added english %description, %description -l pl TODO
authorppv <eothane@pld-linux.org>
Tue, 24 Sep 2002 06:21:55 +0000 (06:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavis-ng.spec -> 1.4

amavis-ng.spec

index 35036571c4b4b02fd0e13664cf88c24f1dd7a2ae..1f81f54db6dcfef820947f4b0ae462cfae1a688d 100644 (file)
@@ -6,7 +6,7 @@ Release:        0
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://prdownloads.sourceforge.net/amavis/%{name}_%{version}.tar.gz
-Patch0:                amavis-ng.patch
+Patch0:                %{name}.patch
 URL:           http://amavis.sourceforge.net/
 BuildRequires: perl
 BuildRequires: perl-devel
@@ -16,10 +16,15 @@ Obsoletes:  AMaViS
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-blah
+AMaViS-ng is a modular rewrite of amavisd and amavis-perl. It scans
+email for malicious code inside attachments and archive files,
+stopping delivery if malicious code is found. It supports integration
+of several third-party virus scanners and integrates nicely into
+several MTA setups. Unlike amavis-perl and amavisd, there is no need
+for build-time configuration.
 
-%description -l pl
-blah blah
+%description -l pl
+# TODO
 
 %prep
 %setup -q
@@ -47,7 +52,7 @@ else
   echo "adding group amavis GID=97"
   /usr/sbin/groupadd -g 97 -r -f amavis
 fi
-                                                               
+
 if [ -n "`id -u amavis 2>/dev/null`" ]; then
    if [ "`id -u amavis`" != "97" ]; then
       echo "Error: user amavis doesn't have uid=97. Correct this before installing amavis." 1>&2
@@ -65,7 +70,7 @@ if [ "$1" = "0" ]; then
    echo "Removing group clamav"
    /usr/sbin/groupdel amavis
 fi
-                                                               
+
 
 %files
 %defattr(644,root,root,755)
This page took 0.041748 seconds and 4 git commands to generate.