packages: apache-mod_authnz_external/apache-mod_authnz_external.spec - fix ...

glen glen at pld-linux.org
Fri Jun 4 08:53:58 CEST 2010


Author: glen                         Date: Fri Jun  4 06:53:58 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix dirdep; rel 2

---- Files affected:
packages/apache-mod_authnz_external:
   apache-mod_authnz_external.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/apache-mod_authnz_external/apache-mod_authnz_external.spec
diff -u packages/apache-mod_authnz_external/apache-mod_authnz_external.spec:1.10 packages/apache-mod_authnz_external/apache-mod_authnz_external.spec:1.11
--- packages/apache-mod_authnz_external/apache-mod_authnz_external.spec:1.10	Wed May  5 12:28:22 2010
+++ packages/apache-mod_authnz_external/apache-mod_authnz_external.spec	Fri Jun  4 08:53:52 2010
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-%define	mod_name	authnz_external
-%define apxs		/usr/sbin/apxs
+%define		mod_name	authnz_external
+%define		apxs		/usr/sbin/apxs
 Summary:	Basic authentication for the Apache Web server using arbitrary shell commands
 Summary(cs.UTF-8):	Základní autentizace pro WWW server Apache pomocí shellových příkazů
 Summary(da.UTF-8):	En autenticeringsmodul for webtjeneren Apache hvor man kan bruge vilkårlige skal-kommandoer
@@ -14,7 +14,7 @@
 Summary(sv.UTF-8):	Grundläggande autentisering för webbservern Apache med valfria skalkommandon
 Name:		apache-mod_%{mod_name}
 Version:	3.2.5
-Release:	1
+Release:	2
 License:	BSD
 Group:		Networking/Daemons/HTTP
 Source0:	http://mod-auth-external.googlecode.com/files/mod_%{mod_name}-%{version}.tar.gz
@@ -27,7 +27,7 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_pkglibdir	%(%{apxs} -q LIBEXECDIR 2>/dev/null)
-%define		_sysconfdir	%(%{apxs} -q SYSCONFDIR 2>/dev/null)
+%define		_sysconfdir	%(%{apxs} -q SYSCONFDIR 2>/dev/null)/conf.d
 
 %description
 This module allows you to use any command line program to authenticate
@@ -80,11 +80,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd.conf}
+install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}}
 
-install .libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
+install -p .libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 echo 'LoadModule %{mod_name}_module modules/mod_%{mod_name}.so' > \
-	$RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/90_mod_%{mod_name}.conf
+	$RPM_BUILD_ROOT%{_sysconfdir}/90_mod_%{mod_name}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -100,7 +100,7 @@
 %files
 %defattr(644,root,root,755)
 %doc TODO AUTHENTICATORS CHANGES README INSTALL test mysql
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_%{mod_name}.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/*.so
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -109,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2010/06/04 06:53:52  glen
+- fix dirdep; rel 2
+
 Revision 1.10  2010/05/05 10:28:22  baggins
 - 3.2.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache-mod_authnz_external/apache-mod_authnz_external.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list