[mikmod/f13/master] arm needs the same floor symbol fix as s390(x)

Dennis Gilmore ausil at fedoraproject.org
Fri Mar 11 05:09:08 UTC 2011


commit 4d4b200c0a9882a6a5a9f04b6f8b8b1332908125
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Mar 10 23:08:51 2011 -0600

    arm needs the same floor symbol fix as s390(x)

 mikmod.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mikmod.spec b/mikmod.spec
index dc390af..c6a6e02 100644
--- a/mikmod.spec
+++ b/mikmod.spec
@@ -1,7 +1,7 @@
 Summary: Music module player
 Name: mikmod
 Version: 3.2.2
-Release: 16.beta1%{?dist}
+Release: 17.beta1%{?dist}
 License: GPLv2 and LGPLv2+
 Group: Applications/Multimedia
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,7 +31,7 @@ Install the mikmod package if you need a MOD music file player.
 
 
 %build
-%ifarch s390 s390x
+%ifarch s390 s390x %{arm}
 export LIBS="-lm"
 %endif
 %configure
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 11 2011 Dennis Gilmore <dennis at ausil.us> - 3.2.2-17.beta1
+- arm needs the same floor symbol fix as s390(x)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.2-16.beta1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list