1 |
# $Id: smeserver-phpki.spec,v 1.3 2013/11/12 18:31:59 vip-ire Exp $ |
# $Id: smeserver-phpki.spec,v 1.4 2013/11/18 14:55:34 vip-ire Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
Name: smeserver-phpki |
Name: smeserver-phpki |
6 |
Version: 0.2 |
Version: 0.2 |
7 |
Release: 2%{?dist} |
Release: 2%{?dist} |
8 |
Summary: php integration into SME server |
Summary: php integration into SME server |
9 |
|
|
10 |
Group: Applications/System |
Group: Applications/System |
12 |
URL: http://phpki.sourceforge.net/ |
URL: http://phpki.sourceforge.net/ |
13 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
14 |
Patch0: smeserver-phpki-0.2-fix_redirect_with_user-manager_and_sso.patch |
Patch0: smeserver-phpki-0.2-fix_redirect_with_user-manager_and_sso.patch |
15 |
|
Patch1: smeserver-phpki-0.2.bz10267.updatetktauth.patch |
16 |
|
|
17 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
18 |
BuildArch: noarch |
BuildArch: noarch |
23 |
Requires: e-smith-base |
Requires: e-smith-base |
24 |
Requires: phpki |
Requires: phpki |
25 |
Requires: php-process |
Requires: php-process |
26 |
|
Requires: e-smith-manager >= 2.6.0-22 |
27 |
|
|
28 |
%description |
%description |
29 |
PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance. |
PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance. |
33 |
|
|
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> -.sme |
37 |
|
- update TKT auth parameter for SME 9.2 update [SME: 10267] |
38 |
|
|
39 |
* Mon Nov 18 2013 Daniel B. <daniel@firewall-services.com> - 0.2-2.sme |
* Mon Nov 18 2013 Daniel B. <daniel@firewall-services.com> - 0.2-2.sme |
40 |
- Fix a redirect issue with user-manager and LemonLDAP::NG as SSO |
- Fix a redirect issue with user-manager and LemonLDAP::NG as SSO |
41 |
|
|
74 |
%prep |
%prep |
75 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
76 |
%patch0 -p1 |
%patch0 -p1 |
77 |
|
%patch1 -p1 |
78 |
|
|
79 |
%build |
%build |
80 |
perl createlinks |
perl createlinks |