1 |
# $Id: smeserver-phpldapadmin.spec,v 1.3 2021/06/01 17:15:32 jpp Exp $ |
# $Id: smeserver-phpldapadmin.spec,v 1.9 2021/09/28 16:25:25 jcrisp 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 3 |
%define release 2 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
License: Freely distributable |
13 |
Group: Apache |
Group: Apache |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
#{name}-%{version}.patch.yyyymmddnn |
#{name}-%{version}.patch.yyyymmddnn |
|
Patch0: smeserver-phpldapadmin-1.5.0-bz11611.patch |
|
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 >= 10 |
Requires: smeserver-release >= 10 |
20 |
Requires: phpldapadmin >= 1.2.5 |
Requires: phpldapadmin >= 1.2.6 |
21 |
Requires: php74-php-pecl-mcrypt |
Patch0:smeserver-phpldapadmin-1.6.0-Add-in-update-event-and-php-fpm-stuff.patch |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
* Tue Jun 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.5.0-3.sme |
* Mon Oct 04 2021 BogusDateBot |
26 |
- Initial release to contribs10 [SME: 11611] |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
27 |
|
by assuming the date is correct and changing the weekday. |
28 |
|
|
29 |
|
* Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-2.sme |
30 |
|
- change php to fpm and add -update event to createlinks [SME: 11699] |
31 |
|
|
32 |
|
* Tue Sep 28 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 1.6.0-1.sme |
33 |
|
- Initial release to contribs10 [SME: 11699] |
34 |
|
|
35 |
* 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 |
36 |
- Initial release to contribs9 |
- Initial release to contribs9 |
58 |
- Use of phpldapadmin 0.9.8.3 |
- Use of phpldapadmin 0.9.8.3 |
59 |
|
|
60 |
%description |
%description |
61 |
SME server - phpmyadmin multiuser for smeserver |
SME server - phpldapadmin for smeserver |
62 |
|
|
63 |
%prep |
%prep |
64 |
%setup |
%setup |
65 |
%patch0 -p1 |
%patch0 -p1 |
|
mkdir -p root/var/lib/php/phpldapadmin/{tmp,opcache,session,wsdlcache} |
|
|
mkdir -p root/var/log/php/phpldapadmin |
|
66 |
|
|
67 |
%build |
%build |
68 |
perl createlinks |
perl createlinks |
71 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
72 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
73 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
74 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
|
--dir /var/lib/php/phpldapadmin/ 'attr(0755,root,www)' \ |
|
|
--dir /var/lib/php/phpldapadmin/tmp 'attr(0770,www,www)' \ |
|
|
--dir /var/lib/php/phpldapadmin/opcache 'attr(0770,www,www)' \ |
|
|
--dir /var/lib/php/phpldapadmin/session 'attr(0770,www,www)' \ |
|
|
--dir /var/lib/php/phpldapadmin/wsdlcache 'attr(0770,www,www)' \ |
|
|
--dir /var/log/php/phpldapadmin 'attr(0770,root,www)' \ |
|
|
> %{name}-%{version}-filelist |
|
75 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
76 |
|
|
77 |
%clean |
%clean |