From b4d86473a65483c9867ed62d1fd452937404c8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 14 Jun 2011 01:28:39 +0200 Subject: [PATCH] Make removal of BuildArch for EL-5 conditional. --- libev.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libev.spec b/libev.spec index a92eeb2..f1e4f15 100644 --- a/libev.spec +++ b/libev.spec @@ -35,6 +35,9 @@ featureful. And also smaller. Development libraries. %package source Summary: High-performance event loop/event model with lots of features Group: System Environment/Libraries +%if 0%{?fedora} >= 12 || 0%{?rhel} > 5 +BuildArch: noarch +%endif %description source This package contains the source code for libev.