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

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

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

Revision 1.5 by jpp, Tue Mar 16 06:05:49 2021 UTC Revision 1.11 by jpp, Sat Nov 11 03:31:06 2023 UTC
# Line 1  Line 1 
1  %define name smeserver-webhosting  %define name smeserver-webhosting
2  %define version 0.0.9  %define version 0.0.9
3  %define release 11  %define release 17
4    
5  Name: %{name}  Name: %{name}
6  Version: %{version}      Version: %{version}    
# Line 14  Source:         %{name}-%{version}.tar.gz Line 14  Source:         %{name}-%{version}.tar.gz
14  BuildRoot: %{_tmppath}/%{name}-buildroot  BuildRoot: %{_tmppath}/%{name}-buildroot
15  BuildArchitectures: noarch  BuildArchitectures: noarch
16  BuildRequires:  e-smith-devtools  BuildRequires:  e-smith-devtools
17  Requires:       e-smith-release >= 9.0  Requires:       e-smith-release >= 10.0
18  Requires: smeserver-mod_dav  Requires: smeserver-mod_dav
19  Requires: smeserver-php >= 3.0.0-31  Requires: smeserver-php >= 3.0.0-40
20  AutoReqProv: no  AutoReqProv: no
21  Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch  Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch
22  Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch  Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch
# Line 25  Patch3: smeserver-webhosting-0.0.9-local Line 25  Patch3: smeserver-webhosting-0.0.9-local
25  Patch4: smeserver-webhosting-0.0.9-locale-2017-12-02.patch  Patch4: smeserver-webhosting-0.0.9-locale-2017-12-02.patch
26  Patch5: smeserver-webhosting-0.0.9-bz11077-SME10welcomePackage.patch  Patch5: smeserver-webhosting-0.0.9-bz11077-SME10welcomePackage.patch
27  Patch6: smeserver-webhosting-0.0.9-bz11077-bis.patch  Patch6: smeserver-webhosting-0.0.9-bz11077-bis.patch
28    Patch7: smeserver-webhosting-0.0.9-locale-2021-08-25.patch
29    Patch8: smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch
30    Patch9: smeserver-webhosting-0.0.9-bz11786_bz11787.patch
31    Patch10: smeserver-webhosting-0.0.9-Add-extra-class-attribute-to-sm2-panel.patch
32    Patch11: smeserver-webhosting-0.0.9-locale-2022-11-11.patch
33    Patch12: smeserver-webhosting-0.0.9-bz12429-memorylimit.patch
34    
35  %description  %description
36  allow to change php/apache settings to ibays, only yet for sme9  allow to change php/apache settings to ibays, only yet for sme9
# Line 38  allow to change php/apache settings to i Line 44  allow to change php/apache settings to i
44  %patch4 -p1  %patch4 -p1
45  %patch5 -p1  %patch5 -p1
46  %patch6 -p1  %patch6 -p1
47    %patch7 -p1
48    %patch8 -p1
49    %patch9 -p1
50    %patch10 -p1
51    %patch11 -p1
52    %patch12 -p1
53    
54  %build  %build
55  perl createlinks  perl createlinks
# Line 62  rm -rf %{name}-%{version} Line 74  rm -rf %{name}-%{version}
74  %defattr(-,root,root)  %defattr(-,root,root)
75    
76  %changelog  %changelog
77    * Fri Nov 10 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-17.sme
78    - add more memory limit options [SME: 12429]
79    
80    * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-16.sme
81    - apply locale 2022-11-11 patch
82    
83    * Sun Dec 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.0.9-15.sme
84    - Add extra class attribute to SM2 panel html [SME: 11811]
85    
86    * Thu Dec 02 2021 Michel Begye <mab974@misouk.com> 0.0.9-14.sme
87    - Fix MaxExecutionTime not saved [SME: 11786]
88    - Integrate webhosting with smeserver-manager (manager2) [SME: 11787]
89    
90    * Fri Sep 24 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.0.9-13.sme
91    - Fix capitalisation errors in furlopen [SME: 11697]
92    - Bump required e-smith release version
93    - Buno required smeserver-php version
94    
95    * Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 0.0.9-12.sme
96    - apply locale 2021-08-25 patch
97    
98  * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-11.sme  * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-11.sme
99  -  require smeserver-php >= 3.0.0-31 [SME: 11077]  -  require smeserver-php >= 3.0.0-31 [SME: 11077]
100    
101  * Sat Mar 13 2021 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-10.sme  * Sat Mar 13 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-10.sme
102  - SME10 welcome package [SME: 11077]  - SME10 welcome package [SME: 11077]
103    added update event    added update event
104    use of default properties value, remove them from db    use of default properties value, remove them from db
# Line 79  rm -rf %{name}-%{version} Line 112  rm -rf %{name}-%{version}
112  * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.0.9-7.sme  * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.0.9-7.sme
113  - apply locale 2017-12-02 patch  - apply locale 2017-12-02 patch
114    
115  * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-6.sme  * Sat Mar 25 2017 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-6.sme
116  - apply locale 2017-03-26 patch  - apply locale 2017-03-26 patch
117    
118  * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-5.sme  * Wed Feb 01 2017 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-5.sme
119  - apply locale 2017-02-02.patch  - apply locale 2017-02-02.patch
120    
121  * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme  * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme


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