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

Diff of /rpms/smeserver-roundcube/contribs10/smeserver-roundcube.spec

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

Revision 1.5 by jpp, Tue Aug 2 02:15:11 2022 UTC Revision 1.7 by jpp, Wed Dec 7 20:06:53 2022 UTC
# Line 1  Line 1 
1  %define name smeserver-roundcube  %define name smeserver-roundcube
2  %define version 1.2  %define version 1.2
3  %define release 12  %define release 13
4    
5  Summary: smserver rpm to setup roundcube, an IMAP mail client  Summary: smserver rpm to setup roundcube, an IMAP mail client
6  Name: %{name}  Name: %{name}
# Line 25  AutoReqProv: no Line 25  AutoReqProv: no
25  Patch0: smeserver-roundcube-1.2.RemoveCalendar_Tasklist.patch  Patch0: smeserver-roundcube-1.2.RemoveCalendar_Tasklist.patch
26  Patch1: smeserver-roundcube-1.2-Add-update-event-in-createlinks-and-fix-smtp-port-in-config.patch  Patch1: smeserver-roundcube-1.2-Add-update-event-in-createlinks-and-fix-smtp-port-in-config.patch
27  Patch2:  smeserver-roundcube-1.2-bz12059-24syntax.patch  Patch2:  smeserver-roundcube-1.2-bz12059-24syntax.patch
28    Patch3: smeserver-roundcube-1.2-bz11430-login.patch
29    Patch4: smeserver-roundcube-1.2-bz11430-plugins.patch
30    
31  %description  %description
32  smserver rpm to setup the roundcube IMAP mail client.  smserver rpm to setup the roundcube IMAP mail client.
33    
34  %changelog  %changelog
35    * Wed Dec 07 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-13.sme
36    - fix list of plugins and add composer [SME: 11430]
37      do not load in conf plugins without an actual folder.
38    
39  * Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-12.sme  * Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2-12.sme
40  - update to httpd 2.4 access syntax [SME: 12059]  - update to httpd 2.4 access syntax [SME: 12059]
41    thanks to Vasarhelyi Zsolt    thanks to Vasarhelyi Zsolt
42    - accept self signed certificates for imap and smtp [SME: 11430]
43    - Use of undefined constant, quote around module names [SME: 11430]
44    
45  * Mon Apr 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-11.sme  * Mon Apr 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-11.sme
46  - Update spec file to take out plugin rpm [SME: 11430 ]  - Update spec file to take out plugin rpm [SME: 11430 ]
# Line 165  smserver rpm to setup the roundcube IMAP Line 173  smserver rpm to setup the roundcube IMAP
173  %patch0 -p1  %patch0 -p1
174  %patch1 -p1  %patch1 -p1
175  %patch2 -p1  %patch2 -p1
176    %patch3 -p1
177    %patch4 -p1
178    
179  %build  %build
180  perl createlinks  perl createlinks
# Line 173  perl createlinks Line 183  perl createlinks
183  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
184  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
185  rm -f %{name}-%{version}-filelist  rm -f %{name}-%{version}-filelist
186  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
187      --exclude-dir /usr/share/roundcubemail \
188      > %{name}-%{version}-filelist
189  echo "%doc COPYING"  >> %{name}-%{version}-filelist  echo "%doc COPYING"  >> %{name}-%{version}-filelist
190    
191  %clean  %clean


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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