]> git.pld-linux.org Git - packages/apache1-mod_dynvhost.git/blobdiff - apache1-mod_dynvhost.spec
- apxs1 in apache1-devel now
[packages/apache1-mod_dynvhost.git] / apache1-mod_dynvhost.spec
index f42c0afaddec6ad5cf0741d2355060b9a7766210..919c6176c8794540b56acb3a59fecc4ebd29f5f7 100644 (file)
@@ -1,21 +1,21 @@
 %define                mod_name        dynvhost
 %define        apxs            /usr/sbin/apxs1
 Summary:       Dynamic Virtual Hosting
-Summary(pl):   Dynamiczne Serwery Wirtualne
+Summary(pl.UTF-8):     Dynamiczne Serwery Wirtualne
 Name:          apache1-mod_%{mod_name}
 Version:       1
-Release:       2.3
+Release:       4
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://funkcity.com/0101/projects/dynvhost/mod_%{mod_name}.tar.gz
 # Source0-md5: 7608ca6ce5c906bfe960cd0f92bdb6d8
 URL:           http://funkcity.com/0101/
-BuildRequires: %{apxs}
-BuildRequires: apache1-devel >= 1.3.33-2
+BuildRequires: apache1-devel >= 1.3.39
+BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: zlib-devel
 Requires(triggerpostun):       %{apxs}
-Requires:      apache1 >= 1.3.33-2
-Obsoletes:     apache-mod_%{mod_name} <= %{version}
+Requires:      apache1(EAPI)
+Obsoletes:     apache-mod_dynvhost <= 1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -24,13 +24,13 @@ 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
-(name based). Wszystko czego potrzebujesz to katalog o pe³nej nazwie
-(FQDN) wirtualnego serwera - modu³ zajmie siê reszt±.
+%description -l pl.UTF-8
+Moduł "mod_dynvhost" pozwala na tworzenie pseudo serwerów wirtualnych
+(name based). Wszystko czego potrzebujesz to katalog o pełnej nazwie
+(FQDN) wirtualnego serwera - moduł zajmie się resztą.
 
 %prep
 %setup -q -n %{mod_name}
@@ -51,15 +51,11 @@ echo 'LoadModule %{mod_name}_module modules/mod_%{mod_name}.so' > \
 rm -rf $RPM_BUILD_ROOT
 
 %post
-if [ -f /var/lock/subsys/apache ]; then
-       /etc/rc.d/init.d/apache restart 1>&2
-fi
+%service -q apache restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/apache ]; then
-               /etc/rc.d/init.d/apache restart 1>&2
-       fi
+       %service -q apache restart
 fi
 
 %triggerpostun -- apache1-mod_%{mod_name} < 1-2.1
@@ -71,5 +67,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.054504 seconds and 4 git commands to generate.