1 |
# $Id: smeserver-phpki.spec,v 1.2 2013/11/11 17:12:18 vip-ire Exp $ |
# $Id: smeserver-phpki.spec,v 1.3 2013/11/12 18:31:59 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: 1%{?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 |
11 |
License: GPL |
License: GPL |
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 |
15 |
|
|
16 |
BuildRoot: %{_tmppath}/%{name}-%{version} |
BuildRoot: %{_tmppath}/%{name}-%{version} |
17 |
BuildArch: noarch |
BuildArch: noarch |
31 |
|
|
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Mon Nov 18 2013 Daniel B. <daniel@firewall-services.com> - 0.2-2.sme |
35 |
|
- Fix a redirect issue with user-manager and LemonLDAP::NG as SSO |
36 |
|
|
37 |
* Mon Nov 11 2013 Daniel B. <daniel@firewall-services.com> - 0.2-1.sme |
* Mon Nov 11 2013 Daniel B. <daniel@firewall-services.com> - 0.2-1.sme |
38 |
- Rebuild for SME9 |
- Rebuild for SME9 |
39 |
- Do not disable httpd-pki service on uninstall |
- Do not disable httpd-pki service on uninstall |
68 |
|
|
69 |
%prep |
%prep |
70 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
71 |
|
%patch0 -p1 |
72 |
|
|
73 |
%build |
%build |
74 |
perl createlinks |
perl createlinks |