]> git.pld-linux.org Git - packages/apache1-mod_dynvhost.git/blobdiff - apache1-mod_dynvhost.spec
- adapterized (sorted %verify attrs)
[packages/apache1-mod_dynvhost.git] / apache1-mod_dynvhost.spec
index f42c0afaddec6ad5cf0741d2355060b9a7766210..6c82fac0c7063dddcb6d4eee83a35f8c6761f94b 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Dynamic Virtual Hosting
 Summary(pl):   Dynamiczne Serwery Wirtualne
 Name:          apache1-mod_%{mod_name}
 Version:       1
-Release:       2.3
+Release:       3
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://funkcity.com/0101/projects/dynvhost/mod_%{mod_name}.tar.gz
@@ -24,8 +24,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 The "mod_dynvhost" module will create pseudo name based VirtualHosts
 on the fly. All you need is a directory with the fully qualified
-domain name (FQDN) of your virtual site and the module will take
-care of the rest.
+domain name (FQDN) of your virtual site and the module will take care
+of the rest.
 
 %description -l pl
 Modu³ "mod_dynvhost" pozwala na tworzenie pseudo serwerów wirtualnych
@@ -55,7 +55,7 @@ if [ -f /var/lock/subsys/apache ]; then
        /etc/rc.d/init.d/apache restart 1>&2
 fi
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
@@ -71,5 +71,5 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc README ChangeLog
-%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.064266 seconds and 4 git commands to generate.