2 |
%define name smeserver-user-webspace |
%define name smeserver-user-webspace |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.1 |
%define version 0.1 |
5 |
%define release 7 |
%define release 11 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{dist} |
Release: %{release}%{dist} |
8 |
License: GPL |
License: GPL |
13 |
Patch2: %{name}-%{version}.patch2 |
Patch2: %{name}-%{version}.patch2 |
14 |
Patch3: smeserver-user-webspace-0.1.patch3 |
Patch3: smeserver-user-webspace-0.1.patch3 |
15 |
Patch4: smeserver-user-webspace-0.1-actions.patch |
Patch4: smeserver-user-webspace-0.1-actions.patch |
16 |
|
Patch5: smeserver-user-webspace-0.1-patch5.patch |
17 |
|
Patch6: smeserver-user-webspace-0.1-patch6.patch |
18 |
Packager: Jean-Philippe Pialasse <tests@pialasse.com> |
Packager: Jean-Philippe Pialasse <tests@pialasse.com> |
19 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
* Sat Nov 23 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-7.sme |
* Mon Nov 25 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-11.sme |
27 |
|
- added httpd reconfiguration for user create, modify,delete,lock events |
28 |
|
|
29 |
|
* Sun Nov 24 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-10.sme |
30 |
|
- fix more typos in patchs |
31 |
|
- patch5 for httpd template |
32 |
|
|
33 |
|
* Sat Nov 23 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-8.sme |
34 |
- moved spec dirty work on action to real actions |
- moved spec dirty work on action to real actions |
35 |
- added skel folders |
- added skel folders |
36 |
- added two events and link to actions in the proper events |
- added two events and link to actions in the proper events |
37 |
- precleaning spec |
- precleaning spec |
38 |
|
- patchs typo fixes |
39 |
|
|
40 |
* Sun Oct 27 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-6.sme |
* Sun Oct 27 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-6.sme |
41 |
- initial import for sme8 |
- initial import for sme8 |
75 |
%patch3 -p1 |
%patch3 -p1 |
76 |
%patch4 -p1 |
%patch4 -p1 |
77 |
perl createlinks |
perl createlinks |
78 |
|
%patch5 -p1 |
79 |
|
%patch6 -p1 |
80 |
|
|
81 |
|
|
82 |
%build |
%build |
83 |
|
|
92 |
|
|
93 |
%pre |
%pre |
94 |
%preun |
%preun |
95 |
%post |
#%post |
96 |
#if [ $1 = 1 ] ; then |
#if [ $1 = 1 ] ; then |
97 |
# enable_user_webspace() { |
# enable_user_webspace() { |
98 |
|
|
155 |
# enable_user_webspace |
# enable_user_webspace |
156 |
#fi |
#fi |
157 |
|
|
158 |
%postun |
#%postun |
159 |
#if [ $1 = 0 ] ; then |
#if [ $1 = 0 ] ; then |
160 |
# /sbin/e-smith/config delete UserPublicWeb |
# /sbin/e-smith/config delete UserPublicWeb |
161 |
# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |