rpms/elisa/devel .cvsignore, 1.8, 1.9 elisa.spec, 1.11, 1.12 sources, 1.8, 1.9

Matthias Saou thias at fedoraproject.org
Mon Dec 1 18:12:25 UTC 2008


Author: thias

Update of /cvs/extras/rpms/elisa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8455

Modified Files:
	.cvsignore elisa.spec sources 
Log Message:
Update to 0.5.20, still not building because of missing deps, though.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	27 Oct 2008 19:21:10 -0000	1.8
+++ .cvsignore	1 Dec 2008 18:11:55 -0000	1.9
@@ -1 +1 @@
-elisa-0.5.16.tar.gz
+elisa-0.5.20.tar.gz


Index: elisa.spec
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/elisa.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- elisa.spec	29 Nov 2008 16:36:52 -0000	1.11
+++ elisa.spec	1 Dec 2008 18:11:55 -0000	1.12
@@ -2,31 +2,23 @@
 
 Summary: Media Center
 Name: elisa
-Version: 0.5.17
-Release: 3%{?dist}
-# Elisa is GPLv3 and plugins are MIT.
+Version: 0.5.20
+Release: 1%{?dist}
+# The base of Elisa is GPLv3, some plugins are MIT but are in other packages.
 # See the included COPYING file for the details.
-License: GPLv3 and MIT
+License: GPLv3
 Group: Applications/Multimedia
 URL: http://elisa.fluendo.com/
 Source0: http://elisa.fluendo.com/static/download/elisa/elisa-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-# Mandatory
-Requires: python-setuptools
-Requires: python-imaging
-Requires: gnome-python2-extras
-# Our split out "base" files used for building the plugins
+# Our "base" files for building the plugins where the main requirements are
 Requires: elisa-base = %{version}-%{release}
-# elisa/core/utils/misc.py at least requires this
-Requires: python-twisted-core
-# elisa/core/applition.py at least requires this (as of 0.5.17)
-Requires: python-twisted-web
 # Plugins. The bad are actually mandatory (they contain the GUI for instance)
 Requires: elisa-plugins-good = %{version}
 Requires: elisa-plugins-bad = %{version}
 # For the "official" default font ("MgOpen Cosmetica")
 Requires: mgopen-fonts
-# For the "build" itself, most of the above aren't required
+# For the "build" itself, most of the above aren't required, just these
 BuildRequires: python-devel
 BuildRequires: python-twisted-core
 BuildRequires: python-setuptools-devel
@@ -45,6 +37,8 @@
 Requires: gnome-python2-extras
 # elisa/core/utils/misc.py at least requires this
 Requires: python-twisted-core
+# elisa/core/applition.py at least requires this (as of 0.5.17, still 0.5.18)
+Requires: python-twisted-web
 # We used to have a "common" package providing the "devel"
 # Then we used to have a "devel" package... but now we just BR "base"
 Obsoletes: elisa-common < 0.5.9
@@ -80,9 +74,8 @@
 
 %files
 %defattr(-,root,root,-)
+%doc AUTHORS FAQ FIRST_RUN NEWS README docs/*.txt
 %{_bindir}/elisa
-# Doesn't work (as of 0.5.2), and not sure what it's used for anyway
-%exclude %{_bindir}/elisa-get
 %{_datadir}/applications/elisa.desktop
 %exclude %{_datadir}/applications/elisa-mobile.desktop
 %{_datadir}/dbus-1/services/com.fluendo.elisa.service
@@ -92,16 +85,21 @@
 
 %files base
 %defattr(-,root,root,-)
-%doc COPYING FAQ* LICENSE* NEWS RELEASE
+%doc COPYING LICENSE*
 %{python_sitelib}/elisa/
 %{python_sitelib}/elisa-*.egg-info/
 %{python_sitelib}/elisa-*-nspkg.pth
-%{python_sitelib}/elisa_generic_setup.py*
 
 
 %changelog
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.5.17-3
-- Rebuild for Python 2.6
+* Mon Dec  1 2008 Matthias Saou <http://freshrpms.net/> 0.5.20-1
+- Update to 0.5.20.
+
+* Mon Nov 24 2008 Matthias Saou <http://freshrpms.net/> 0.5.19-1
+- Update to 0.5.19.
+
+* Mon Nov 17 2008 Matthias Saou <http://freshrpms.net/> 0.5.18-1
+- Update to 0.5.18.
 
 * Sun Nov  9 2008 Matthias Saou <http://freshrpms.net/> 0.5.17-2
 - Add (now) missing python-twisted-web requirement.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	27 Oct 2008 19:21:10 -0000	1.8
+++ sources	1 Dec 2008 18:11:55 -0000	1.9
@@ -1 +1 @@
-1ab90d7596bdffb13be3051e9ae997b9  elisa-0.5.16.tar.gz
+440d1fbebe862c08b2e9db8b6a1da61d  elisa-0.5.20.tar.gz




More information about the fedora-extras-commits mailing list