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