/[smecontribs]/rpms/smeserver-mediatomb/contribs9/smeserver-mediatomb.spec
ViewVC logotype

Diff of /rpms/smeserver-mediatomb/contribs9/smeserver-mediatomb.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by jpp, Tue Mar 20 04:24:03 2018 UTC Revision 1.16 by jpp, Fri Jan 25 01:42:06 2019 UTC
# Line 1  Line 1 
1  %define name smeserver-mediatomb  %define name smeserver-mediatomb
2  %define version 1.0  %define version 1.0
3  %define release 2  %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}
# Line 10  License: GNU GPL version 2 Line 10  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  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    Patch4: smeserver-mediatomb-1.0-bz10568.actions.patch
17    Patch5: smeserver-mediatomb-1.0-bz10546-expand-templates_fixes.patch
18    Patch6: smeserver-mediatomb-1.0-bz10569-autoscandir.patch
19    Patch7: smeserver-mediatomb-1.0-bz10546-db-var.patch
20    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
# Line 20  Requires: libupnp Line 30  Requires: libupnp
30  Requires: libdlna  Requires: libdlna
31  Requires: libextractor  Requires: libextractor
32  Requires: perl-File-LibMagic  Requires: perl-File-LibMagic
33    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
46    - allow easy configuration with bridge interface on local interface [SME: 10707]
47    
48    * Fri Jan 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-11.sme
49    - wrong variable name for DBin templates [SME: 10546]
50    
51    * Fri Jan 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-10.sme
52    - add /etc/mediatomb [SME: 10546]
53    
54    * Fri Jan 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-8.sme
55    - add dynamic template for autoscandir [SME: 10569]
56    
57    * Fri Jan 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-7.sme
58    - fix wrong path to file to expand [SME: 10546]
59    
60    * Fri Apr 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-6.sme
61    - fix wrong script path  [SME: 10568]
62    
63    * Tue Mar 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-5.sme
64    - fix warning on db init [SME: 10546]
65    
66    * Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-4.sme
67    - add requires vorbis
68    - replace restart in conf-mediatomb by an action that also trigger mysql db creation
69    
70    * Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-3.sme
71    - fix few templates issues
72    
73  * Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-2.sme  * Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-2.sme
74  - added proxypass to /mediatomb  - added proxypass to /mediatomb
75  - added port 50500 to TCCPort  - added port 50500 to TCCPort
# Line 37  mediatomb is an application adapted as a Line 81  mediatomb is an application adapted as a
81  %prep  %prep
82  %setup  %setup
83  %patch0 -p1  %patch0 -p1
84    %patch1 -p1
85    %patch2 -p1
86    %patch3 -p1
87    %patch4 -p1
88    %patch5 -p1
89    %patch6 -p1
90    %patch7 -p1
91    %patch8 -p1
92    %patch9 -p1
93    %patch10 -p1
94    
95    mkdir root/etc/mediatomb
96    
97  %build  %build
98  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed