rpms/miro/devel miro.spec,1.5,1.6

Michel Alexandre Salim salimma at rpmfusion.org
Sun May 6 04:00:11 CEST 2012


Author: salimma

Update of /cvs/free/rpms/miro/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4479/devel

Modified Files:
	miro.spec 
Log Message:
* Sat May  5 2012 Michel Salim <salimma at fedoraproject.org> - 5.0-2
- Only ship the platform-specific codegen binary



Index: miro.spec
===================================================================
RCS file: /cvs/free/rpms/miro/devel/miro.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- miro.spec	5 May 2012 04:01:53 -0000	1.5
+++ miro.spec	6 May 2012 02:00:11 -0000	1.6
@@ -5,7 +5,7 @@
 
 Name:           miro
 Version:        5.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Internet TV Player
 
 Group:          Applications/Multimedia
@@ -25,6 +25,9 @@
 # submitted: http://bugzilla.pculture.org/show_bug.cgi?id=18018
 Patch2:         miro-4.0.2.1-fix_screensaver_inhibit.patch
 
+# Miro is temporarily using pre-built codegen binaries
+# available only on these two platforms
+ExclusiveArch:  i686 x86_64
 BuildRequires:  python-devel
 BuildRequires:  boost-devel
 BuildRequires:  desktop-file-utils
@@ -134,7 +137,15 @@
 
 
 %files -f linux/miro.lang
-%{_bindir}/*
+%{_bindir}/miro*
+%ifarch x86_64
+%exclude %{_bindir}/codegen.Linux-i686
+%{_bindir}/codegen.Linux-x86_64
+%else
+%{_bindir}/codegen.Linux-i686
+%exclude %{_bindir}/codegen.Linux-x86_64
+%endif
+%{_bindir}/echoprint-codegen
 %exclude %{_datadir}/miro/resources/testdata
 %{_datadir}/miro
 %{_datadir}/icons/hicolor/*/apps/*
@@ -148,6 +159,9 @@
 
 
 %changelog
+* Sat May  5 2012 Michel Salim <salimma at fedoraproject.org> - 5.0-2
+- Only ship the platform-specific codegen binary
+
 * Fri May  4 2012 Michel Salim <salimma at fedoraproject.org> - 5.0-1
 - Update to 5.0
 


More information about the rpmfusion-commits mailing list