1 |
%define name smeserver-webhosting |
2 |
%define version 0.0.9 |
3 |
%define release 4 |
4 |
|
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 |
Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch |
21 |
Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch |
22 |
|
23 |
|
24 |
%description |
25 |
allow to change php/apache settings to ibays, only yet for sme9 |
26 |
|
27 |
%prep |
28 |
%setup |
29 |
%patch0 -p1 |
30 |
%patch1 -p1 |
31 |
|
32 |
|
33 |
%build |
34 |
perl createlinks |
35 |
|
36 |
%install |
37 |
rm -rf $RPM_BUILD_ROOT |
38 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
39 |
rm -f %{name}-%{version}-filelist |
40 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
41 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
42 |
|
43 |
%clean |
44 |
cd .. |
45 |
rm -rf %{name}-%{version} |
46 |
|
47 |
%pre |
48 |
%preun |
49 |
%post |
50 |
%postun |
51 |
|
52 |
%files -f %{name}-%{version}-filelist |
53 |
%defattr(-,root,root) |
54 |
|
55 |
%changelog |
56 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme |
57 |
- apply locale 2016-03-09 patch |
58 |
|
59 |
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-3.sme |
60 |
- Added smeserver-webhosting-0.0.9-locale-2015-09-12.patch |
61 |
|
62 |
* Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-2.sme |
63 |
- Initial release to contribs9 |
64 |
|
65 |
* Wed Jun 18 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.9-1.sme |
66 |
- added a box larger for writing the phpbasedir |
67 |
|
68 |
* Mon Jun 16 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.8-1.sme |
69 |
- add german translation, thanks to Rudolf Vielnascher |
70 |
- add french translation, thanks to me :) |
71 |
|
72 |
* Fri Jun 13 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.6-1.sme |
73 |
- Add mod dav in dependency with an option enabled/disabled |
74 |
|
75 |
* Sun Jun 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1 |
76 |
- Initial Release |
77 |
|