/[smecontribs]/rpms/smeserver-phpldapadmin/contribs10/smeserver-phpldapadmin.spec
ViewVC logotype

Contents of /rpms/smeserver-phpldapadmin/contribs10/smeserver-phpldapadmin.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.12 - (show annotations) (download)
Tue Oct 5 18:26:01 2021 UTC (2 years, 7 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-phpldapadmin-1_6_0-4_el7_sme
Changes since 1.11: +7 -2 lines
* Tue Oct 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-4.sme
- Alter auth-type config parameter to cookie from http [SME: 11699]

1 # $Id: smeserver-phpldapadmin.spec,v 1.11 2021/10/04 13:49:59 brianr Exp $
2 # Authority: nocvs
3 # Name: Michel Van hees
4
5 Summary: PhpLdapAdmin for SME server
6 %define name smeserver-phpldapadmin
7 Name: %{name}
8 %define version 1.6.0
9 %define release 4
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: Freely distributable
13 Group: Apache
14 Source: %{name}-%{version}.tar.gz
15 #{name}-%{version}.patch.yyyymmddnn
16 BuildRoot: /var/tmp/e-smith-buildroot
17 BuildRequires: e-smith-devtools
18 BuildArchitectures: noarch
19 Requires: smeserver-release >= 10
20 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 AutoReqProv: no
25
26 %changelog
27 * Tue Oct 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-4.sme
28 - Alter auth-type config parameter to cookie from http [SME: 11699]
29
30 * Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-3.sme
31 - Update config to change password_hash to pla_ [SME: 11699 ]
32
33 * Mon Oct 04 2021 BogusDateBot
34 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
35 by assuming the date is correct and changing the weekday.
36
37 * Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-2.sme
38 - change php to fpm and add -update event to createlinks [SME: 11699]
39
40 * Tue Sep 28 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 1.6.0-1.sme
41 - Initial release to contribs10 [SME: 11699]
42
43 * Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-2.sme
44 - Initial release to contribs9
45
46 * Sat Jun 21 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 1.5.0-1.sme
47 - Initial release to sme9
48
49 * Wed Nov 6 2013 JP Pialasse <tests@pialasse.com> 1.2.3-6.sme
50 - fix bug [SME: 5762]
51 - default admin read only but kamikaze mod for root modify access.
52
53 * Mon Nov 4 2013 JP Pialasse <tests@pialasse.com> 1.2.3-4.sme
54 - wrong template path for config file [SME: 7975]
55 - patching also incorrect template.
56 - error binding to server swith to http auth to prevent
57
58 * Sun May 26 2013 JP Pialasse <tests@pialasse.com> 1.2.3-1.sme
59 - remove phpldapadmin from package
60 - added Requires phpldapadmin-1.2.3-1
61 - clean spec file
62 - added default db value (patch file)
63
64 * Thu Jun 26 2007 Michel Van hees <michel@vanhees.cc>
65 - Restart contrib from scratch
66 - Use of phpldapadmin 0.9.8.3
67
68 %description
69 SME server - phpldapadmin for smeserver
70
71 %prep
72 %setup
73 %patch0 -p1
74 %patch1 -p1
75 %patch2 -p1
76
77 %build
78 perl createlinks
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
83 rm -f %{name}-%{version}-filelist
84 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
85 echo "%doc COPYING" >> %{name}-%{version}-filelist
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
89
90 %pre
91
92 %preun
93
94 %post
95
96 %postun
97
98 %files -f %{name}-%{version}-filelist
99 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed