Bug 1012364

Summary: Manpage looks bad
Product: [Fedora] Fedora Reporter: Alec Leamas <leamas.alec>
Component: rpmconfAssignee: Miroslav Suchý <msuchy>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: msuchy, xjakub
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-26 16:00:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Alec Leamas 2013-09-26 11:05:55 UTC
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:

Comment 1 Miroslav Suchý 2013-09-26 11:13:13 UTC
Please define "looks bad".

Comment 2 Alec Leamas 2013-09-26 13:32:33 UTC
http://leamas.fedorapeople.org/tmp/rpmconf.png

(the first section)

Comment 3 Alec Leamas 2013-09-26 14:59:58 UTC
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).

Comment 4 Miroslav Suchý 2013-09-26 16:00:44 UTC
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.