]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blobdiff - apache-mod_clamav.spec
- apache-apxs -> %{apxs} in BR
[packages/apache-mod_clamav.git] / apache-mod_clamav.spec
index 3bafcbfd824afa6fd6d24a100fa099d51e8a4e01..b20ddaa9f75e61ed3e135d8596c78bcb76b8cdda 100644 (file)
@@ -3,7 +3,7 @@
 %define        apxs            /usr/sbin/apxs
 %define                mod_name        clamav
 Summary:       An Apache virus scanning filter
-Summary(pl):   Filtr skanera antywirusowego dla Apache'a
+Summary(pl.UTF-8):     Filtr skanera antywirusowego dla Apache'a
 Name:          apache-mod_%{mod_name}
 Version:       0.21
 Release:       0.1
@@ -36,9 +36,9 @@ mod_clamav is an Apache 2 filter which scans the content delivered by
 the proxy module (mod_proxy) for viruses using the Clamav virus
 scanning engine.
 
-%description -l pl
-mod_clamav to filtr dla serwera Apache 2 skanuj±cy tre¶ci dostarczane
-przez modu³ proxy (mod_proxy) pod k±tem wirusów przy u¿yciu silnika
+%description -l pl.UTF-8
+mod_clamav to filtr dla serwera Apache 2 skanujący treści dostarczane
+przez moduł proxy (mod_proxy) pod kątem wirusów przy użyciu silnika
 skanera antywirusowego Clamav.
 
 %prep
@@ -69,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        %service -q httpd restart
 fi
This page took 0.300193 seconds and 4 git commands to generate.