Author: glen Date: Sun Oct 17 17:36:35 2010 GMT Module: packages Tag: HEAD ---- Log message: - latest 1.0.9 (2.x is mono based and not yet available for linux)
---- Files affected: packages/moovida: moovida.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/moovida/moovida.spec diff -u packages/moovida/moovida.spec:1.2 packages/moovida/moovida.spec:1.3 --- packages/moovida/moovida.spec:1.2 Thu Oct 15 00:43:47 2009 +++ packages/moovida/moovida.spec Sun Oct 17 19:36:30 2010 @@ -3,12 +3,12 @@ Summary: Media center Summary(pl.UTF-8): Centrum multimedialne Name: moovida -Version: 1.0.7 -Release: 2 +Version: 1.0.9 +Release: 0.1 License: GPL v3 Group: Applications/Multimedia Source0: http://www.moovida.com/media/public/%{name}-%{version}.tar.gz -# Source0-md5: 976c548c5c46bd217117be73e21c3374 +# Source0-md5: 70372113d3426cd3d55d50aab9c042ef URL: http://www.moovida.com/ BuildRequires: python-TwistedCore >= 8.0.0 BuildRequires: python-gstreamer >= 0.10.9 @@ -21,50 +21,50 @@ Requires: python-TwistedCore-ssl >= 8.0.0 Requires: python-TwistedWeb >= 8.0.0 Requires: python-TwistedWeb2 >= 8.0.0 -Requires: python-pycairo Requires: python-cssutils >= 0.9.5.1 #Requires: python-encutils #Requires: python-gstreamer >= 0.10.9 -Requires: python-pygtk-gtk >= 2.0 Requires: python-pigment >= 0.3.12 +Requires: python-pycairo #Requires: python-pygobject +Requires: python-pygtk-gtk >= 2.0 #Requires: python-pymetar Requires: python-setuptools Requires: python-simplejson Requires: python-sqlite +Suggests: gstreamer-ffmpeg Suggests: gstreamer-plugins-bad Suggests: gstreamer-plugins-ugly -Suggests: gstreamer-ffmpeg -Suggests: moovida-plugins-good Suggests: moovida-plugins-bad +Suggests: moovida-plugins-good Suggests: moovida-plugins-ugly Suggests: python-coherence -Suggests: python-gpod Suggests: python-dbus +Suggests: python-gpod Suggests: python-xdg Suggests: xdg-user-dirs +Obsoletes: elisa BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Elisa is a project to create an open source cross platform media -center solution. +Moovida (formerly Elisa) is a project to create an open source cross +platform media center solution. %description -l pl.UTF-8 -Elisa jest projektem stworzenia wieloplatformowego centrum -multimedialnego o otwartych źródłach. +Moovida (formerly Elisa) jest projektem stworzenia wieloplatformowego +centrum multimedialnego o otwartych źródłach. %prep %setup -q -n %{module_name}-%{version} %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/plugins - -python setup.py install \ +%{__python} setup.py install \ --root=$RPM_BUILD_ROOT #py_postclean @@ -72,14 +72,9 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -%banner %{name} -e << EOF -In order to have Moovida user interface, install moovida-plugins-bad. -EOF - %files %defattr(644,root,root,755) -# COPYING contains just some notes, LICENSE.GPL includes excemption clause +# COPYING contains just some notes, LICENSE.GPL includes excemption clause %doc AUTHORS COPYING FAQ* LICENSE.* NEWS README FIRST_RUN %attr(755,root,root) %{_bindir}/%{module_name}* %{py_sitescriptdir}/%{module_name} @@ -98,10 +93,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2010/10/17 17:36:30 glen +- latest 1.0.9 (2.x is mono based and not yet available for linux) + Revision 1.2 2009/10/14 22:43:47 emes - added message that recommends installation of GUI plugins - rel 2 Revision 1.1 2009/10/13 23:39:05 emes - new SPEC file after project name change s/Elisa/Moovida/, starting with 1.0.7 - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/moovida/moovida.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
