1 |
stephdl |
1.1 |
%define name smeserver-webhosting |
2 |
|
|
%define version 0.0.9 |
3 |
unnilennium |
1.5 |
%define release 6 |
4 |
stephdl |
1.1 |
|
5 |
|
|
Name: %{name} |
6 |
|
|
Version: %{version} |
7 |
|
|
Release: %{release}%{?dist} |
8 |
|
|
Summary: allow to change php/apache settings to ibays, only yet for sme9 |
9 |
|
|
|
10 |
|
|
Group: SMEserver/addon |
11 |
|
|
License: GNU GPL version 2 |
12 |
|
|
URL: http://www.contribs.org |
13 |
|
|
Source: %{name}-%{version}.tar.gz |
14 |
|
|
BuildRoot: %{_tmppath}/%{name}-buildroot |
15 |
|
|
BuildArchitectures: noarch |
16 |
|
|
BuildRequires: e-smith-devtools |
17 |
|
|
Requires: e-smith-release >= 9.0 |
18 |
|
|
Requires: smeserver-mod_dav |
19 |
|
|
AutoReqProv: no |
20 |
stephdl |
1.2 |
Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch |
21 |
unnilennium |
1.3 |
Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch |
22 |
unnilennium |
1.4 |
Patch2: smeserver-webhosting-0.0.9-locale-2017-02-02.patch |
23 |
unnilennium |
1.5 |
Patch3: smeserver-webhosting-0.0.9-locale-2017-03-26.patch |
24 |
stephdl |
1.1 |
|
25 |
|
|
%description |
26 |
|
|
allow to change php/apache settings to ibays, only yet for sme9 |
27 |
|
|
|
28 |
|
|
%prep |
29 |
|
|
%setup |
30 |
stephdl |
1.2 |
%patch0 -p1 |
31 |
unnilennium |
1.3 |
%patch1 -p1 |
32 |
unnilennium |
1.4 |
%patch2 -p1 |
33 |
unnilennium |
1.5 |
%patch3 -p1 |
34 |
stephdl |
1.1 |
|
35 |
|
|
%build |
36 |
|
|
perl createlinks |
37 |
|
|
|
38 |
|
|
%install |
39 |
|
|
rm -rf $RPM_BUILD_ROOT |
40 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
41 |
|
|
rm -f %{name}-%{version}-filelist |
42 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
43 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
44 |
|
|
|
45 |
|
|
%clean |
46 |
|
|
cd .. |
47 |
|
|
rm -rf %{name}-%{version} |
48 |
|
|
|
49 |
|
|
%pre |
50 |
|
|
%preun |
51 |
|
|
%post |
52 |
|
|
%postun |
53 |
|
|
|
54 |
|
|
%files -f %{name}-%{version}-filelist |
55 |
|
|
%defattr(-,root,root) |
56 |
|
|
|
57 |
|
|
%changelog |
58 |
unnilennium |
1.5 |
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-6.sme |
59 |
|
|
- apply locale 2017-03-26 patch |
60 |
|
|
|
61 |
unnilennium |
1.4 |
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-5.sme |
62 |
|
|
- apply locale 2017-02-02.patch |
63 |
|
|
|
64 |
unnilennium |
1.3 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme |
65 |
|
|
- apply locale 2016-03-09 patch |
66 |
|
|
|
67 |
stephdl |
1.2 |
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-3.sme |
68 |
|
|
- Added smeserver-webhosting-0.0.9-locale-2015-09-12.patch |
69 |
|
|
|
70 |
stephdl |
1.1 |
* Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-2.sme |
71 |
|
|
- Initial release to contribs9 |
72 |
|
|
|
73 |
|
|
* Wed Jun 18 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.9-1.sme |
74 |
|
|
- added a box larger for writing the phpbasedir |
75 |
|
|
|
76 |
|
|
* Mon Jun 16 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.8-1.sme |
77 |
|
|
- add german translation, thanks to Rudolf Vielnascher |
78 |
|
|
- add french translation, thanks to me :) |
79 |
|
|
|
80 |
|
|
* Fri Jun 13 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.6-1.sme |
81 |
|
|
- Add mod dav in dependency with an option enabled/disabled |
82 |
|
|
|
83 |
|
|
* Sun Jun 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1 |
84 |
|
|
- Initial Release |
85 |
|
|
|