]> git.pld-linux.org Git - packages/elisa.git/blame - elisa.spec
- adapteriezd
[packages/elisa.git] / elisa.spec
CommitLineData
c62eb35b 1Summary: Media center
2Summary(pl): Media center
3Name: elisa
4Version: 0.1.4.2
5Release: 0.1
f11a77b6 6License: GPL
c62eb35b 7Group: Applications
8Source0: http://www.fluendo.com/elisa/downloads/elisa/%{name}-%{version}.tar.gz
9# Source0-md5: fe9bfb723c8565e62ebf4d2e21588aab
10URL: http://www.fluendo.com/elisa/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
0a76eb33 14Elisa is a project to create an open source cross platform media
15center solution
c62eb35b 16
17%description -l pl
0a76eb33 18Elisa is a project to create an open source cross platform media
19center solution
c62eb35b 20
21%prep
22%setup -q
23
24%build
25CFLAGS="%{rpmcflags}" \
26python setup.py build
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31python setup.py install \
32 --root=$RPM_BUILD_ROOT
33find $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name} -name "*.py" -exec rm {} \;
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%doc
40%attr(755,root,root) %{_bindir}/*
41%{py_sitescriptdir}/%{name}
42%{py_sitescriptdir}/%{name}-%{version}*
This page took 0.230846 seconds and 4 git commands to generate.