rpms/mod_authz_ldap/devel mod_authz_ldap.spec,1.22,1.23

paragn paragn at fedoraproject.org
Fri Aug 7 09:11:21 UTC 2009


Author: paragn

Update of /cvs/pkgs/rpms/mod_authz_ldap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24586

Modified Files:
	mod_authz_ldap.spec 
Log Message:
* Fri Aug 07 2009 Parag <paragn at fedoraproject.org> 0.26-14
- Spec cleanup as suggested in review bug #226154




Index: mod_authz_ldap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_authz_ldap/devel/mod_authz_ldap.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- mod_authz_ldap.spec	25 Jul 2009 14:43:47 -0000	1.22
+++ mod_authz_ldap.spec	7 Aug 2009 09:11:21 -0000	1.23
@@ -2,11 +2,11 @@
 Summary: LDAP authorization module for the Apache HTTP Server
 Name: mod_authz_ldap
 Version: 0.26
-Release: 13
+Release: 14%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://authzldap.othello.ch/
-Source0: %{name}-%{version}.tar.gz
+Source0: http://authzldap.othello.ch/download/%{name}-%{version}.tar.gz
 Source1: mod_authz_ldap.conf
 Patch1: mod_authz_ldap-0.22-hook.patch
 Patch2: mod_authz_ldap-0.22-passlog.patch
@@ -15,7 +15,7 @@ Patch4: mod_authz_ldap-0.26-subreq.patch
 Patch5: mod_authz_ldap-0.26-apr1x.patch
 Patch6: mod_authz_ldap-0.26-parser.patch
 Patch7: mod_authz_ldap-0.26-sslvar.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: httpd-devel, openssl-devel, openldap-devel
 Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo httpd-devel missing)
 Requires: openldap
@@ -59,7 +59,7 @@ install -m 755 module/.libs/mod_authz_ld
 
 # install the conf.d fragment
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
-install -m 644 $RPM_SOURCE_DIR/mod_authz_ldap.conf \
+install -p -m 644 %{SOURCE1} \
    $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/authz_ldap.conf
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/httpd/modules/{*.la,*.so.*}
@@ -69,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%{_sysconfdir}/httpd/conf.d/authz_ldap.conf
+%config(noreplace) %{_sysconfdir}/httpd/conf.d/authz_ldap.conf
 %{_libdir}/httpd/modules/*.so
 %{_bindir}/cert*
 %{_mandir}/man1/cert*
@@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc NEWS AUTHORS ChangeLog COPYING
 
 %changelog
+* Fri Aug 07 2009 Parag <paragn at fedoraproject.org> 0.26-14
+- Spec cleanup as suggested in review bug #226154
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.26-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list