rpms/Miro/F-12 .cvsignore, 1.21, 1.22 Miro.spec, 1.69, 1.70 sources, 1.21, 1.22 Miro-2.5.2-fhs.patch, 1.1, NONE

Michel Alexandre Salim salimma at fedoraproject.org
Wed May 5 20:05:17 UTC 2010


Author: salimma

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

Modified Files:
	.cvsignore Miro.spec sources 
Removed Files:
	Miro-2.5.2-fhs.patch 
Log Message:
Miro 3.0 for F-12



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Miro/F-12/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	17 Dec 2009 23:49:31 -0000	1.21
+++ .cvsignore	5 May 2010 20:05:16 -0000	1.22
@@ -1 +1 @@
-miro-2.5.4.tar.gz
+miro-3.0.tar.gz


Index: Miro.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Miro/F-12/Miro.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- Miro.spec	30 Mar 2010 13:13:29 -0000	1.69
+++ Miro.spec	5 May 2010 20:05:17 -0000	1.70
@@ -4,24 +4,22 @@
 %define gecko_ver 1.9.1.9
 
 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,24 +100,35 @@ update-desktop-database %{_datadir}/appl
 
 
 %changelog
-* Tue Mar 30 2010 Jan Horak <jhorak at redhat.com> - 2.5.4-3
+* 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
 
-* Thu Feb 18 2010 Jan Horak <jhorak at redhat.com> - 2.5.4-2
+* Tue Mar 23 2010 Jan Horak <jhorak at redhat.com> - 2.5.4-3
 - Rebuild against newer gecko
 
+* Fri Jan 22 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 2.5.4-2
+- Rebuild for Boost soname bump
+
 * Thu Dec 17 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.5.4-1
 - Update to upstream 2.5.4.
 - Hopefully fixes a whole slew of crashes (#540301, #540535, #540543)
   (#544047, #545681, #546141, #528036, #540207, #544889, #547062)
-- Tarball renamed Miro -> miro
 
-* Wed Dec 16 2009 Jan Horak <jhorak at redhat.com> - 2.5.2-7
-- Rebuild against newer gecko
+* Wed Nov 25 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.5.3-3
+- Update to new gecko-libs
 
-* Thu Nov 05 2009 Jan Horak <jhorak at redhat.com> - 2.5.2-6
+* Thu Nov 05 2009 Jan Horak <jhorak at redhat.com> - 2.5.3-2
 - Rebuild against newer gecko
 
+* Wed Oct 28 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.5.3-1
+- Update to 2.5.3
+- Tarball renamed: Miro -> miro
+
 * Tue Oct 27 2009 Jan Horak <jhorak at redhat.com> - 2.5.2-5
 - Rebuild against newer gecko
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Miro/F-12/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	17 Dec 2009 23:49:31 -0000	1.21
+++ sources	5 May 2010 20:05:17 -0000	1.22
@@ -1 +1 @@
-d0ae2bf0463201c6b6dc7367f1fa8b3c  miro-2.5.4.tar.gz
+a4be9c739e750644b85d7e54b3c08579  miro-3.0.tar.gz


--- Miro-2.5.2-fhs.patch DELETED ---



More information about the scm-commits mailing list