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

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

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


Revision 1.7 - (hide annotations) (download)
Tue Mar 27 05:38:11 2018 UTC (6 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-mediatomb-1_0-5_el6_sme
Changes since 1.6: +6 -1 lines
* Tue Mar 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-5.sme
- fix warning on db init [SME: 10546]

1 jpp 1.1 %define name smeserver-mediatomb
2     %define version 1.0
3 jpp 1.7 %define release 5
4 jpp 1.1 Summary: mediatomb is a helpdesk system
5     Name: %{name}
6     Version: %{version}
7     Release: %{release}%{?dist}
8     Distribution: SME Server
9     License: GNU GPL version 2
10     Group: SMEserver/addon
11     Source: smeserver-mediatomb-%{version}.tar.gz
12 jpp 1.3 Patch0: smeserver-mediatomb-1.0-port_proxypass.patch
13 jpp 1.4 Patch1: smeserver-mediatomb-1.0-templates_fixes.patch
14 jpp 1.6 Patch2: smeserver-mediatomb-1.0-conf_action.patch
15 jpp 1.7 Patch3: smeserver-mediatomb-1.0-bz10546-EOL.patch
16 jpp 1.1 BuildArchitectures: noarch
17     BuildRoot: /var/tmp/%{name}-%{version}-buildroot
18     BuildRequires: e-smith-devtools
19     Requires: e-smith-release >= 9.0
20     Requires: mediatomb
21     Requires: vlc-core
22     Requires: libupnp
23     Requires: libdlna
24     Requires: libextractor
25     Requires: perl-File-LibMagic
26 jpp 1.5 Requires: vorbis-tools
27 jpp 1.1 AutoReqProv: no
28    
29     %description
30     mediatomb is an application adapted as a contrib for SMEserver
31    
32     %changelog
33 jpp 1.7 * Tue Mar 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-5.sme
34     - fix warning on db init [SME: 10546]
35    
36 jpp 1.5 * Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-4.sme
37     - add requires vorbis
38 jpp 1.6 - replace restart in conf-mediatomb by an action that also trigger mysql db creation
39 jpp 1.5
40 jpp 1.4 * Tue Mar 20 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-3.sme
41     - fix few templates issues
42    
43 jpp 1.3 * 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 jpp 1.1 * Sun Mar 18 2018 CONTRIB MAKER <tests@pialasse.com> 1-1.sme
48     - initial release
49 jpp 1.2 - builds from initial .tar.gz
50 jpp 1.1
51     %prep
52     %setup
53 jpp 1.3 %patch0 -p1
54 jpp 1.6 %patch1 -p1
55     %patch2 -p1
56 jpp 1.7 %patch3 -p1
57 jpp 1.1
58     %build
59     perl createlinks
60    
61     %install
62     rm -rf $RPM_BUILD_ROOT
63     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
64     rm -f %{name}-%{version}-filelist
65     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
66     > %{name}-%{version}-filelist
67    
68     %clean
69     rm -rf $RPM_BUILD_ROOT
70    
71     %files -f %{name}-%{version}-filelist
72     %defattr(-,root,root)
73    
74    

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