2 |
# Use "--define='apache 1'" to build a 'mod_auth_tkt1' package for apache1 |
# Use "--define='apache 1'" to build a 'mod_auth_tkt1' package for apache1 |
3 |
%define httpd httpd |
%define httpd httpd |
4 |
%define name mod_auth_tkt |
%define name mod_auth_tkt |
5 |
%if 0%{?rhel} < 7 |
%define apxs /usr/bin/apxs |
|
%global apxs /usr/sbin/apxs |
|
|
%else |
|
|
%global apxs /usr/bin/apxs |
|
|
%endif |
|
6 |
%{?apache:%define httpd apache} |
%{?apache:%define httpd apache} |
7 |
%{?apache:%define name mod_auth_tkt1} |
%{?apache:%define name mod_auth_tkt1} |
8 |
%{?apache:%define apxs /usr/sbin/apxs1} |
%{?apache:%define apxs /usr/sbin/apxs1} |
12 |
Summary: Lightweight ticket-based authentication module for Apache. |
Summary: Lightweight ticket-based authentication module for Apache. |
13 |
Name: %{name} |
Name: %{name} |
14 |
Version: 2.3.99b1 |
Version: 2.3.99b1 |
15 |
Release: 1%{?dist} |
Release: 2%{?dist} |
16 |
License: Apache |
License: Apache |
17 |
Group: Applications/System |
Group: Applications/System |
18 |
Source: http://www.openfusion.com.au/labs/dist/mod_auth_tkt-%{version}.tar.gz |
Source: http://www.openfusion.com.au/labs/dist/mod_auth_tkt-%{version}.tar.gz |
98 |
/var/www/auth/*.cgi |
/var/www/auth/*.cgi |
99 |
|
|
100 |
%changelog |
%changelog |
101 |
* Tue Mar 15 2016 Daniel Berteaud <daniel@firewall-services.coM> 2.3.99b1-2 |
* Tue Mar 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.3.99b1-2 |
102 |
- Tweaks in spec file so it can build in mock/plague [SME: 9310] |
- Tweaks in spec file so it can build in mock/plague [SME: 9310] |
103 |
|
|
104 |
* Fri Jul 31 2015 Gavin Carr <gavin@openfusion.com.au> 2.3.99b1-1 |
* Fri Jul 31 2015 Gavin Carr <gavin@openfusion.com.au> 2.3.99b1-1 |