1 |
%define name smeserver-mediatomb |
%define name smeserver-mediatomb |
2 |
%define version 1.0 |
%define version 1.0 |
3 |
%define release 1 |
%define release 2 |
4 |
Summary: mediatomb is a helpdesk system |
Summary: mediatomb is a helpdesk system |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
9 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: smeserver-mediatomb-%{version}.tar.gz |
Source: smeserver-mediatomb-%{version}.tar.gz |
12 |
|
Patch0: smeserver-mediatomb-1.0-port_proxypass.patch |
13 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
26 |
mediatomb is an application adapted as a contrib for SMEserver |
mediatomb is an application adapted as a contrib for SMEserver |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-2.sme |
30 |
|
- added proxypass to /mediatomb |
31 |
|
- added port 50500 to TCCPort |
32 |
|
|
33 |
* Sun Mar 18 2018 CONTRIB MAKER <tests@pialasse.com> 1-1.sme |
* Sun Mar 18 2018 CONTRIB MAKER <tests@pialasse.com> 1-1.sme |
34 |
- initial release |
- initial release |
35 |
- builds from initial .tar.gz |
- builds from initial .tar.gz |
36 |
|
|
37 |
%prep |
%prep |
38 |
%setup |
%setup |
39 |
|
%patch0 -p1 |
40 |
|
|
41 |
%build |
%build |
42 |
perl createlinks |
perl createlinks |