summaryrefslogtreecommitdiffstats
path: root/rubygem-actionpack.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2011-07-07 10:02:25 +0200
committerVít Ondruch <vondruch@redhat.com>2011-07-07 10:02:25 +0200
commit0b53e2ac04572f38486c0ca210ef843f1f8abb35 (patch)
treedb15bf0a6180cd85135673ab63ce11819462010d /rubygem-actionpack.spec
parentffe9fad1d5f35cf7d74fca361dad49df5c0ad5e5 (diff)
downloadrubygem-actionpack-0b53e2ac04572f38486c0ca210ef843f1f8abb35.tar.gz
rubygem-actionpack-0b53e2ac04572f38486c0ca210ef843f1f8abb35.tar.xz
rubygem-actionpack-0b53e2ac04572f38486c0ca210ef843f1f8abb35.zip
Fix rack-test dependencies.
Diffstat (limited to 'rubygem-actionpack.spec')
-rw-r--r--rubygem-actionpack.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index 0e709ae..9d9e174 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -37,6 +37,8 @@ Patch1: actionpack-rakefile-fix.patch
# dependency on a file in the greater rails proj
Patch2: actionpack-tests-fix.patch
+Patch3: actionpack-downgrade-dependencies.patch
+
Requires: rubygems
Requires: rubygem(activesupport) = %{version}
Requires: rubygem(activemodel) = %{version}
@@ -102,6 +104,10 @@ popd
popd
+pushd .%{gemdir}
+%patch3 -p0
+popd
+
# Remove backup files
# No! these are needed for rake test
# find ./%{geminstdir} -type f -name "*~" -delete