Hide Forgot
Description of problem: Manpage looks bad, really bad. Version-Release number of selected component (if applicable): rpmconf-0.3.5-1.fc20.noarch How reproducible:always Steps to Reproduce: 1.Look at manpage e. g., using yelp or just 'man rpmconf' Actual results: Manpage looks bad. Expected results: Manpage looks good. Additional info:
Please define "looks bad".
http://leamas.fedorapeople.org/tmp/rpmconf.png (the first section)
Was about to make a patch instead, but stumbled into this after unpacking the srpm: al@muminmamman rpmconf]$ ls -l --color=never total 28 drwxrwxr-x 2 mk mk 4096 26 sep 16.55 rpmconf-0.3.5 -rw-rw-r-- 1 mk mk 17713 26 sep 16.52 rpmconf-0.3.5.tar.gz -rw-r--r-- 1 mk mk 3320 26 sep 16.52 rpmconf.spec [al@muminmamman rpmconf]$ ls -l --color=never rpmconf-0.3.5 total 64 -rw-rw-r-- 1 mk mk 35147 25 jul 14.11 LICENSE lrwxrwxrwx 1 mk mk 19 25 jul 14.11 Makefile -> ../rel-eng/Makefile -rw-rw-r-- 1 mk mk 9859 25 jul 14.11 rpmconf -rw-rw-r-- 1 mk mk 5141 25 jul 14.11 rpmconf.sgml -rw-rw-r-- 1 mk mk 3320 25 jul 14.11 rpmconf.spec -rw-rw-r-- 1 mk mk 402 25 jul 14.11 TODO I. e., the source is not complete (dangling symlink for the Makefile).
That Makefile is not needed. Sources are here: https://github.com/xsuchy/rpmconf/ and package is build by tito build --rpm by running that in ./source/ directory Fixed https://github.com/xsuchy/rpmconf/commit/f63415ad50b50adc68f7816dd1f301fa81f5704d Thanks for reporting.