]> git.pld-linux.org Git - packages/elisa.git/blob - elisa.spec
c36a564bf1d3cae2db17de757664b00e4a6785a1
[packages/elisa.git] / elisa.spec
1 Summary:        Media center
2 Summary(pl.UTF-8):      Centrum multimedialne
3 Name:           elisa
4 Version:        0.1.4.2
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.fluendo.com/elisa/downloads/elisa/%{name}-%{version}.tar.gz
9 # Source0-md5:  fe9bfb723c8565e62ebf4d2e21588aab
10 URL:            http://www.fluendo.com/elisa/
11 BuildRequires:  python-setuptools
12 BuildRequires:  python-Twisted
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Elisa is a project to create an open source cross platform media
17 center solution.
18
19 %description -l pl.UTF-8
20 Elisa jest projektem stworzenia wieloplatformowego centrum
21 multimedialnego o otwartych źródłach.
22
23 %prep
24 %setup -q
25
26 %build
27 CFLAGS="%{rpmcflags}" \
28 python setup.py build
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 python setup.py install \
33         --root=$RPM_BUILD_ROOT
34
35 %py_postclean
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc
43 %attr(755,root,root) %{_bindir}/*
44 %{py_sitescriptdir}/%{name}
45 %{py_sitescriptdir}/%{name}-%{version}*
This page took 0.062867 seconds and 3 git commands to generate.