From: František Dvořák Date: Mon, 30 Jun 2014 08:05:29 +0000 (+0200) Subject: Sed workaround not needed (let's only correct one incompatibility with older asciidoc). X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0ddd9595a4f94fe05fb648a746765ecdc9e0d1e7;p=rubygem-passenger-packaging.git Sed workaround not needed (let's only correct one incompatibility with older asciidoc). --- 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