]> git.pld-linux.org Git - packages/apache-mod_ntlm.git/commitdiff
- version 0.1 (for apache2), epoch 1
authorradek <radek@pld-linux.org>
Sat, 4 Sep 2004 13:10:03 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- should -security patch be updated or removed?

Changed files:
    apache-mod_ntlm.spec -> 1.16

apache-mod_ntlm.spec

index 060db350d6de89e7c6139ed64505bfea30b94fe3..6bd9719d9f5c57b5f211c387a2b36aaaac614839 100644 (file)
@@ -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
This page took 0.099284 seconds and 4 git commands to generate.