1 |
# $Id: smeserver-phpldapadmin.spec,v 1.9 2021/09/28 16:25:25 jcrisp Exp $ |
# $Id: smeserver-phpldapadmin.spec,v 1.18 2022/08/01 03:11:47 jpp Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Michel Van hees |
# Name: Michel Van hees |
4 |
|
|
6 |
%define name smeserver-phpldapadmin |
%define name smeserver-phpldapadmin |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.6.0 |
%define version 1.6.0 |
9 |
%define release 2 |
%define release 9 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
License: Freely distributable |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: smeserver-release >= 10 |
Requires: smeserver-release >= 10 |
20 |
|
Requires: e-smith-apache >= 2.6.0-19 |
21 |
Requires: phpldapadmin >= 1.2.6 |
Requires: phpldapadmin >= 1.2.6 |
22 |
Patch0:smeserver-phpldapadmin-1.6.0-Add-in-update-event-and-php-fpm-stuff.patch |
Patch0: smeserver-phpldapadmin-1.6.0-Add-in-update-event-and-php-fpm-stuff.patch |
23 |
|
Patch1: smeserver-phpldapadmin-1.6.0-password-hash-renamed-in-config.patch |
24 |
|
Patch2: smeserver-phpldapadmin-1.6.0-Alter-config-auth-type.patch |
25 |
|
Patch3: smeserver-phpldapadmin-1.6.0-Remove-intial-req-to-login.patch |
26 |
|
Patch4: smeserver-phpldapadmin-1.6.0-bz12055-httpd24.patch |
27 |
|
Patch5:smeserver-phpldapadmin-1.6.0-bz12055-24syntax.patch |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sun Jul 31 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6.0-9.sme |
32 |
|
- update to template httpd24 syntax [SME: 12055] |
33 |
|
add Requires: e-smith-apache >= 2.6.0-19 |
34 |
|
|
35 |
|
* Wed Jul 27 2022 Zsolt Vasarhelyi <vasarhelyizsolt@hotmail.com> 1.6.0-7.sme |
36 |
|
- update to template httpd24 syntax [SME: 12055] |
37 |
|
|
38 |
|
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.6.0-6.sme |
39 |
|
- update access to httpd24 syntax [SME: 12055] |
40 |
|
|
41 |
|
* Wed Oct 06 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-5.sme |
42 |
|
- Remove-intial-req-to-login.patch [SME: 11699] |
43 |
|
|
44 |
|
* Tue Oct 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-4.sme |
45 |
|
- Alter auth-type config parameter to cookie from http [SME: 11699] |
46 |
|
|
47 |
|
* Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-3.sme |
48 |
|
- Update config to change password_hash to pla_ [SME: 11699 ] |
49 |
|
|
50 |
* Mon Oct 04 2021 BogusDateBot |
* Mon Oct 04 2021 BogusDateBot |
51 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
52 |
by assuming the date is correct and changing the weekday. |
by assuming the date is correct and changing the weekday. |
78 |
- clean spec file |
- clean spec file |
79 |
- added default db value (patch file) |
- added default db value (patch file) |
80 |
|
|
81 |
* Thu Jun 26 2007 Michel Van hees <michel@vanhees.cc> |
* Tue Jun 26 2007 Michel Van hees <michel@vanhees.cc> |
82 |
|
Thu Jun 26 2007 --> Thu Jun 21 2007 or Tue Jun 26 2007 or Thu Jun 28 2007 or .... |
83 |
- Restart contrib from scratch |
- Restart contrib from scratch |
84 |
- Use of phpldapadmin 0.9.8.3 |
- Use of phpldapadmin 0.9.8.3 |
85 |
|
|
89 |
%prep |
%prep |
90 |
%setup |
%setup |
91 |
%patch0 -p1 |
%patch0 -p1 |
92 |
|
%patch1 -p1 |
93 |
|
%patch2 -p1 |
94 |
|
%patch3 -p1 |
95 |
|
%patch4 -p1 |
96 |
|
%patch5 -p1 |
97 |
|
|
98 |
%build |
%build |
99 |
perl createlinks |
perl createlinks |