]> git.pld-linux.org Git - packages/apache1-mod_become.git/blobdiff - apache1-mod_become.spec
- adapterized (sorted %verify attrs)
[packages/apache1-mod_become.git] / apache1-mod_become.spec
index 70022513c3b9a955d515363e64bd778eb7448622..9ea7c4c9e28f85113ee03492d7ca82c96436aa4b 100644 (file)
@@ -4,14 +4,14 @@ Summary:      Apache module: Become Somebody
 Summary(pl):   Modu³ Apache'a: stawanie siê kim¶
 Name:          apache1-mod_%{mod_name}
 Version:       1.3
-Release:       1.4
+Release:       2
 License:       ?
 Group:         Networking/Daemons
 Source0:       http://www.snert.com/Software/mod_become/mod_become103.tgz
 # Source0-md5: 7bb1607587687dabc711b3b1903947e5
 URL:           http://www.snert.com/Software/mod_become/
-BuildRequires: apache1-devel >= 1.3.33-2
 BuildRequires: %{apxs}
+BuildRequires: apache1-devel >= 1.3.33-2
 Requires(triggerpostun):       %{apxs}
 Requires:      apache1 >= 1.3.33-2
 Obsoletes:     apache-mod_%{mod_name} <= %{version}
@@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 echo "mod_%{mod_name}: This module is not turned on by default; if you're sure,"
 echo "mod_%{mod_name}: uncomment the appropriate line in Apache's config file."
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
@@ -76,5 +76,5 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc CHANGES.txt LICENSE.txt SECURITY.txt index.shtml notes-conf.txt
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.058324 seconds and 4 git commands to generate.