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

Diff of /rpms/mod_auth_external/sme9/mod_auth_external.spec

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

Revision 1.1 by slords, Thu Jan 31 22:37:32 2013 UTC Revision 1.2 by charliebrady, Fri Oct 25 21:07:13 2013 UTC
# Line 1  Line 1 
1  # $Id: mod_auth_external.spec,v 1.3 2009/06/02 16:11:31 slords Exp $  # $Id: mod_auth_external.spec,v 1.1 2013/01/31 22:37:32 slords Exp $
2    
3  Summary: Basic authentication for the Apache web server using an external program  Summary: Basic authentication for the Apache web server using an external program
4  Name: mod_auth_external  Name: mod_auth_external
5  Version: 2.2.8  Version: 2.2.8
6  Release: 5%{?dist}  Release: 6%{?dist}
7  Group: System Environment/Daemons  Group: System Environment/Daemons
8  URL: http://unixpapa.com/mod_auth_external.html  URL: http://unixpapa.com/mod_auth_external.html
9  Source: mod_auth_external-2.2.8.tar.gz  Source: mod_auth_external-2.2.8.tar.gz
# Line 39  mv .libs/%{name}.so . Line 39  mv .libs/%{name}.so .
39  mkdir -p $RPM_BUILD_ROOT%{_docdir}/mod_auth_external-%{version}  mkdir -p $RPM_BUILD_ROOT%{_docdir}/mod_auth_external-%{version}
40  mkdir -p $RPM_BUILD_ROOT%{_libdir}/httpd/modules  mkdir -p $RPM_BUILD_ROOT%{_libdir}/httpd/modules
41  mkdir -p $RPM_BUILD_ROOT/etc/pam.d  mkdir -p $RPM_BUILD_ROOT/etc/pam.d
42    mkdir -p $RPM_BUILD_ROOT%{_bindir}
43  install -m755 %{name}.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules  install -m755 %{name}.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules
44  install -m755 pwauth/pwauth $RPM_BUILD_ROOT%{_libdir}/httpd/modules  install -m755 pwauth/pwauth $RPM_BUILD_ROOT%{_libdir}/httpd/modules
45    install -m755 pwauth/unixgroup $RPM_BUILD_ROOT%{_bindir}
46    
47  # Install the config file  # Install the config file
48  mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d  mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
# Line 72  fi Line 74  fi
74  %doc README INSTALL pwauth/README.pwauth  %doc README INSTALL pwauth/README.pwauth
75  %config %attr(0444,root,root) /etc/pam.d/pwauth  %config %attr(0444,root,root) /etc/pam.d/pwauth
76  %attr(04550,root,www) %{_libdir}/httpd/modules/pwauth  %attr(04550,root,www) %{_libdir}/httpd/modules/pwauth
77    %attr(04550,root,www) %{_bindir}/unixgroup
78  %{_libdir}/httpd/modules/*.so  %{_libdir}/httpd/modules/*.so
79  %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf  %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
80    
81  %changelog  %changelog
82    * Fri Oct 25 2013 Charlie Brady <charlie_brady@mitel.com> 2.2.8-6
83    - Add unixgroup executable. [SME: 3690]
84    
85  * Sun Apr 29 2009 Shad L. Lords <slords@mail.com> 2.2.8-5  * Sun Apr 29 2009 Shad L. Lords <slords@mail.com> 2.2.8-5
86  - Add requires on e-smith-lib so www user is created first [SME: 5318]  - Add requires on e-smith-lib so www user is created first [SME: 5318]
87    


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