PR: https://github.com/asciidoc/asciidoc-py3/pull/5
Commits:
6469317 Remove unnecessary decode in a2x (Matthew Peveler)
684913e Fix decoding of file that specifies encoding in header tag in a2x (Matthew Peveler)
8369a97 re-add --nonet option (Matthew Peveler)
These changes fix failures in building cgit's documentation (and
hopefully other similar decoding failures).
With 8.6.8 these files were installed without the .txt suffix. That is
no longer true in 8.6.10. Leave them in %_pkgdocdir. This leaves only
INSTALL.txt to clean up.
Using a pattern to match the source tar.gz files prevents fedpkg upload
from needlessly appending each new source file to .gitignore.
Also ignore *.rpm, the results dir from mockbuild, and expanded source
directories.
The remaining errors are:
asciidoc.noarch: E: executable-marked-as-config-file /etc/asciidoc/filters/code/code-filter.py
asciidoc.noarch: E: executable-marked-as-config-file /etc/asciidoc/filters/graphviz/graphviz2png.py
asciidoc.noarch: E: incorrect-fsf-address /usr/share/doc/asciidoc/COPYING
asciidoc.noarch: E: incorrect-fsf-address /usr/share/doc/asciidoc/COPYRIGHT
The executable-marked-as-config-file errors are painful to fix without
listing the contents of /etc/asciidoc/ manually or restructuring the
install layout. This is left as a future endeavor.
The incorrect-fsf-address errors will need to be addressed upstream.
- Move things around make docs dir actually working
- Add proper requires on vim-filesystem
- Run testsuite
- Split music and latex support to subpackages
- Use 'unsafe' mode by default (bug 506953)
- Install filter scripts in %{_datadir}/asciidoc
- Convert spec file, CHANGELOG, and README to utf-8
- Preserve timestamps on installed files, where feasible
- s/$RPM_BUILD_ROOT/%{buildroot} and drop duplicated /'s
- Fix rpmlint mixed-use-of-spaces-and-tabs and end-of-line-encoding
warnings