]> git.pld-linux.org Git - packages/elisa.git/blame - elisa.spec
- updated to 0.3.3
[packages/elisa.git] / elisa.spec
CommitLineData
c62eb35b 1Summary: Media center
6db0a6f1 2Summary(pl.UTF-8): Centrum multimedialne
c62eb35b 3Name: elisa
25f5164c 4Version: 0.3.3
c62eb35b 5Release: 0.1
f11a77b6 6License: GPL
c62eb35b 7Group: Applications
2caf9021 8Source0: http://elisa.fluendo.com/static/download/elisa/%{name}-%{version}.tar.gz
25f5164c 9# Source0-md5: 44397c8c0c70fcf3eabae5bad9fd514d
c62eb35b 10URL: http://www.fluendo.com/elisa/
36849eae 11BuildRequires: python-setuptools
2caf9021
PZ
12BuildRequires: python-TwistedCore
13Requires: pigment >= 0.1.5
7bea68f8 14BuildArch: noarch
c62eb35b 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
0a76eb33 18Elisa is a project to create an open source cross platform media
6db0a6f1 19center solution.
c62eb35b 20
6db0a6f1 21%description -l pl.UTF-8
f3645f21 22Elisa jest projektem stworzenia wieloplatformowego centrum
23multimedialnego o otwartych źródłach.
c62eb35b 24
25%prep
26%setup -q
27
28%build
c62eb35b 29python setup.py build
30
31%install
32rm -rf $RPM_BUILD_ROOT
7bea68f8 33
c62eb35b 34python setup.py install \
35 --root=$RPM_BUILD_ROOT
36849eae
ER
36
37%py_postclean
38
c62eb35b 39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
7bea68f8 44# COPYING contains just some notes, LICENSE.GPL includes excemption clause
0f22737a 45%doc AUTHORS COPYING ChangeLog FAQ* LICENSE.* NEWS README FIRST_RUN
c62eb35b 46%attr(755,root,root) %{_bindir}/*
25f5164c 47%{py_sitedir}/%{name}
48%{py_sitedir}/%{name}-%{version}*
49%{_desktopdir}/%{name}.desktop
50%{_pixmapsdir}/%{name}.png
This page took 0.079468 seconds and 4 git commands to generate.