SPECS: elisa.spec - require python-gstreamer recent enough, so it'...
qboosh
qboosh at pld-linux.org
Sun Feb 17 22:32:55 CET 2008
Author: qboosh Date: Sun Feb 17 21:32:55 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- require python-gstreamer recent enough, so it's still noarch
- R: python-gobject (probably more python deps needed...)
- GPL v3
---- Files affected:
SPECS:
elisa.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/elisa.spec
diff -u SPECS/elisa.spec:1.10 SPECS/elisa.spec:1.11
--- SPECS/elisa.spec:1.10 Sun Feb 17 20:04:11 2008
+++ SPECS/elisa.spec Sun Feb 17 22:32:50 2008
@@ -4,14 +4,18 @@
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)
@@ -44,9 +48,9 @@
%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
@@ -56,6 +60,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2008-02-17 21:32:50 qboosh
+- require python-gstreamer recent enough, so it's still noarch
+- R: python-gobject (probably more python deps needed...)
+- GPL v3
+
Revision 1.10 2008-02-17 19:04:11 luzik
- updated to 0.3.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/elisa.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list