1 |
# $Id: smeserver-phpldapadmin.spec,v 1.1 2015/08/22 20:13:33 stephdl Exp $ |
# $Id: smeserver-phpldapadmin.spec,v 1.13 2021/10/06 14:33:00 brianr Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Michel Van hees |
# Name: Michel Van hees |
4 |
|
|
5 |
Summary: PhpLdapAdmin for SME server |
Summary: PhpLdapAdmin for SME server |
6 |
%define name smeserver-phpldapadmin |
%define name smeserver-phpldapadmin |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.5.0 |
%define version 1.6.0 |
9 |
%define release 2 |
%define release 6 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
License: Freely distributable |
16 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: smeserver-release >= 9 |
Requires: smeserver-release >= 10 |
20 |
Requires: phpldapadmin >= 1.2.3 |
Requires: phpldapadmin >= 1.2.6 |
21 |
|
Patch0: smeserver-phpldapadmin-1.6.0-Add-in-update-event-and-php-fpm-stuff.patch |
22 |
|
Patch1: smeserver-phpldapadmin-1.6.0-password-hash-renamed-in-config.patch |
23 |
|
Patch2: smeserver-phpldapadmin-1.6.0-Alter-config-auth-type.patch |
24 |
|
Patch3: smeserver-phpldapadmin-1.6.0-Remove-intial-req-to-login.patch |
25 |
|
Patch4: smeserver-phpldapadmin-1.6.0-bz12055-httpd24.patch |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6.0-6.sme |
30 |
|
- update access to httpd24 syntax [SME: 12055] |
31 |
|
|
32 |
|
* Wed Oct 06 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-5.sme |
33 |
|
- Remove-intial-req-to-login.patch [SME: 11699] |
34 |
|
|
35 |
|
* Tue Oct 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-4.sme |
36 |
|
- Alter auth-type config parameter to cookie from http [SME: 11699] |
37 |
|
|
38 |
|
* Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-3.sme |
39 |
|
- Update config to change password_hash to pla_ [SME: 11699 ] |
40 |
|
|
41 |
|
* Mon Oct 04 2021 BogusDateBot |
42 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
43 |
|
by assuming the date is correct and changing the weekday. |
44 |
|
|
45 |
|
* Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-2.sme |
46 |
|
- change php to fpm and add -update event to createlinks [SME: 11699] |
47 |
|
|
48 |
|
* Tue Sep 28 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 1.6.0-1.sme |
49 |
|
- Initial release to contribs10 [SME: 11699] |
50 |
|
|
51 |
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-2.sme |
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-2.sme |
52 |
- Initial release to contribs9 |
- Initial release to contribs9 |
53 |
|
|
74 |
- Use of phpldapadmin 0.9.8.3 |
- Use of phpldapadmin 0.9.8.3 |
75 |
|
|
76 |
%description |
%description |
77 |
SME server - phpmyadmin multiuser for smeserver |
SME server - phpldapadmin for smeserver |
78 |
|
|
79 |
%prep |
%prep |
80 |
%setup |
%setup |
81 |
|
%patch0 -p1 |
82 |
|
%patch1 -p1 |
83 |
|
%patch2 -p1 |
84 |
|
%patch3 -p1 |
85 |
|
%patch4 -p1 |
86 |
|
|
87 |
%build |
%build |
88 |
perl createlinks |
perl createlinks |