]> git.pld-linux.org Git - packages/elisa.git/blame - elisa.spec
- 0.5.6
[packages/elisa.git] / elisa.spec
CommitLineData
c62eb35b 1Summary: Media center
6db0a6f1 2Summary(pl.UTF-8): Centrum multimedialne
c62eb35b 3Name: elisa
262b38e2 4Version: 0.5.6
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
262b38e2 9# Source0-md5: 037f8fe8bd604bebec0a3ba68c36f9f9
520535fc 10#Patch0: %{name}-no-source-files.patch
c62eb35b 11URL: http://www.fluendo.com/elisa/
520535fc 12BuildRequires: python-TwistedCore >= 2.2
9368e971
JB
13BuildRequires: python-gstreamer >= 0.10.9
14BuildRequires: python-setuptools
2caf9021 15Requires: pigment >= 0.1.5
520535fc 16Requires: pigment-python >= 0.3.5
17Requires: python-TwistedCore >= 2.2
21282f00 18Requires: python-TwistedWeb
520535fc 19Requires: python-cssutils
21282f00 20Requires: python-pygobject
9368e971 21Requires: python-gstreamer >= 0.10.9
520535fc 22Suggests: elisa-plugins-good
23Suggests: elisa-plugins-bad
7bea68f8 24BuildArch: noarch
c62eb35b 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
0a76eb33 28Elisa is a project to create an open source cross platform media
6db0a6f1 29center solution.
c62eb35b 30
6db0a6f1 31%description -l pl.UTF-8
f3645f21 32Elisa jest projektem stworzenia wieloplatformowego centrum
33multimedialnego o otwartych źródłach.
c62eb35b 34
35%prep
36%setup -q
520535fc 37#%patch0 -p1
c62eb35b 38
39%build
c62eb35b 40python setup.py build
41
42%install
43rm -rf $RPM_BUILD_ROOT
262b38e2 44install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/plugins
7bea68f8 45
c62eb35b 46python setup.py install \
47 --root=$RPM_BUILD_ROOT
36849eae
ER
48
49%py_postclean
50
c62eb35b 51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
7bea68f8 56# COPYING contains just some notes, LICENSE.GPL includes excemption clause
520535fc 57%doc AUTHORS COPYING FAQ* LICENSE.* NEWS README FIRST_RUN
86e1d806 58%attr(755,root,root) %{_bindir}/elisa*
9368e971 59%{py_sitescriptdir}/%{name}
86e1d806 60%{py_sitescriptdir}/%{name}*.egg-info
61%{py_sitescriptdir}/%{name}_*.pyc
62%{py_sitescriptdir}/%{name}*.pth
25f5164c 63%{_desktopdir}/%{name}.desktop
520535fc 64%{_desktopdir}/%{name}-mobile.desktop
25f5164c 65%{_pixmapsdir}/%{name}.png
86e1d806 66%{_datadir}/dbus-1/services/com.fluendo.elisa.service
520535fc 67%{_mandir}/man1/%{name}*
This page took 0.069967 seconds and 4 git commands to generate.