rpms/xeuphoric/devel xeuphoric.spec,1.4,1.5

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Fri Sep 28 13:19:37 UTC 2007


Author: oddsocks

Update of /cvs/pkgs/rpms/xeuphoric/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12963

Modified Files:
	xeuphoric.spec 
Log Message:



Index: xeuphoric.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xeuphoric/devel/xeuphoric.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xeuphoric.spec	26 Aug 2007 15:49:09 -0000	1.4
+++ xeuphoric.spec	28 Sep 2007 13:19:05 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           xeuphoric
 Version:        0.18.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        An X based ORIC emulator
 Group:          Applications/Emulators
 # The ROMs are believed to be public domain
@@ -14,8 +14,8 @@
 BuildRequires:  libXext-devel
 Requires:       %{name}-roms
 Requires:       hicolor-icon-theme
-ExcludeArch:    x86_64 ia64 ppc ppc64
-# excluded due to compilation problems - upstream developer changing RSN (me!) -Paul
+# Known to fail on x86_64, ppc, ppc64, ia64 and alpha
+ExclusiveArch:  %{ix86}
 
 %description
 xeuphoric is an X based ORIC emulator which has full support for sound,
@@ -137,12 +137,16 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %files
@@ -160,11 +164,14 @@
 
 
 %changelog
-* Tue Aug 21 2007 Ian Chapman <packages at amiga-hardware.com> 0.18.2-8
+* Fri Sep 28 2007 Ian Chapman <packages[AT]amiga-hardware.com> 0.18.2-9
+- Changed to exclusivearch %%{ix86}. (BZ #310391)
+
+* Tue Aug 21 2007 Ian Chapman <packages[AT]amiga-hardware.com> 0.18.2-8
 - Release bump for F8 mass rebuild
 - License change due to new guidelines
 
-* Fri Jun 29 2007 Ian Chapman <packages at amiga-hardware.com> 0.18.2-7
+* Fri Jun 29 2007 Ian Chapman <packages[AT]amiga-hardware.com> 0.18.2-7
 - Various cleanups to the SPEC including conforming to new guidelines
 - Fix BZ #245091
 - Additional .desktop files for other emulator models




More information about the fedora-extras-commits mailing list