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

Diff of /rpms/smeserver-shared-folders/contribs10/smeserver-shared-folders.spec

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

Revision 1.2 by brianr, Sat Aug 1 17:29:54 2020 UTC Revision 1.8 by jpp, Mon Aug 1 04:17:51 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-shared-folders.spec,v 1.1 2020/07/23 17:47:21 brianr Exp $  # $Id: smeserver-shared-folders.spec,v 1.7 2022/07/25 06:53:12 jpp Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
# Line 6  Summary: sme server shared folders modul Line 6  Summary: sme server shared folders modul
6  %define name smeserver-shared-folders  %define name smeserver-shared-folders
7  Name: %{name}  Name: %{name}
8  %define version 0.3  %define version 0.3
9  %define release 12  %define release 18
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 22  Patch6: smeserver-shared-folders-0.3-loc Line 22  Patch6: smeserver-shared-folders-0.3-loc
22  Patch7: smeserver-shared-folders-0.3-veto_files.patch  Patch7: smeserver-shared-folders-0.3-veto_files.patch
23  Patch8: smeserver-shared-folders-0.3-support_php_fpm.patch  Patch8: smeserver-shared-folders-0.3-support_php_fpm.patch
24  Patch9: smeserver-shared-folders-0.3-locale-2019-12-07.patch  Patch9: smeserver-shared-folders-0.3-locale-2019-12-07.patch
25  Patch10:smeserver-shared-folders-0.3-Imcomplete-Update-for-Server-Manager2.patch  Patch10: smeserver-shared-folders-0.3-Imcomplete-Update-for-Server-Manager2.patch
26    Patch11: smeserver-shared-folders-0.3-Add-Update-event-to-createlinks.patch
27    Patch12: smeserver-shared-folders-0.3-locale-2021-08-23.patch
28    Patch13: smeserver-shared-folders-0.3-bz11523-php-fpm.patch
29    Patch14: smeserver-shared-folders-0.3-bz12060-httpd24.patch
30    
31  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
32  BuildArchitectures: noarch  BuildArchitectures: noarch
33  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
34  Requires: perl(CGI::FormMagick)  Requires: perl(CGI::FormMagick)
35  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
36    Requires: e-smith-apache >= 2.6.0-19
37  Requires: smeserver-mod_dav  Requires: smeserver-mod_dav
38  Requires: acl  Requires: acl
   
39  BuildRequires: perl  BuildRequires: perl
40  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
41    AutoReqProv: no
42    
43    
44    
45  %description  %description
# Line 41  This module allows you to create network Line 47  This module allows you to create network
47  with more flexibility than ibays as it supports ACLs  with more flexibility than ibays as it supports ACLs
48    
49  %changelog  %changelog
50    * Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-18.sme
51    - update to httpd 2.4 access syntax [SME: 12060]
52      removed compat lines, added requires e-smith-apache >= 2.6.0-19
53    
54    * Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-17.sme
55    - update to httpd 2.4 access syntax [SME: 12060]
56    
57    * Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-16.sme
58    - merge php-fpm code [SME: 11523]
59    
60    * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 0.3-11.sme
61    - apply locale 2021-08-23 patch
62    
63    * Thu Apr 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.3-14.sme
64    - Add Update event to createlinks [SME: 10997]
65    
66    * Thu Apr 01 2021 BogusDateBot
67    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
68      by assuming the date is correct and changing the weekday.
69      Thu Mar 26 2010 --> Thu Mar 25 2010 or Fri Mar 26 2010 or Thu Apr 01 2010 or ....
70      Wed Nov 26 2010 --> Wed Nov 24 2010 or Fri Nov 26 2010 or Wed Dec 01 2010 or ....
71    
72    * Wed Dec 02 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-13.sme
73    - Add AutoReqProv no to spec file [SME: 10997]
74    
75  * Sat Aug 01 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-12.sme  * Sat Aug 01 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-12.sme
76  - Inomplete update to new Serve-M anager Mojolicious famework [SME:10997]  - Incomplete update to new Servee Manager Mojolicious framework [SME:10997]
77    
78  * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 0.3-11.sme  * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 0.3-11.sme
79  - apply locale 2019-12-07 patch  - apply locale 2019-12-07 patch
# Line 267  with more flexibility than ibays as it s Line 298  with more flexibility than ibays as it s
298  * Mon Nov 29 2010  Daniel B. <daniel@firewall-services.com> 0.1-27.sme  * Mon Nov 29 2010  Daniel B. <daniel@firewall-services.com> 0.1-27.sme
299  - Remove .orig file  - Remove .orig file
300    
301  * Wed Nov 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-26.sme  * Fri Nov 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-26.sme
302      Wed Nov 26 2010 --> Wed Nov 24 2010 or Fri Nov 26 2010 or Wed Dec 01 2010 or ....
303  - Add webdav support  - Add webdav support
304  - add recycle purge support (with configurable retention time)  - add recycle purge support (with configurable retention time)
305    
# Line 291  with more flexibility than ibays as it s Line 323  with more flexibility than ibays as it s
323  * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme  * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1-21.sme
324  - apply locale 2010-05-23 patch  - apply locale 2010-05-23 patch
325    
326  * Thu Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme  * Fri Mar 26 2010 Daniel B. <daniel@firewall-services.com> 0.1-20.sme
327      Thu Mar 26 2010 --> Thu Mar 25 2010 or Fri Mar 26 2010 or Thu Apr 01 2010 or ....
328  - apply locale 2010-03-26 patch (fix navigation-conf)  - apply locale 2010-03-26 patch (fix navigation-conf)
329    
330  * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme  * Thu Mar 25 2010 Daniel B. <daniel@firewall-services.com> 0.1-19.sme
# Line 386  with more flexibility than ibays as it s Line 419  with more flexibility than ibays as it s
419  %patch8 -p1  %patch8 -p1
420  %patch9 -p1  %patch9 -p1
421  %patch10 -p1  %patch10 -p1
422    %patch11 -p1
423    %patch12 -p1
424    %patch13 -p1
425    %patch14 -p1
426    
427  %pre  %pre
428  /usr/sbin/useradd -c "Rsyncd User" \  /usr/sbin/useradd -c "Rsyncd User" \


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