]> git.pld-linux.org Git - packages/elisa.git/blame - elisa.spec
- require python-gstreamer recent enough, so it's still noarch
[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
9368e971
JB
6License: GPL v3
7Group: Applications/Multimedia
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/
2caf9021 11BuildRequires: python-TwistedCore
9368e971
JB
12BuildRequires: python-gstreamer >= 0.10.9
13BuildRequires: python-setuptools
2caf9021 14Requires: pigment >= 0.1.5
9368e971
JB
15Requires: python-TwistedCore
16Requires: python-gobject
17Requires: python-gstreamer >= 0.10.9
7bea68f8 18BuildArch: noarch
c62eb35b 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
0a76eb33 22Elisa is a project to create an open source cross platform media
6db0a6f1 23center solution.
c62eb35b 24
6db0a6f1 25%description -l pl.UTF-8
f3645f21 26Elisa jest projektem stworzenia wieloplatformowego centrum
27multimedialnego o otwartych źródłach.
c62eb35b 28
29%prep
30%setup -q
31
32%build
c62eb35b 33python setup.py build
34
35%install
36rm -rf $RPM_BUILD_ROOT
7bea68f8 37
c62eb35b 38python setup.py install \
39 --root=$RPM_BUILD_ROOT
36849eae
ER
40
41%py_postclean
42
c62eb35b 43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
7bea68f8 48# COPYING contains just some notes, LICENSE.GPL includes excemption clause
0f22737a 49%doc AUTHORS COPYING ChangeLog FAQ* LICENSE.* NEWS README FIRST_RUN
9368e971
JB
50%attr(755,root,root) %{_bindir}/elisa
51%{py_sitescriptdir}/%{name}
52%{py_sitescriptdir}/%{name}-%{version}-*.egg-info
25f5164c 53%{_desktopdir}/%{name}.desktop
54%{_pixmapsdir}/%{name}.png
This page took 0.071428 seconds and 4 git commands to generate.