/[smeserver]/rpms/pwauth/sme9/pwauth.spec
ViewVC logotype

Diff of /rpms/pwauth/sme9/pwauth.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Wed Mar 6 22:16:46 2013 UTC Revision 1.2 by wellsi, Tue May 21 15:09:44 2013 UTC
# Line 1  Line 1 
1  Name:           pwauth  Name:           pwauth
2  Version:        2.3.10  Version:        2.3.10
3  Release:        1%{?dist}  Release:        4%{?dist}
4  Summary:        External plugin for mod_authnz_external authenticator  Summary:        External plugin for mod_authnz_external authenticator
5    
6  Group:          Applications/System  Group:          Applications/System
# Line 12  Patch1:         pwauth-strchr.patch Line 12  Patch1:         pwauth-strchr.patch
12  Patch2:         pwauth-config.patch  Patch2:         pwauth-config.patch
13    
14  BuildRequires:  pam-devel  BuildRequires:  pam-devel
15  Requires(pre):  httpd  Requires(pre):  httpd, perl
16    
17  %description  %description
18  Pwauth is an authenticator designed to be used with mod_auth_external  Pwauth is an authenticator designed to be used with mod_auth_external
# Line 46  make %{?_smp_mflags} CFLAGS="${RPM_OPT_F Line 46  make %{?_smp_mflags} CFLAGS="${RPM_OPT_F
46  mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_sysconfdir}/pam.d  mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_sysconfdir}/pam.d
47    
48  install -p -m 4750 -t %{buildroot}%{_bindir} pwauth  install -p -m 4750 -t %{buildroot}%{_bindir} pwauth
49    install -p -m 0750 -t %{buildroot}%{_bindir} unixgroup
50  install -p -T %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/pwauth  install -p -T %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/pwauth
51    
52    
# Line 53  install -p -T %{SOURCE1} %{buildroot}%{_ Line 54  install -p -T %{SOURCE1} %{buildroot}%{_
54    
55    
56  %files  %files
57  %attr(4750,root,apache) %{_bindir}/pwauth  %defattr(-,root,root,-)
58    %attr(4750,-,apache) %{_bindir}/pwauth
59    %attr(0750,-,apache) %{_bindir}/unixgroup
60  %attr(644,-,-) %{_sysconfdir}/pam.d/pwauth  %attr(644,-,-) %{_sysconfdir}/pam.d/pwauth
61  %doc CHANGES INSTALL README  %doc CHANGES INSTALL README
62    
63    
64  %changelog  %changelog
65    * Fri Mar 22 2013 Philip Prindeville <philipp@fedoraproject.org> 2.3.10-4
66    - Fix for bz#924881
67    
68  * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.3.10-1.sme  * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.3.10-1.sme
69  - Update config file for SME Server [SME: 7319]  - Update config file for SME Server [SME: 7319]
70    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed