rpms/Miro/devel Miro.spec,1.1,1.2

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Fri Oct 26 08:02:59 UTC 2007


Author: alexlan

Update of /cvs/extras/rpms/Miro/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19420

Modified Files:
	Miro.spec 
Log Message:
* Fri Oct 26 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.9.8.1-8
- Replace Requires and BuildRequires for firefox with gecko to
  smooth eventual xulrunner transition

* Thu Oct 25 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.9.8.1-7
- Rebuild for new Firefox (2.0.0.8)
- License: GPLv2+ to conform with Fedora licensing guidelines



Index: Miro.spec
===================================================================
RCS file: /cvs/extras/rpms/Miro/devel/Miro.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Miro.spec	20 Sep 2007 19:14:43 -0000	1.1
+++ Miro.spec	26 Oct 2007 08:02:24 -0000	1.2
@@ -1,22 +1,23 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%define firefoxver 2.0.0.6
+%define gecko_ver 1.8.1.8 
 
 Name:           Miro
 Version:        0.9.8.1
-Release:        6%{?dist}
+Release:        8%{?dist}
 Summary:        Miro - Internet TV Player
 Group:          Applications/Multimedia
-License:        GPL
+License:        GPLv2+
 URL:            http://www.getmiro.com/
 Source0:	http://ftp.osuosl.org/pub/pculture.org/miro/src/%{name}-%{version}.tar.gz
 Patch0:		dbus.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel xine-lib-devel Pyrex 
 BuildRequires:  boost-devel qt-devel pygtk2-devel libXcursor-devel
-BuildRequires:  firefox-devel = %{firefoxver} gettext libXfixes-devel gtk2-devel
-Requires:	firefox = %{firefoxver} xine-lib gnome-python2-gtkmozembed 
+BuildRequires:  gecko-devel = %{gecko_ver} gettext libXfixes-devel gtk2-devel
+
+Requires:	gecko-libs = %{gecko_ver} xine-lib gnome-python2-gtkmozembed 
 Requires:	gnome-python2-gconf dbus-python 
 Obsoletes:	Democracy
 
@@ -64,6 +65,14 @@
 
 
 %changelog
+* Fri Oct 26 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.9.8.1-8
+- Replace Requires and BuildRequires for firefox with gecko to 
+  smooth eventual xulrunner transition 
+
+* Thu Oct 25 2007 Alex Lancaster <alexl at users.sourceforge.net> 0.9.8.1-7
+- Rebuild for new Firefox (2.0.0.8)
+- License: GPLv2+ to conform with Fedora licensing guidelines
+
 * Thu Sep 20 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.8.1-3
 - new Firefox dep
 




More information about the scm-commits mailing list