rpms/Miro/F-7 Miro.spec, NONE, 1.1 dbus.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Scherf (tscherf) fedora-extras-commits at redhat.com
Tue Aug 14 22:55:36 UTC 2007


Author: tscherf

Update of /cvs/extras/rpms/Miro/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13266/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	Miro.spec dbus.patch 
Log Message:
auto-import Miro-0.9.8.1-1.fc7 on branch F-7 from Miro-0.9.8.1-1.fc7.src.rpm
initial upload miro package


--- NEW FILE Miro.spec ---
%{!?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.5

Name:           Miro
Version:        0.9.8.1
Release:        1%{?dist}
Summary:        Miro - Internet TV Player
Group:          Applications/Multimedia
License:        GPL
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 
Requires:	gnome-python2-gconf dbus-python 

%description
Miro is a free application that turns your computer into an
internet TV video player. This release is still a beta version, which means 
that there are some bugs, but we're moving quickly to fix them and will be 
releasing bug fixes on a regular basis.

%prep
%setup -q -n %{name}-%{version}
%patch -p0 

%build
cd platform/gtk-x11 && CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
cd platform/gtk-x11 && %{__python} setup.py install -O1 --skip-build --root %{buildroot}
%find_lang miro

 
%clean
rm -rf %{buildroot}

%post
update-desktop-database %{_datadir}/applications &> /dev/null ||:

%postun
update-desktop-database %{_datadir}/applications &> /dev/null ||:


%files -f platform/gtk-x11/miro.lang
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/miro
%{_datadir}/pixmaps/*
%{_datadir}/applications/*.desktop
%{_mandir}/man1/*
%{_datadir}/mime/packages/*.xml
%{python_sitearch}/miro/
%doc README license.txt CREDITS 


%changelog
* Thu Jul 19 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.8.1-1
- new upstream version and new naming
- fix to solve the python problem

* Fri Jun 22 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.6-2
- new upstream version

* Fri Jun 22 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.6-1
- new upstream version


dbus.patch:

--- NEW FILE dbus.patch ---
--- platform/gtk-x11/onetime.py	2007-07-17 21:32:42.000000000 +0200
+++ platform/gtk-x11/onetime.py.new	2007-07-22 20:16:17.000000000 +0200
@@ -109,7 +109,8 @@
     def __init__(self):
         bus = dbus.SessionBus()
         bus_name = BusNameFlags('org.participatoryculture.dtv.onetime', bus=bus, flags=dbus.dbus_bindings.NAME_FLAG_DO_NOT_QUEUE)
-        dbus.service.Object.__init__(self, bus_name, '/org/participatoryculture/dtv/OneTime')
+        dbus.service.Object.__init__(self, bus_name=bus_name, 
+object_path='/org/participatoryculture/dtv/OneTime')
 
     @dbus.service.method('org.participatoryculture.dtv.OneTimeIface')
     def HandleArgs (self, args):


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/Miro/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Jul 2007 20:54:36 -0000	1.1
+++ .cvsignore	14 Aug 2007 22:55:04 -0000	1.2
@@ -0,0 +1 @@
+Miro-0.9.8.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/Miro/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jul 2007 20:54:36 -0000	1.1
+++ sources	14 Aug 2007 22:55:04 -0000	1.2
@@ -0,0 +1 @@
+a34a96abd67576c640c3c602526b1ca1  Miro-0.9.8.1.tar.gz




More information about the fedora-extras-commits mailing list