https://bugzilla.redhat.com/show_bug.cgi?id=1678233



--- Comment #4 from Miroslav Suchý <msu...@redhat.com> ---
Whoa, you are fast! :

>Would you envision anything more that the relevant parts from 
>https://github.com/swidtags/rpm2swidtag/blob/master/README.md? 

Yes.

> What is the recommended way of producing man pages from Markdown, for rpms?

Personally, I use:

BuildRequires: asciidoc
BuildRequires: libxslt

%build
a2x -d manpage -f manpage foo.8.asciidoc

%install
install -m644 foo.8 %{buildroot}/%{_mandir}/man8/

You can see an example here:
https://github.com/xsuchy/fedora-upgrade
The syntax of AsciiDoc:
https://powerman.name/doc/asciidoc


> Not sure if it's better to add the dependency on just add my ownership on 
> that file (or move the swidq.conf to something like /etc/swidq/ altogether).

Personally, I would add the dependency. But all other solutions you mentioned
are fine too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to