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