1 |
%define name smeserver-mediatomb |
%define name smeserver-mediatomb |
2 |
%define version 1.0 |
%define version 1.0 |
3 |
%define release 12 |
%define release 13 |
4 |
Summary: mediatomb is a helpdesk system |
Summary: mediatomb is a helpdesk system |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
18 |
Patch6: smeserver-mediatomb-1.0-bz10569-autoscandir.patch |
Patch6: smeserver-mediatomb-1.0-bz10569-autoscandir.patch |
19 |
Patch7: smeserver-mediatomb-1.0-bz10546-db-var.patch |
Patch7: smeserver-mediatomb-1.0-bz10546-db-var.patch |
20 |
Patch8: smeserver-mediatomb-1.0-bz10707-bridge-interface.patch |
Patch8: smeserver-mediatomb-1.0-bz10707-bridge-interface.patch |
21 |
|
Patch9: smeserver-mediatomb-1.0-bz10718.mime-type.patch |
22 |
|
Patch10: smeserver-mediatomb-1.0-bz10713.inotify.patch |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
25 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
31 |
Requires: libextractor |
Requires: libextractor |
32 |
Requires: perl-File-LibMagic |
Requires: perl-File-LibMagic |
33 |
Requires: vorbis-tools |
Requires: vorbis-tools |
34 |
|
Requires: inotify-tools |
35 |
AutoReqProv: no |
AutoReqProv: no |
36 |
|
|
37 |
%description |
%description |
38 |
mediatomb is an application adapted as a contrib for SMEserver |
mediatomb is an application adapted as a contrib for SMEserver |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Thu Jan 24 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-13.sme |
42 |
|
- add better mime type support [SME: 10718] |
43 |
|
- add inotify-requirement and support for root dir default timed mode [SME: 10713] |
44 |
|
|
45 |
* Mon Jan 14 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-12.sme |
* Mon Jan 14 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-12.sme |
46 |
- allow easy configuration with bridge interface on local interface [SME: 10707] |
- allow easy configuration with bridge interface on local interface [SME: 10707] |
47 |
|
|
89 |
%patch6 -p1 |
%patch6 -p1 |
90 |
%patch7 -p1 |
%patch7 -p1 |
91 |
%patch8 -p1 |
%patch8 -p1 |
92 |
|
%patch9 -p1 |
93 |
|
%patch10 -p1 |
94 |
|
|
95 |
mkdir root/etc/mediatomb |
mkdir root/etc/mediatomb |
96 |
|
|