X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apache-mod_clamav.spec;h=b20ddaa9f75e61ed3e135d8596c78bcb76b8cdda;hb=9d6893b;hp=3bafcbfd824afa6fd6d24a100fa099d51e8a4e01;hpb=774081d90a9d4ba2e94e9dc3c169d01fa962ae4e;p=packages%2Fapache-mod_clamav.git diff --git a/apache-mod_clamav.spec b/apache-mod_clamav.spec index 3bafcbf..b20ddaa 100644 --- a/apache-mod_clamav.spec +++ b/apache-mod_clamav.spec @@ -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