diff --git a/asciidoc.spec b/asciidoc.spec index d637926..2b7d3db 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -5,7 +5,7 @@ Summary: Text based document generation Name: asciidoc Version: 8.6.10 -Release: 0.3.20180605git%{shortcommit}%{?dist} +Release: 0.4.20180605git%{shortcommit}%{?dist} # The python code does not specify a version. # The javascript example code is GPLv2+. License: GPL+ and GPLv2+ @@ -128,9 +128,7 @@ done symlinks -cdr %{buildroot} # Clean up no needed doc files -for file in BUGS.txt CHANGELOG.txt INSTALL INSTALL.txt README.txt; do - rm -f %{buildroot}/%{_pkgdocdir}/$file -done +rm -f %{buildroot}/%{_pkgdocdir}/INSTALL.txt %check export PATH="../:$PATH" @@ -139,7 +137,7 @@ cd tests %{__python3} testasciidoc.py run %files -%doc COPYING COPYRIGHT README.asciidoc +%doc BUGS.txt CHANGELOG.txt COPYING COPYRIGHT README.asciidoc %doc %{_mandir}/man1/a2x.1* %doc %{_mandir}/man1/asciidoc.1* %config(noreplace) %{_sysconfdir}/asciidoc/ @@ -176,6 +174,9 @@ cd tests %{_sysconfdir}/asciidoc/filters/music/*.py %changelog +* Fri Jun 15 2018 Todd Zullinger - 8.6.10-0.4.20180605git986f99d +- Restore BUGS.txt and CHANGELOG.txt doc files + * Wed Jun 13 2018 Todd Zullinger - 8.6.10-0.3.20180605git986f99d - Use upstream tarball - Various rpmlint fixes