/[smecontribs]/rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec
ViewVC logotype

Annotation of /rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud.spec

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


Revision 1.8 - (hide annotations) (download)
Thu Apr 12 01:19:40 2018 UTC (6 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-nextcloud-1_1_0-7_el6_sme
Changes since 1.7: +1 -1 lines
* Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-7.sme
- fix long update [SME: 10564]
- fix IncludeIbay not working.

1 jpp 1.7 %define release 7
2 jpp 1.1 %define version 1.1.0
3    
4     Summary: Koozali SME Server Nextcloud configuration
5     Name: smeserver-nextcloud
6     Version: %{version}
7     Release: %{release}%{?dist}
8     License: GPL
9     Source: %{name}-%{version}.tar.gz
10 jpp 1.3 Patch0: smeserver-nextcloud-1.1.0.patch0.patch
11     Patch1: smeserver-nextcloud-1.1.0.bz10556.patch
12 jpp 1.4 Patch2: smeserver-nextcloud-1.1.0-bz10560-logrotate.patch
13     Patch3: smeserver-nextcloud-1.1.0-bz10558-logincredentials.patch
14     Patch4: smeserver-nextcloud-1.1.0-bz10559-shares.patch
15     Patch5: smeserver-nextcloud-1.1.0-bz10557-ibays_folder.patch
16 jpp 1.5 Patch6: smeserver-nextcloud-1.1.0-bz10560-signal-event-hang.patch
17 jpp 1.8 Patch7: smeserver-nextcloud-1.1.0-bz10564-improve-shares.patch
18 jpp 1.7 Patch8: smeserver-nextcloud-1.1.0-bz10564-fixIncludes-longUpdate.patch
19 jpp 1.1 BuildArch: noarch
20 jpp 1.4 URL: https://www.nextcloud.com
21 jpp 1.1
22     BuildRequires: e-smith-devtools
23    
24     Requires: nextcloud >= 13.0.1
25     Requires: e-smith-apache
26     Requires: e-smith-mysql
27     Requires: smeserver-webapps-common
28     Requires: smeserver-php-fpm
29     Requires: samba-client
30     Requires: php71-php-smbclient
31     Requires: php71-php-opcache
32     Requires: php71-php-pecl-apcu
33     Requires: perl-JSON
34    
35     %description
36     Koozali SME Server Nextcloud files and configuration.
37    
38    
39     %prep
40     %setup
41 jpp 1.3 %patch0 -p1
42     %patch1 -p1
43 jpp 1.4 %patch2 -p1
44     %patch3 -p1
45     %patch4 -p1
46     %patch5 -p1
47 jpp 1.5 %patch6 -p1
48 jpp 1.6 %patch7 -p1
49 jpp 1.7 %patch8 -p1
50 jpp 1.1
51     %build
52     perl createlinks
53    
54     %install
55     rm -rf %{buildroot}
56     (cd root; find . -depth -print | cpio -dump %{buildroot})
57     /sbin/e-smith/genfilelist %{buildroot} \
58     --dir /var/lib/php/nextcloud 'attr(0755,www,www)' \
59     --dir /var/lib/php/nextcloud/tmp 'attr(0755,www,www)' \
60     --dir /var/lib/php/nextcloud/opcache 'attr(0755,www,www)' \
61     --dir /var/lib/php/nextcloud/session 'attr(0755,www,www)' \
62     --dir /home/e-smith/files/nextcloud 'attr(0755,www,www)' \
63     --dir /home/e-smith/files/nextcloud/data 'attr(0755,www,www)' \
64     > %{name}-%{version}-filelist
65    
66     cat %{name}-%{version}-filelist
67     %files -f %{name}-%{version}-filelist
68     %defattr(-,root,root)
69     %doc COPYING
70    
71    
72     %changelog
73 jpp 1.7 * Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-7.sme
74     - fix long update [SME: 10564]
75     - fix IncludeIbay not working.
76    
77 jpp 1.6 * Wed Apr 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-6.sme
78     - fix shares not correctly handled [SME: 10564]
79     - improve shares support
80     - reload file cache after creation of ibays folder, so it displays to users.
81     - improve output to message log
82    
83 jpp 1.5 * Mon Apr 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-5.sme
84     - fix signal-event nextcloud-update hang [SME: 10560]
85    
86 jpp 1.4 * Sun Apr 08 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-4.sme
87     - fix wrong logrotate option [SME: 10560]
88     - change password storage mode for smb share to allow access from portable devices [SME: 10558]
89     - create the "ibays" main folder to mount all ibays in every user nextcloud space [SME: 10557]
90     - add Shared folders in nextcloud under the ibays folder [SME: 10559]
91    
92 jpp 1.3 * Sat Apr 07 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-3.sme
93 jpp 1.2 - tidying templates, set cron update
94 jpp 1.3 - fix bad folder name for ibays [SME: 10556]
95 jpp 1.2
96 jpp 1.1 * Fri Mar 30 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-1.sme
97     - initial release
98    

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