]> git.pld-linux.org Git - packages/apache1-mod_auth_samba.git/blobdiff - apache1-mod_auth_samba.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/apache1-mod_auth_samba.git] / apache1-mod_auth_samba.spec
index 5617ec9c33670e4cd5006f7d28fa8b1ecafaecfe..e35893285c85658045c9dd97a7b68392673cbde3 100644 (file)
@@ -4,10 +4,10 @@ Summary:      This is the samba authentication module for Apache
 Summary(pl):   Modu³ autentykacji samba dla Apache
 Name:          apache-mod_%{mod_name}
 Version:       1.1
-Release:       4
+Release:       5
 License:       GPL
 Group:         Networking/Daemons
-Source0:       ftp://download.sourceforge.net/pub/sourceforge/modauthsamba/mod_%{mod_name}-%{version}.tar.gz
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/modauthsamba/mod_%{mod_name}-%{version}.tar.gz
 Patch0:                %{name}-symbol_fix.patch
 URL:           http://modauthsamba.sourceforge.net/
 BuildRequires: %{apxs}
@@ -47,14 +47,14 @@ install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%{_sbindir}/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
+%{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
        /etc/rc.d/init.d/httpd restart 1>&2
 fi
 
 %preun
 if [ "$1" = "0" ]; then
-       %{_sbindir}/apxs -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
+       %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
        if [ -f /var/lock/subsys/httpd ]; then
                /etc/rc.d/init.d/httpd restart 1>&2
        fi
This page took 0.084899 seconds and 4 git commands to generate.