Sed workaround not needed (let's only correct one incompatibility with older asciidoc).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 30 Jun 2014 08:05:29 +0000 (10:05 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 30 Jun 2014 08:05:29 +0000 (10:05 +0200)
rubygem-passenger.spec

index fb99993..40b0b87 100644 (file)
@@ -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