From 0ddd9595a4f94fe05fb648a746765ecdc9e0d1e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 30 Jun 2014 10:05:29 +0200 Subject: [PATCH] Sed workaround not needed (let's only correct one incompatibility with older asciidoc). --- rubygem-passenger.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/rubygem-passenger.spec b/rubygem-passenger.spec index fb99993..40b0b87 100644 --- a/rubygem-passenger.spec +++ b/rubygem-passenger.spec @@ -217,13 +217,8 @@ for script in `find . -type f ! -perm /a+x -name "*.rb"`; do [ ! -z "`head -n 1 $script | grep \"^#!/\"`" ] && chmod -v 755 $script done -# Preprocess mizuho text files for older tools: -# - incompatibility of nokogiri with asciidoc in EPEL 6 -# - too old asciidoc -sed -i \ - -e 's/\s*=\+$//' \ - -e 's/^\[quote, \(.*\)\]/\1:/' \ - doc/*.txt +# Preprocess mizuho text files for oder asciidoc +sed -i 's/^\[quote, \(.*\)\]/\1:/' doc/*.txt %build -- 1.8.2.3