]> git.pld-linux.org Git - packages/elisa.git/blob - elisa.spec
- requires to suggest
[packages/elisa.git] / elisa.spec
1 Summary:        Media center
2 Summary(pl.UTF-8):      Centrum multimedialne
3 Name:           elisa
4 Version:        0.5.16
5 Release:        1
6 License:        GPL v3
7 Group:          Applications/Multimedia
8 Source0:        http://elisa.fluendo.com/static/download/elisa/%{name}-%{version}.tar.gz
9 # Source0-md5:  1ab90d7596bdffb13be3051e9ae997b9
10 URL:            http://www.fluendo.com/elisa/
11 BuildRequires:  python-TwistedCore >= 8.0.0
12 BuildRequires:  python-gstreamer >= 0.10.9
13 BuildRequires:  python-setuptools
14 Requires:       gstreamer-plugins-good >= 0.10.10-1
15 Requires:       python-PIL
16 Requires:       python-TwistedCore >= 8.0.0
17 Requires:       python-TwistedCore-ssl >= 8.0.0
18 Requires:       python-TwistedWeb >= 8.0.0
19 Requires:       python-TwistedWeb2 >= 8.0.0
20 Requires:       python-coherence
21 Requires:       python-cssutils >= 0.9.5.1
22 Requires:       python-encutils
23 Requires:       python-gstreamer >= 0.10.9
24 Requires:       python-pigment >= 0.3.8
25 Requires:       python-pygobject
26 Requires:       python-pymetar
27 Requires:       python-setuptools
28 Requires:       python-sqlite
29 Suggests:       elisa-plugins-good
30 Suggests:       elisa-plugins-bad
31 Suggests:       elisa-plugins-ugly
32 Suggests:       python-gpod
33 Suggests:       python-dbus
34 BuildArch:      noarch
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 Elisa is a project to create an open source cross platform media
39 center solution.
40
41 %description -l pl.UTF-8
42 Elisa jest projektem stworzenia wieloplatformowego centrum
43 multimedialnego o otwartych źródłach.
44
45 %prep
46 %setup -q
47
48 %build
49 python setup.py build
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/plugins
54
55 python setup.py install \
56         --root=$RPM_BUILD_ROOT
57
58 #py_postclean
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 # COPYING contains just some notes, LICENSE.GPL includes excemption clause 
66 %doc AUTHORS COPYING FAQ* LICENSE.* NEWS README FIRST_RUN
67 %attr(755,root,root) %{_bindir}/elisa*
68 %{py_sitescriptdir}/%{name}
69 %{py_sitescriptdir}/%{name}*.egg-info
70 %{py_sitescriptdir}/%{name}_*.py*
71 %{py_sitescriptdir}/%{name}*.pth
72 %{_desktopdir}/%{name}.desktop
73 %{_desktopdir}/%{name}-mobile.desktop
74 %{_pixmapsdir}/%{name}.png
75 %{_datadir}/dbus-1/services/com.fluendo.elisa.service
76 %{_mandir}/man1/%{name}*
This page took 0.085745 seconds and 3 git commands to generate.