]> git.pld-linux.org Git - packages/elisa.git/blob - elisa.spec
-initial PLD release
[packages/elisa.git] / elisa.spec
1 Summary:        Media center
2 Summary(pl):    Media center
3 Name:           elisa
4 Version:        0.1.4.2
5 Release:        0.1
6 License:        - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Elisa is a project to create an open source cross platform media center solution
15
16 %description -l pl
17 Elisa is a project to create an open source cross platform media center solution
18
19 %prep
20 %setup -q
21
22 %build
23 CFLAGS="%{rpmcflags}" \
24 python setup.py build
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 python setup.py install \
30         --root=$RPM_BUILD_ROOT
31 find $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name} -name "*.py" -exec rm {} \;
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc
38 %attr(755,root,root) %{_bindir}/*
39 %{py_sitescriptdir}/%{name}
40 %{py_sitescriptdir}/%{name}-%{version}*
This page took 0.056318 seconds and 3 git commands to generate.