]> git.pld-linux.org Git - packages/elisa.git/blobdiff - elisa.spec
- no-source-files patch added (thx to morr <shinden_at-linux.pl> )
[packages/elisa.git] / elisa.spec
index dfd68ad131292342c216c500984f34714dd16457..f786ac6e4a9b7c8e2021222ec290cc8f3c8a1b2f 100644 (file)
@@ -7,13 +7,17 @@ License:      GPL v3
 Group:         Applications/Multimedia
 Source0:       http://elisa.fluendo.com/static/download/elisa/%{name}-%{version}.tar.gz
 # Source0-md5: 313ef3f1d769229c71faa646f189ed9e
+Patch0:                %{name}-no-source-files.patch
 URL:           http://www.fluendo.com/elisa/
 BuildRequires: python-TwistedCore
 BuildRequires: python-gstreamer >= 0.10.9
 BuildRequires: python-setuptools
+Requires:      elisa-plugins-good
+Requires:      elisa-plugins-bad
 Requires:      pigment >= 0.1.5
 Requires:      python-TwistedCore
-Requires:      python-gobject
+Requires:      python-TwistedWeb
+Requires:      python-pygobject
 Requires:      python-gstreamer >= 0.10.9
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,6 +32,7 @@ multimedialnego o otwartych źródłach.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 python setup.py build
@@ -37,6 +42,7 @@ rm -rf $RPM_BUILD_ROOT
 
 python setup.py install \
        --root=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/plugins
 
 %py_postclean
 
This page took 0.065662 seconds and 4 git commands to generate.