]> git.pld-linux.org Git - packages/elisa.git/blob - elisa.spec
- updated to 0.3.3
[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
7 Group:          Applications
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-setuptools
12 BuildRequires:  python-TwistedCore
13 Requires:       pigment >= 0.1.5
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Elisa is a project to create an open source cross platform media
19 center solution.
20
21 %description -l pl.UTF-8
22 Elisa jest projektem stworzenia wieloplatformowego centrum
23 multimedialnego o otwartych źródłach.
24
25 %prep
26 %setup -q
27
28 %build
29 python setup.py build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 python setup.py install \
35         --root=$RPM_BUILD_ROOT
36
37 %py_postclean
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 # COPYING contains just some notes, LICENSE.GPL includes excemption clause 
45 %doc AUTHORS COPYING ChangeLog FAQ* LICENSE.* NEWS README FIRST_RUN
46 %attr(755,root,root) %{_bindir}/*
47 %{py_sitedir}/%{name}
48 %{py_sitedir}/%{name}-%{version}*
49 %{_desktopdir}/%{name}.desktop
50 %{_pixmapsdir}/%{name}.png
This page took 1.504421 seconds and 3 git commands to generate.