rpms/mod_auth_kerb/devel mod_auth_kerb.spec,1.24,1.25

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


Author: paragn

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

Modified Files:
	mod_auth_kerb.spec 
Log Message:
* Fri Aug 07 2009 Parag <paragn at fedoraproject.org> 5.4-5
- Spec cleanup as suggested in review bug #226150





Index: mod_auth_kerb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_auth_kerb/devel/mod_auth_kerb.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- mod_auth_kerb.spec	25 Jul 2009 14:41:45 -0000	1.24
+++ mod_auth_kerb.spec	7 Aug 2009 09:01:11 -0000	1.25
@@ -2,15 +2,15 @@
 Summary: Kerberos authentication module for HTTP
 Name: mod_auth_kerb
 Version: 5.4
-Release: 4
+Release: 5%{?dist}
 License: BSD and MIT
 Group: System Environment/Daemons
 URL: http://modauthkerb.sourceforge.net/
-Source0: %{name}-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/modauthkerb/%{name}-%{version}.tar.gz
 Source1: auth_kerb.conf
 Patch1: mod_auth_kerb-5.4-rcopshack.patch
 Patch2: mod_auth_kerb-5.4-fixes.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: httpd-devel, krb5-devel
 Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing)
 
@@ -36,7 +36,7 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/httpd
          $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
 install -m 755 src/.libs/mod_auth_kerb.so \
         $RPM_BUILD_ROOT%{_libdir}/httpd/modules/mod_auth_kerb.so
-install -m 644 $RPM_SOURCE_DIR/auth_kerb.conf \
+install -p -m 644 %{SOURCE1} \
         $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/auth_kerb.conf
 
 %clean
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/httpd/modules/*.so
 
 %changelog
+* Fri Aug 07 2009 Parag <paragn at fedoraproject.org> 5.4-5
+- Spec cleanup as suggested in review bug #226150
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list