From: radek Date: Sat, 4 Sep 2004 13:10:03 +0000 (+0000) Subject: - version 0.1 (for apache2), epoch 1 X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c366603fef42acda8b4e59c3b77e5f2ede521219;p=packages%2Fapache-mod_ntlm.git - version 0.1 (for apache2), epoch 1 - should -security patch be updated or removed? Changed files: apache-mod_ntlm.spec -> 1.16 --- diff --git a/apache-mod_ntlm.spec b/apache-mod_ntlm.spec index 060db35..6bd9719 100644 --- a/apache-mod_ntlm.spec +++ b/apache-mod_ntlm.spec @@ -3,18 +3,19 @@ Summary: This is the NTLM authentication module for Apache Summary(pl): Modu³ uwierzytelnienia NTLM dla Apache Name: apache-mod_%{mod_name} -Version: 0.4 +Version: 0.1 Release: 1 +Epoch: 1 License: GPL Group: Networking/Daemons -Source0: http://dl.sourceforge.net/modntlm/mod_%{mod_name}-%{version}.tar.gz -# Source0-md5: 5e9b8d1abf872926d6ff01a05a7deb2a -Patch0: %{name}-security.patch +Source0: http://dl.sourceforge.net/modntlm/mod_%{mod_name}2-%{version}.tgz +# Source0-md5: 8abe4f235af6825f723412e187cac96b +#Patch0: %{name}-security.patch URL: http://modntlm.sourceforge.net/ BuildRequires: %{apxs} -BuildRequires: apache(EAPI)-devel +BuildRequires: apache-devel Requires(post,preun): %{apxs} -Requires: apache(EAPI) +Requires: apache BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _pkglibdir %(%{apxs} -q LIBEXECDIR) @@ -30,11 +31,11 @@ uwierzytelnianie klient u¿yciem protoko³u NTLM). %prep -%setup -q -n mod_%{mod_name}-%{version} -%patch -p1 +%setup -q -n mod_%{mod_name}2-%{version} +#%patch -p1 %build -PATH=$PATH:/usr/sbin %{__make} +%{__make} APXS=%{apxs} %install rm -rf $RPM_BUILD_ROOT