]> git.pld-linux.org Git - packages/apache1-mod_ntlm.git/commitdiff
- working Source URL
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Feb 2003 11:18:19 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_ntlm.spec -> 1.11

apache1-mod_ntlm.spec

index 18a5e98f3b1352e087830b0d09364a9fe6cceb40..bce151ac49a1b8f79c3ff5b331e495b8156e77d0 100644 (file)
@@ -7,12 +7,12 @@ Version:      0.3
 Release:       3
 License:       GPL
 Group:         Networking/Daemons
-Source0:       http://prdownloads.sourceforge.net/modntlm/mod_%{mod_name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/modntlm/mod_%{mod_name}-%{version}.tar.gz
+URL:           http://modntlm.sourceforge.net/
 BuildRequires: %{apxs}
 BuildRequires: apache(EAPI)-devel
-Prereq:                %{_sbindir}/apxs
+Requires(post,preun):  %{apxs}
 Requires:      apache(EAPI)
-URL:           http://modntlm.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
@@ -39,6 +39,9 @@ install -d $RPM_BUILD_ROOT%{_pkglibdir}
 
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
@@ -53,9 +56,6 @@ if [ "$1" = "0" ]; then
        fi
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.067769 seconds and 4 git commands to generate.