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

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

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

Revision 1.1 by brianr, Mon Jan 18 10:41:47 2021 UTC Revision 1.2 by jpp, Sat Jul 30 04:46:38 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-egroupware.spec,v 1.7 2013/12/15 19:24:32 unnilennium Exp $  # $Id: smeserver-egroupware.spec,v 1.1 2021/01/18 10:41:47 brianr Exp $
2  # Authority: cool34000  # Authority: cool34000
3  # Name: Sylvain Gomez  # Name: Sylvain Gomez
4    
5  %define name smeserver-egroupware  %define name smeserver-egroupware
6  %define version 1.8.6  %define version 1.8.6
7  %define release 2  %define release 3
8  %define rpmver   4.0.4  %define rpmver   4.0.4
9    
10    
# Line 15  Release:            %{release}%{?dist} Line 15  Release:            %{release}%{?dist}
15  License:            GPL  License:            GPL
16  Group:              Web/Application  Group:              Web/Application
17  Source:             %{name}-%{version}.tgz  Source:             %{name}-%{version}.tgz
18  #REM contribs9 Patch0:      smeserver-egroupware-1.8.6-g2datapath.patch  Patch2:             smeserver-egroupware-1.8.005-sme5127.patch
19  #REM contribs9 Patch1:              smeserver-egroupware-1.8.6-deletescript.patch  Patch3:             smeserver-egroupware-1.8.6-bz12044-24syntax.patch
20  PAtch2:             smeserver-egroupware-1.8.005-sme5127.patch  
21  URL:                http://www.egroupware.org  URL:                http://www.egroupware.org
22  BuildRoot:          /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot:          /var/tmp/%{name}-%{version}-%{release}-buildroot
23  BuildArchitectures: noarch  BuildArchitectures: noarch
24  BuildRequires:      e-smith-devtools  BuildRequires:      e-smith-devtools
25  Requires:           e-smith-base, e-smith-release >= 9  Requires:           e-smith-base, e-smith-release >= 10
26  Requires:           eGroupware >= 1.8  Requires:           eGroupware >= 1.8
27  Requires:           eGroupware-gallery >= 1.8  Requires:           eGroupware-gallery >= 1.8
28    Requires:           e-smith-apache >= 2.6.0-19
29    Requires:           smeserver-php >= 3.0.0-43
30    
31  %description  %description
32  This RPM is an unofficial addon for the SME Server 8.x and above.  This RPM is an unofficial addon for the SME Server 10.x and above.
33  eGroupWare is a free enterprise ready groupware software for your network.  eGroupWare is a free enterprise ready groupware software for your network.
34  It enables you to manage contacts, appointments, todos and many more for your whole business.  It enables you to manage contacts, appointments, todos and many more for your whole business.
35  eGroupWare is a groupware server. It comes with a native web-interface which allowes to access  eGroupWare is a groupware server. It comes with a native web-interface which allowes to access
# Line 43  https://yourdomain.com/egroupware Line 44  https://yourdomain.com/egroupware
44    
45    
46  %changelog  %changelog
47    * Sat Jul 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.8.6-3.sme
48    - update to httpd 2.4 syntax [SME: 12044]
49    - waiting for SME10 version
50    
51  * Mon Sep 01 2014 stephane de Labrusse <stephdl@de-laabrusse.fr> 1.8.6-2.sme  * Mon Sep 01 2014 stephane de Labrusse <stephdl@de-laabrusse.fr> 1.8.6-2.sme
52  - Added patch PAtch2 forgotten by the script of JP Pialasse  - Added patch Patch2 forgotten by the script of JP Pialasse
53    
54  * Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 1.8.6-1.sme  * Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 1.8.6-1.sme
55  - initial import to SME9 contribs  - initial import to SME9 contribs
# Line 150  https://yourdomain.com/egroupware Line 155  https://yourdomain.com/egroupware
155    
156    
157  %setup  %setup
 #REM contribs9 %patch0 -p1  
 #REM contribs9 %patch1 -p1  
 #REM contribs9 %patch2 -p1  
158  %patch2 -p1  %patch2 -p1
159    %patch3 -p1
160    
161  %build  %build
162  # Creating templates2adjust  # Creating templates2adjust
163  perl createlinks  perl createlinks
164    
165    
 ### now in archive  
 # Default DB parameters  
 #DEFAULTS1=root/etc/e-smith/db/configuration/defaults/egroupware  
 #DEFAULTS2=root/etc/e-smith/db/accounts/defaults/egroupware  
 #mkdir -p $DEFAULTS1  
 #mkdir -p $DEFAULTS2  
 #echo "egroupware" > $DEFAULTS1/DbName  
 #echo "egwuser"    > $DEFAULTS1/DbUser  
 #echo "on"         > $DEFAULTS1/HTTPS  
 #echo "eGroupWare" > $DEFAULTS1/Name  
 #echo "global"     > $DEFAULTS1/PublicAccess  
 #echo "url"        > $DEFAULTS1/type  
 #echo "reserved"   > $DEFAULTS2/type  
   
   
166  %install  %install
167  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
168  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)


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