]> git.pld-linux.org Git - packages/elisa.git/blob - elisa.spec
- require python-gstreamer recent enough, so it's still noarch
[packages/elisa.git] / elisa.spec
1 Summary:        Media center
2 Summary(pl.UTF-8):      Centrum multimedialne
3 Name:           elisa
4 Version:        0.3.3
5 Release:        0.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:  44397c8c0c70fcf3eabae5bad9fd514d
10 URL:            http://www.fluendo.com/elisa/
11 BuildRequires:  python-TwistedCore
12 BuildRequires:  python-gstreamer >= 0.10.9
13 BuildRequires:  python-setuptools
14 Requires:       pigment >= 0.1.5
15 Requires:       python-TwistedCore
16 Requires:       python-gobject
17 Requires:       python-gstreamer >= 0.10.9
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Elisa is a project to create an open source cross platform media
23 center solution.
24
25 %description -l pl.UTF-8
26 Elisa jest projektem stworzenia wieloplatformowego centrum
27 multimedialnego o otwartych źródłach.
28
29 %prep
30 %setup -q
31
32 %build
33 python setup.py build
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 python setup.py install \
39         --root=$RPM_BUILD_ROOT
40
41 %py_postclean
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 # COPYING contains just some notes, LICENSE.GPL includes excemption clause 
49 %doc AUTHORS COPYING ChangeLog FAQ* LICENSE.* NEWS README FIRST_RUN
50 %attr(755,root,root) %{_bindir}/elisa
51 %{py_sitescriptdir}/%{name}
52 %{py_sitescriptdir}/%{name}-%{version}-*.egg-info
53 %{_desktopdir}/%{name}.desktop
54 %{_pixmapsdir}/%{name}.png
This page took 0.138426 seconds and 3 git commands to generate.