https://bugzilla.redhat.com/show_bug.cgi?id=1216279 --- Comment #5 from Antonio Trande <anto.trande@xxxxxxxxx> --- (In reply to Dave Johansen from comment #4) > Both of those issues should now be resolved. > > The latest version of the .spec and source .rpm can be found at: > Spec URL: https://daveisfera.fedorapeople.org/cppformat_1.1.0/cppformat.spec > SRPM URL: > https://daveisfera.fedorapeople.org/cppformat_1.1.0/cppformat-1.1.0-1.fc21. > src.rpm 1) # Extract the LICENSE (fixed upstream see https://github.com/cppformat/cppformat/commit/fde90aa551cb3cf77624b72a166144768d2db763 ) grep "^License" -A 25 ~/rpmbuild/BUILD/cppformat-1.1.0/README.rst | tail -n 21 > LICENSE # Remove the packaged font find -name "*.ttf" -delete These two commands don't work: + grep '^License' -A 25 /builddir/rpmbuild/BUILD/cppformat-1.1.0/README.rst + tail -n 21 grep: /builddir/rpmbuild/BUILD/cppformat-1.1.0/README.rst: No such file or directory README.rst is not found; try grep "^License" -A 25 README.rst | tail -n 21 > LICENSE + find -name '*.ttf' -delete + exit 0 doc/html/_static/bootstrap-3.2.0/fonts/glyphicons-halflings-regular.ttf is still there. Are you sure it's sufficient remove it? Once done, is html documentation correctly displayable? 2) -doc subpackage is a noarch package. 3) -doc subpackage does not provide its own LICENSE.python file. -- 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@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review