summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2009-12-28 01:48:06 +0100
committerJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2009-12-28 01:48:06 +0100
commite052833c52e33f9e41c26bcab27bc63f85337c94 (patch)
treec7a106ee3a0ca8dbcb60ddb2a0ee7c08b14bbe25
parentc26f791f7ebf0d9d88513782dd35f2cd4d2604eb (diff)
downloadruby-specs-e052833c52e33f9e41c26bcab27bc63f85337c94.tar.gz
ruby-specs-e052833c52e33f9e41c26bcab27bc63f85337c94.tar.xz
ruby-specs-e052833c52e33f9e41c26bcab27bc63f85337c94.zip
ruby-1.9.1-376-10
-rw-r--r--ruby-1.9.1.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby-1.9.1.spec b/ruby-1.9.1.spec
index 7a8a93a..a584d63 100644
--- a/ruby-1.9.1.spec
+++ b/ruby-1.9.1.spec
@@ -70,6 +70,9 @@ Patch1: ruby-1.9.1-p243-always-use-i386.patch
Patch2: ruby-1.9.1-p243-mmt-searchpath.patch
Patch3: ruby-1.9.1-p243-mmt-searchpath-2.patch
+# EPEL patches
+Patch100: ruby-1.9.1-p376-epel-test.patch
+
Summary: An interpreter of object-oriented scripting language
Group: Development/Languages
Requires: %{name}-libs = %{version}-%{release}
@@ -199,6 +202,9 @@ Tcl/Tk interface for the object-oriented scripting language Ruby.
# Again these two patches belong together
%patch2 -p1
%patch3 -p1
+%if 0%{?rhel} > 0
+%patch100 -p1
+%endif
%build
for i in config.sub config.guess; do