rpms/Miro/F-13 .cvsignore, 1.22, 1.23 Miro.spec, 1.70, 1.71 sources, 1.22, 1.23

Michel Alexandre Salim salimma at fedoraproject.org
Fri Apr 9 22:31:32 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/Miro/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5375/F-13

Modified Files:
	.cvsignore Miro.spec sources 
Log Message:
* Fri Apr  9 2010 Michel Salim <salimma at fedoraproject.org> - 3.0-1
- Update to 3.0
- Use mimeinfo and icon cache scriptlets
- Drop unneeded dependencies



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Miro/F-13/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	17 Dec 2009 23:41:15 -0000	1.22
+++ .cvsignore	9 Apr 2010 22:31:31 -0000	1.23
@@ -1 +1 @@
-miro-2.5.4.tar.gz
+miro-3.0.tar.gz


Index: Miro.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Miro/F-13/Miro.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- Miro.spec	23 Mar 2010 13:28:42 -0000	1.70
+++ Miro.spec	9 Apr 2010 22:31:31 -0000	1.71
@@ -1,27 +1,25 @@
 %{!?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 gecko_ver 1.9.2.2
+%define gecko_ver 1.9.2.3
 
 Name:           Miro
-Version:        2.5.4
-Release:        3%{?dist}
+Version:        3.0
+Release:        1%{?dist}
 Summary:        Miro - Internet TV Player
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://www.getmiro.com/
 Source0:        http://ftp.osuosl.org/pub/pculture.org/miro/src/miro-%{version}.tar.gz
-Patch0:         %{name}-2.5.2-fhs.patch
-Patch1:         %{name}-2.0-videodir.patch
+Patch0:         %{name}-2.0-videodir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel xine-lib-devel Pyrex 
-BuildRequires:  boost-devel pygtk2-devel libXv-devel openssl-devel
-BuildRequires:  gecko-devel-unstable = %{gecko_ver} gettext gtk2-devel
-%if 0%{?fedora} >= 11
-BuildRequires:  rb_libtorrent-devel rb_libtorrent-python
-%endif
+BuildRequires:  python-devel Pyrex pygtk2-devel
+BuildRequires:  gecko-devel-unstable = %{gecko_ver} gettext
+#if 0%{?fedora} >= 11
+#BuildRequires:  rb_libtorrent-devel rb_libtorrent-python
+#endif
 
 Requires:       gecko-libs = %{gecko_ver} 
 Requires:       gnome-python2-gtkmozembed 
@@ -46,7 +44,6 @@ releasing bug fixes on a regular basis.
 # Otherwise, the unpatched files get re-added into Miro
 # (and '.' breaks Python imports)
 %patch0 -p1
-%patch1 -p1
 
 
 %build
@@ -69,16 +66,25 @@ cd platform/gtk-x11 && \
 rm -rf %{buildroot}
 
 %post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 update-desktop-database %{_datadir}/applications &> /dev/null ||:
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %postun
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
 update-desktop-database %{_datadir}/applications &> /dev/null ||:
+update-mime-database %{_datadir}/mime &> /dev/null || :
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files -f platform/gtk-x11/miro.lang
 %defattr(-,root,root,-)
 %{_bindir}/*
-%{_libexecdir}/xine_extractor
 %exclude %{_datadir}/miro/resources/testdata
 %{_datadir}/miro
 %{_datadir}/icons/hicolor/*/apps/*
@@ -94,6 +100,14 @@ update-desktop-database %{_datadir}/appl
 
 
 %changelog
+* Fri Apr  9 2010 Michel Salim <salimma at fedoraproject.org> - 3.0-1
+- Update to 3.0
+- Use mimeinfo and icon cache scriptlets
+- Drop unneeded dependencies
+
+* Sat Apr 03 2010 Caolán McNamara <caolanm at redhat.com> - 2.5.4-4
+- Rebuild against newer gecko
+
 * Tue Mar 23 2010 Jan Horak <jhorak at redhat.com> - 2.5.4-3
 - Rebuild against newer gecko
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Miro/F-13/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- sources	17 Dec 2009 23:41:16 -0000	1.22
+++ sources	9 Apr 2010 22:31:32 -0000	1.23
@@ -1 +1 @@
-d0ae2bf0463201c6b6dc7367f1fa8b3c  miro-2.5.4.tar.gz
+a4be9c739e750644b85d7e54b3c08579  miro-3.0.tar.gz



More information about the scm-commits mailing list