1 |
%define name smeserver-mediatomb |
%define name smeserver-mediatomb |
2 |
%define version 1.0 |
%define version 1.0 |
3 |
%define release 1 |
%define release 5 |
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 |
|
Patch1: smeserver-mediatomb-1.0-templates_fixes.patch |
14 |
|
Patch2: smeserver-mediatomb-1.0-conf_action.patch |
15 |
|
Patch3: smeserver-mediatomb-1.0-bz10546-EOL.patch |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
23 |
Requires: libdlna |
Requires: libdlna |
24 |
Requires: libextractor |
Requires: libextractor |
25 |
Requires: perl-File-LibMagic |
Requires: perl-File-LibMagic |
26 |
|
Requires: vorbis-tools |
27 |
AutoReqProv: no |
AutoReqProv: no |
28 |
|
|
29 |
%description |
%description |
30 |
mediatomb is an application adapted as a contrib for SMEserver |
mediatomb is an application adapted as a contrib for SMEserver |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Tue Mar 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-5.sme |
34 |
|
- fix warning on db init [SME: 10546] |
35 |
|
|
36 |
|
* Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-4.sme |
37 |
|
- add requires vorbis |
38 |
|
- replace restart in conf-mediatomb by an action that also trigger mysql db creation |
39 |
|
|
40 |
|
* Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-3.sme |
41 |
|
- fix few templates issues |
42 |
|
|
43 |
|
* Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-2.sme |
44 |
|
- added proxypass to /mediatomb |
45 |
|
- added port 50500 to TCCPort |
46 |
|
|
47 |
* Sun Mar 18 2018 CONTRIB MAKER <tests@pialasse.com> 1-1.sme |
* Sun Mar 18 2018 CONTRIB MAKER <tests@pialasse.com> 1-1.sme |
48 |
- initial release |
- initial release |
49 |
- builds from unchanged .tar.gz |
- builds from initial .tar.gz |
50 |
|
|
51 |
%prep |
%prep |
52 |
%setup |
%setup |
53 |
|
%patch0 -p1 |
54 |
|
%patch1 -p1 |
55 |
|
%patch2 -p1 |
56 |
|
%patch3 -p1 |
57 |
|
|
58 |
%build |
%build |
59 |
perl createlinks |
perl createlinks |