1 |
# $Id: smeserver-mod_python.spec,v 1.1 2020/12/19 20:52:52 brianr Exp $ |
# $Id: smeserver-mod_python.spec,v 1.2 2020/12/19 21:05:54 brianr Exp $ |
2 |
# Authority: marcohess |
# Authority: marcohess |
3 |
# Name: Marco Hess |
# Name: Marco Hess |
4 |
|
|
5 |
%define name smeserver-mod_python |
%define name smeserver-mod_python |
6 |
%define version 0.3 |
%define version 0.3 |
7 |
%define release 4 |
%define release 5 |
8 |
|
|
9 |
Summary: SME Server mod_python implementation |
Summary: SME Server mod_python implementation |
10 |
Name: %{name} |
Name: %{name} |
13 |
License: GPL |
License: GPL |
14 |
Group: Applications/Internet |
Group: Applications/Internet |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
|
Patch0: smeserver-mod_python-0.3-bz11273.patch |
17 |
|
|
18 |
BuildArch: noarch |
BuildArch: noarch |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
Requires: smeserver-release >= 9 |
Requires: smeserver-release >= 9 |
26 |
Implementation of mod_python for SME Server 9. |
Implementation of mod_python for SME Server 9. |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Fri Apr 02 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-5.sme |
30 |
|
- add update event [SME: 11273] |
31 |
|
|
32 |
* Sat Dec 19 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-4.sme |
* Sat Dec 19 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-4.sme |
33 |
- Initial import into SME10 tree [SME: 11273] |
- Initial import into SME10 tree [SME: 11273] |
34 |
|
|
46 |
- Original version adopted from smeserver-mod_dav |
- Original version adopted from smeserver-mod_dav |
47 |
|
|
48 |
%prep |
%prep |
|
|
|
49 |
%setup |
%setup |
50 |
|
%patch0 -p1 |
51 |
|
|
52 |
%build |
%build |
53 |
|
perl createlinks |
54 |
DEFAULTS=root/etc/e-smith/db/configuration/defaults/modPython |
DEFAULTS=root/etc/e-smith/db/configuration/defaults/modPython |
55 |
mkdir -p $DEFAULTS |
mkdir -p $DEFAULTS |
56 |
echo "service" > $DEFAULTS/type |
echo "service" > $DEFAULTS/type |