/[smeserver]/rpms/mod_auth_tkt/sme10/mod_auth_tkt.spec
ViewVC logotype

Diff of /rpms/mod_auth_tkt/sme10/mod_auth_tkt.spec

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

Revision 1.4 by vip-ire, Tue Mar 15 20:59:18 2016 UTC Revision 1.5 by unnilennium, Mon Jun 13 09:20:37 2016 UTC
# Line 12  Line 12 
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: 2%{?dist}  Release: 3%{?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
19    Patch0: mod_auth_tkt-2.3.99b1-betterredirection.patch
20  URL: http://www.openfusion.com.au/labs/mod_auth_tkt/  URL: http://www.openfusion.com.au/labs/mod_auth_tkt/
21  Buildroot: %_tmppath/%{name}-%{version}  Buildroot: %_tmppath/%{name}-%{version}
22  Requires: %{httpd}  Requires: %{httpd}
# Line 40  Perl CGI scripts for use with mod_auth_t Line 41  Perl CGI scripts for use with mod_auth_t
41    
42  %prep  %prep
43  %setup -n mod_auth_tkt-%{version}  %setup -n mod_auth_tkt-%{version}
44    %patch0 -p1
45    
46  %build  %build
47  test %{debug} == 1 && DEBUG='--debug'  test %{debug} == 1 && DEBUG='--debug'
48  MOD_PERL=`rpm -q mod_perl | grep '^mod_perl' || /bin/true`  MOD_PERL=`rpm -q mod_perl | grep '^mod_perl' || /bin/true`
49  if [ -n "$MOD_PERL" -a %{test} == 1 ]; then  if [ -n "$MOD_PERL" -a %{test} == 1 ]; then
50    ./configure --apxs=%{apxs} --test $DEBUG    ./configure  --apxs=%{apxs} --test $DEBUG
51    make    make
52    make test    make test
53  else  else
# Line 98  test "$RPM_BUILD_ROOT" != "/" && rm -rf Line 100  test "$RPM_BUILD_ROOT" != "/" && rm -rf
100  /var/www/auth/*.cgi  /var/www/auth/*.cgi
101    
102  %changelog  %changelog
103    * Mon Jun 13 2016 JP Pialasse <tests@pialasse.com> 2.3.99b1-3
104    - fix redirection when proxy ssl  [SME: 8825] [SME: 9583]
105    
106  * 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
107  - 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]
108    


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