summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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