[erlang-basho_stats] Disable fix for mysterious ppc-related issue (can't reproduce in Koji)

Peter Lemenkov peter at fedoraproject.org
Thu Aug 1 11:08:47 UTC 2013


commit 63c61999936e36378d5edb433d9d7f32e94f91ff
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Thu Aug 1 14:27:04 2013 +0400

    Disable fix for mysterious ppc-related issue (can't reproduce in Koji)
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 erlang-basho_stats.spec |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/erlang-basho_stats.spec b/erlang-basho_stats.spec
index be7d5b2..4c01a81 100644
--- a/erlang-basho_stats.spec
+++ b/erlang-basho_stats.spec
@@ -1,5 +1,11 @@
 %global realname basho_stats
 %global upstream basho
+#
+# This package contains only arch-independent data but install it into
+# arch-dependent directory thus making this package arch-dependent. In order to
+# suppress empty *-debuginfo generation we have to explicitly order
+# debuginfo-generator to skip trying to build *-debuiginfo for that package.
+#
 %global debug_package %{nil}
 %global git_tag 19c532a
 %global patchnumber 0
@@ -7,11 +13,12 @@
 
 Name:		erlang-%{realname}
 Version:	1.0.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Basic Erlang statistics library
 Group:		Development/Languages
 License:	ASL 2.0
 URL:		https://github.com/basho/basho_stats
+VCS:		https://github.com/basho/basho_stats.git
 # wget --content-disposition https://github.com/basho/basho_stats/tarball/1.0.3
 Source0:	%{upstream}-%{realname}-%{version}-%{patchnumber}-g%{git_tag}.tar.gz
 # Fix for PowerPC (and probably for other BigEndian arches) FPU
@@ -29,9 +36,9 @@ Basic Erlang statistics library.
 
 %prep
 %setup -q -n %{upstream}-%{realname}-65e2373
-%ifarch ppc %{power64}
-%patch1 -p1 -b .bigendian
-%endif
+#ifarch ppc %{power64}
+#patch1 -p1 -b .bigendian
+#endif
 
 
 %build
@@ -46,7 +53,7 @@ install -p -m 644 include/*.hrl $RPM_BUILD_ROOT%{_libdir}/erlang/lib/%{realname}
 
 
 %check
-rebar eunit -v
+rebar eunit skip_deps=true -v
 
 
 %files
@@ -59,6 +66,9 @@ rebar eunit -v
 
 
 %changelog
+* Thu Aug 01 2013 Peter Lemenkov <lemenkov at gmail.com> - 1.0.3-2
+- Disable fix for mysterious ppc-related issue (can't reproduce in Koji)
+
 * Sun Mar 10 2013 Peter Lemenkov <lemenkov at gmail.com> - 1.0.3-1
 - Ver. 1.0.3 (just a version bump - no more changes)
 


More information about the scm-commits mailing list