]> git.pld-linux.org Git - packages/apache1-mod_auth_samba.git/commitdiff
- spec adapterized and some cleanups.
authorkloczek <kloczek@pld-linux.org>
Mon, 28 May 2001 20:52:31 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_auth_samba.spec -> 1.2

apache1-mod_auth_samba.spec

index ae821bba4e6ec3180885bf142a101f70bf5c11a0..3e690f40958195fc850d5f9e1ff9912ee96f6524 100644 (file)
@@ -1,17 +1,18 @@
 %define                mod_name        auth_samba
-Summary:        This is the samba authentication module for Apache
+Summary:       This is the samba authentication module for Apache
 Name:          apache-mod_%{mod_name}
 Version:       1.1
 Release:       1
 License:       GPL
 Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
-Source0:        ftp://download.sourceforge.net/pub/sourceforge/modauthsamba/mod_%{mod_name}-%{version}.tar.gz
+Source0:       ftp://download.sourceforge.net/pub/sourceforge/modauthsamba/mod_%{mod_name}-%{version}.tar.gz
 BuildRequires: /usr/sbin/apxs
 BuildRequires: apache(EAPI)-devel
 Prereq:                /usr/sbin/apxs
 Requires:      apache(EAPI)
-URL:            http://modauthsamba.sourceforge.net/
+URL:           http://modauthsamba.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(/usr/sbin/apxs -q LIBEXECDIR)
@@ -28,17 +29,14 @@ authenticate HTTP clients using user entries in an samba directory.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_pkglibdir}
 
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_pkglibdir}/* 
-
 %post
-%{_sbindir}/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
+/usr/sbin/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.078042 seconds and 4 git commands to generate.