/[smeserver]/rpms/smeserver-horde/sme10/smeserver-horde.spec
ViewVC logotype

Diff of /rpms/smeserver-horde/sme10/smeserver-horde.spec

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

Revision 1.8 by jpp, Tue Jan 28 23:21:15 2020 UTC Revision 1.13 by jpp, Fri Mar 20 21:05:45 2020 UTC
# Line 4  Summary: e-smith specific Horde configur Line 4  Summary: e-smith specific Horde configur
4  %define name smeserver-horde  %define name smeserver-horde
5  Name: %{name}  Name: %{name}
6  %define version 1.0.0  %define version 1.0.0
7  %define release 8  %define release 13
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 15  Patch1: smeserver-horde-bz10717-config.p Line 15  Patch1: smeserver-horde-bz10717-config.p
15  Patch2: smeserver-horde-1.0.0-bz10092-spam_learning.patch  Patch2: smeserver-horde-1.0.0-bz10092-spam_learning.patch
16  Patch3: smeserver-horde-1.0.0-bz10717-activesync_turba_backends.local.php.patch  Patch3: smeserver-horde-1.0.0-bz10717-activesync_turba_backends.local.php.patch
17  Patch4: smeserver-horde-1.0.0-bz10717-task_sharing.patch  Patch4: smeserver-horde-1.0.0-bz10717-task_sharing.patch
18  #Patch1: e-smith-horde-4.8.0_renumber_database_creation.order.patch  Patch5: smeserver-horde-1.0.0-bz10866-php3.patch
19    Patch6: smeserver-horde-1.0.0-bz10823-strict-warming.patch
20    Patch7: smeserver-horde-1.0.0-bz10872-enable-php-fpm.patch
21    Patch8: smeserver-horde-1.0.0-bz10824-warnings_strict.patch
22    
23  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
24  BuildArchitectures: noarch  BuildArchitectures: noarch
25  Requires: e-smith-base >= 4.9.44, php-horde-horde >= 5.2, mariadb  Requires: e-smith-base >= 4.9.44, php-horde-horde >= 5.2, mariadb
# Line 56  Requires: php-pear-XML-Parser2 Line 60  Requires: php-pear-XML-Parser2
60  Requires: php-pear-XML-RPC2  Requires: php-pear-XML-RPC2
61    
62  %changelog  %changelog
63    * Fri Mar 20 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-13.sme
64    - fix warnings and strict message filling error.log [SME: 10824]
65    
66    * Wed Mar 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-12.sme
67    - fix typo in php-fpm patch [SME: 10872]
68    
69    * Tue Mar 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-11.sme
70    - remove php3 references [SME: 10866]
71    - remove strict and warning alert from error log [SME: 10823]
72    - dedicated php-fpm pool for horde [SME: 10872]
73    
74  * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-8.sme  * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-8.sme
75  - apply patches from  John H. Bennett III [SME: 10717]  - apply patches from  John H. Bennett III [SME: 10717]
76  - cvs admin -ko on patch1  - cvs admin -ko on patch1
# Line 93  to work on SME Server 10 Line 108  to work on SME Server 10
108  %patch2 -p1  %patch2 -p1
109  %patch3 -p1  %patch3 -p1
110  %patch4 -p1  %patch4 -p1
111    %patch5 -p1
112    %patch6 -p1
113    %patch7 -p1
114    %patch8 -p1
115    
116    mkdir -p root/var/lib/php/horde/session
117    mkdir -p root/var/lib/php/horde/opcache
118    mkdir -p root/var/lib/php/horde/tmp
119    
120  %build  %build
121  for i in post-install post-upgrade  for i in post-install post-upgrade
# Line 104  perl createlinks Line 127  perl createlinks
127  %install  %install
128  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
129  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
130  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
131      --dir /var/lib/php/horde/session 'attr(0770,root,www)' \
132      --dir /var/lib/php/horde/tmp 'attr(0770,root,www)' \
133      --dir /var/lib/php/horde/opcache 'attr(0770,root,www)' \
134    > %{name}-%{version}-filelist
135  echo "%doc COPYING"          >> %{name}-%{version}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-filelist
136    
137  %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