]> git.pld-linux.org Git - packages/amavis-ng.git/blobdiff - amavis-ng.spec
- forgot about adapter.awk :> thx jack :)
[packages/amavis-ng.git] / amavis-ng.spec
index 3b76fede8d60133d49fcb583496a8713a330797a..f1859c5281b19954e90ce65f44c9cb090d5dd539 100644 (file)
@@ -2,7 +2,7 @@ Summary:        New generation amavis
 Summary(pl):   Amavis nowej generacji
 Name:          amavis-ng
 Version:       0.1.4.1.orig
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://prdownloads.sourceforge.net/amavis/%{name}_%{version}.tar.gz
@@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 %pre
 if [ -n "`getgid amavis`" ]; then
    if [ "`getgid amavis`" != "97" ]; then
-       echo "Warning: group amavis doesn't have gid=97. Correct this before installing clamav" 1>&2
+       echo "Warning: group amavis doesn't have gid=97. Correct this before installing amavis" 1>&2
        exit 1
    fi
 else
@@ -79,15 +79,17 @@ fi
 if [ "$1" = "0" ]; then
    echo "Removing user amavis"
    /usr/sbin/userdel amavis
-   echo "Removing group clamav"
+   echo "Removing group amavis"
    /usr/sbin/groupdel amavis
 fi
 
 
 %files
 %defattr(644,root,root,755)
-%doc README TODO
+%doc doc/*
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/*
 %{_datadir}/amavis
 %attr(750,amavis,amavis) /var/spool/amavis
+%{_libdir}/perl5/*
+%{_mandir}/man1/*
This page took 0.058602 seconds and 4 git commands to generate.