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

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

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


Revision 1.11 - (hide annotations) (download)
Mon Oct 4 13:49:59 2021 UTC (2 years, 7 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-phpldapadmin-1_6_0-3_el7_sme
Changes since 1.10: +7 -2 lines
* Mon Oct 04 2021 Brian Read <brianr@bjsystems.co.uk> 1.6.0-3.sme
- Update config to change password_hash to pla_ [SME: 11699 ]

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

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