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