]> git.pld-linux.org Git - packages/apache1-mod_mp3.git/commitdiff
- added %%verify(not size mtime md5) to %%{_sysconfdir}/mod_mp3.conf
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Sun, 28 Oct 2001 08:47:48 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added pl summary

Changed files:
    apache1-mod_mp3.spec -> 1.3

apache1-mod_mp3.spec

index ca4913a512a95edb6c6f930ac47ae76db24afcd3..01af0bd84fc6b868b9a98771e46e7650ba2d1314 100644 (file)
@@ -1,6 +1,7 @@
 %define                arname          mod_mp3
 %define                mod_name        mp3
 Summary:       MP3 Apache module
+Summary(pl):   Modu³ MP3 do Apache
 Name:          apache-mod_mp3
 Version:       0.25
 Release:       1
@@ -13,11 +14,11 @@ Source1:    %{arname}.conf
 URL:           http://media.tangent.org/
 Requires:      apache >= 1.3.12
 Prereq:                grep
+Prereq:         apache(EAPI) >= 1.3.12
 Provides:      %{arname}
 BuildRequires: apache(EAPI) >= 1.3.12
 BuildRequires: apache(EAPI)-devel >= 1.3.12
 BuildRequires: expat-devel
-Prereq:                apache(EAPI) >= 1.3.12
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _pkglibdir      %(%{_sbindir}/apxs -q LIBEXECDIR)
@@ -72,5 +73,5 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc *.gz faq.html
-%config(noreplace) %{_sysconfdir}/mod_mp3.conf
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/mod_mp3.conf
 %attr(755,root,root) %{_pkglibdir}/mod_mp3.so
This page took 0.124745 seconds and 4 git commands to generate.