]> git.pld-linux.org Git - packages/elisa.git/commitdiff
- require python-gstreamer recent enough, so it's still noarch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Feb 2008 21:32:50 +0000 (21:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- R: python-gobject (probably more python deps needed...)
- GPL v3

Changed files:
    elisa.spec -> 1.11

elisa.spec

index 0a316049a6704f7d19dfba7c4137d838303b96a4..146d984ac74f8643cc728346078380d42e89cad7 100644 (file)
@@ -3,14 +3,18 @@ Summary(pl.UTF-8):    Centrum multimedialne
 Name:          elisa
 Version:       0.3.3
 Release:       0.1
-License:       GPL
-Group:         Applications
+License:       GPL v3
+Group:         Applications/Multimedia
 Source0:       http://elisa.fluendo.com/static/download/elisa/%{name}-%{version}.tar.gz
 # Source0-md5: 44397c8c0c70fcf3eabae5bad9fd514d
 URL:           http://www.fluendo.com/elisa/
-BuildRequires: python-setuptools
 BuildRequires: python-TwistedCore
+BuildRequires: python-gstreamer >= 0.10.9
+BuildRequires: python-setuptools
 Requires:      pigment >= 0.1.5
+Requires:      python-TwistedCore
+Requires:      python-gobject
+Requires:      python-gstreamer >= 0.10.9
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,8 +47,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 # COPYING contains just some notes, LICENSE.GPL includes excemption clause 
 %doc AUTHORS COPYING ChangeLog FAQ* LICENSE.* NEWS README FIRST_RUN
-%attr(755,root,root) %{_bindir}/*
-%{py_sitedir}/%{name}
-%{py_sitedir}/%{name}-%{version}*
+%attr(755,root,root) %{_bindir}/elisa
+%{py_sitescriptdir}/%{name}
+%{py_sitescriptdir}/%{name}-%{version}-*.egg-info
 %{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/%{name}.png
This page took 0.115371 seconds and 4 git commands to generate.