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

Thorsten Scherf (tscherf) fedora-extras-commits at redhat.com
Thu Sep 20 19:14:46 UTC 2007


Author: tscherf

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

Added Files:
	Miro.spec 
Log Message:
new devel version


--- 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.6

Name:           Miro
Version:        0.9.8.1
Release:        6%{?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 
Obsoletes:	Democracy

%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 Sep 20 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.8.1-3
- new Firefox dep

* Wed Aug 15 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.8.1-2
- made Democracy obsolte with this release

* Tue Aug 14 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.8.1-1
- new upstream version and new naming
- fix to solve the python/dbus 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





More information about the fedora-extras-commits mailing list