]> git.pld-linux.org Git - packages/apache1-mod_dynvhost.git/commitdiff
- cleanups. apache-mod_dynvhost-1-1
authorkloczek <kloczek@pld-linux.org>
Sun, 9 Sep 2001 21:19:57 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_dynvhost.spec -> 1.2

apache1-mod_dynvhost.spec

index c576a522f8b9ac36883fe19e5740284ad0504192..b42a060323f3f44f0eb0593082bbcf0a5e842364 100644 (file)
@@ -11,10 +11,10 @@ Group(pl):  Sieciowe/Serwery
 Source0:       http://funkcity.com/0101/projects/dynvhost/mod_%{mod_name}.tar.gz
 URL:           http://funkcity.com/0101
 BuildRequires: /usr/sbin/apxs
-BuildRequires: apache-devel
+BuildRequires: apache(EAPI)-devel
 BuildRequires: zlib-devel
 Prereq:                /usr/sbin/apxs
-Requires:      apache
+Requires:      apache(EAPI)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(/usr/sbin/apxs -q LIBEXECDIR)
@@ -47,7 +47,7 @@ gzip -9nf README ChangeLog
 %post
 %{_sbindir}/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
-       %{_sysconfdir}/rc.d/init.d/httpd restart 1>&2
+       /etc/rc.d/init.d/httpd restart 1>&2
 fi
 
 %preun
This page took 0.083545 seconds and 4 git commands to generate.