Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37864999
en ru br
ALT Linux repos
S:3.5.1-alt6

Group :: System/Servers
RPM: foreman

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: asciidoctor-doc.patch
Download


--- a/Rakefile.dist	2022-09-16 09:07:15.404000000 +0000
+++ b/Rakefile.dist	2022-09-16 09:07:25.762000000 +0000
@@ -21,18 +21,18 @@ file BUILDDIR do
 end
 
 file "#{BUILDDIR}/foreman-rake.8.gz" => "man/foreman-rake.8.asciidoc" do |t|
-  sh "a2x -d manpage -f manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
-  sh "gzip -f9 #{BUILDDIR}/foreman-rake.8"
+  sh "asciidoctor -d manpage -b manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
+  sh "gzip -b9 #{BUILDDIR}/foreman-rake.8"
 end
 
 file "#{BUILDDIR}/foreman-debug.8.gz" => "man/foreman-debug.8.asciidoc" do |t|
-  sh "a2x -d manpage -f manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
-  sh "gzip -f9 #{BUILDDIR}/foreman-debug.8"
+  sh "asciidoctor -d manpage -b manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
+  sh "gzip -b9 #{BUILDDIR}/foreman-debug.8"
 end
 
 file "#{BUILDDIR}/foreman-tail.8.gz" => "man/foreman-tail.8.asciidoc" do |t|
-  sh "a2x -d manpage -f manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
-  sh "gzip -f9 #{BUILDDIR}/foreman-tail.8"
+  sh "asciidoctor -d manpage -b manpage -D #{BUILDDIR}/ #{t.prerequisites[0]}"
+  sh "gzip -b9 #{BUILDDIR}/foreman-tail.8"
 end
 
 task :build => [
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin