rpms/elisa/devel elisa.spec,1.7,1.8

Matthias Saou thias at fedoraproject.org
Tue Oct 14 08:35:11 UTC 2008


Author: thias

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

Modified Files:
	elisa.spec 
Log Message:
Fix base requirement.



Index: elisa.spec
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/elisa.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- elisa.spec	13 Oct 2008 20:18:34 -0000	1.7
+++ elisa.spec	14 Oct 2008 08:34:40 -0000	1.8
@@ -3,7 +3,7 @@
 Summary: Media Center
 Name: elisa
 Version: 0.5.14
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 # Elisa is GPLv3 and plugins are MIT.
 # See the included COPYING file for the details.
 License: GPLv3 and MIT
@@ -18,8 +18,8 @@
 Requires: python-setuptools
 Requires: python-imaging
 Requires: gnome-python2-extras
-# Our split out "common" files used for building the plugins
-Requires: elisa-common = %{version}-%{release}
+# Our split out "base" files used for building the plugins
+Requires: elisa-base = %{version}-%{release}
 # elisa/core/utils/misc.py at least requires this
 Requires: python-twisted-core
 # Plugins. The bad are actually mandatory (they contain the GUI for instance)




More information about the fedora-extras-commits mailing list