jreznik pushed to arts (epel7). "add workaround for rpm bug on s390x"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:07:11 UTC 2015


>From fe89e4d75ded2df61467c064b66bcc40fe4bdc93 Mon Sep 17 00:00:00 2001
From: Than Ngo <than at fedoraproject.org>
Date: Mon, 13 Dec 2004 21:39:15 +0000
Subject: add workaround for rpm bug on s390x


diff --git a/arts.spec b/arts.spec
index eea6f0b..dc8ae64 100644
--- a/arts.spec
+++ b/arts.spec
@@ -125,6 +125,11 @@ export DESTDIR=$RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 chmod a+x $RPM_BUILD_ROOT%{_libdir}/*
 
+# work around for rpm bug on s390x
+%ifarch s390x
+strip $RPM_BUILD_ROOT%{_bindir}/mcopidl
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arts.git/commit/?h=epel7&id=fe89e4d75ded2df61467c064b66bcc40fe4bdc93


More information about the scm-commits mailing list