1 |
# $Id: smeserver-phpki.spec,v 1.6 2017/05/03 21:08:27 unnilennium Exp $ |
# $Id: smeserver-phpki.spec,v 1.2 2020/11/26 16:38:21 brianr 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: 3%{?dist} |
Release: 5%{?dist} |
8 |
Summary: php integration into SME server |
Summary: php integration into SME server |
9 |
|
|
10 |
Group: Applications/System |
Group: Applications/System |
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 |
Patch1: smeserver-phpki-0.2.bz10267.updatetktauth.patch |
16 |
|
Patch2: smeserver-phpki-0.2-Add-loadmodules-to-httpd-conf.patch |
17 |
|
|
18 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
19 |
BuildArch: noarch |
BuildArch: noarch |
26 |
Requires: php-process |
Requires: php-process |
27 |
Requires: e-smith-manager >= 2.6.0-22 |
Requires: e-smith-manager >= 2.6.0-22 |
28 |
|
|
29 |
|
Provides: smeserver-phpki = 0.2 |
30 |
|
|
31 |
%description |
%description |
32 |
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 |
With it, you may create and centrally manage X.509 certificates for use with S/MIME enabled |
With it, you may create and centrally manage X.509 certificates for use with S/MIME enabled |
36 |
|
|
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Fri Nov 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-5.sme |
40 |
|
- bump release version corectly |
41 |
|
- Add Provides [SME: 12222] |
42 |
|
|
43 |
|
* Thu Nov 26 2020 Brian Read <brianr@bjsystems.co.uk> 0.2-4.sme |
44 |
|
- Add extra loadmodules to httpd.conf [SME: 11208] |
45 |
|
|
46 |
* Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.2-3.sme |
* Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.2-3.sme |
47 |
- update TKT auth parameter for SME 9.2 update [SME: 10267] |
- update TKT auth parameter for SME 9.2 update [SME: 10267] |
48 |
|
|
85 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
86 |
%patch0 -p1 |
%patch0 -p1 |
87 |
%patch1 -p1 |
%patch1 -p1 |
88 |
|
%patch2 -p1 |
89 |
|
|
90 |
%build |
%build |
91 |
perl createlinks |
perl createlinks |