Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: html2text - HTML-to-text converter https://bugzilla.redhat.com/show_bug.cgi?id=457213 ------- Additional Comments From wolfy@xxxxxxxxxxxxxxxxxx 2008-07-31 06:40 EST ------- Could you please be as kind as to explain the reasoning behind the following section from your spec: for file in html2text.1.gz html2textrc.5.gz; do basefile=`basename $file .gz` gunzip -c $file > __fedora_docs/$basefile touch -r $file __fedora_docs/$basefile done install -m0644 -p __fedora_docs/html2text.1 $RPM_BUILD_ROOT%{_mandir}/man1 install -m0644 -p __fedora_docs/html2textrc.5 $RPM_BUILD_ROOT%{_mandir}/man5 %{_mandir}/man1/html2text.1* %{_mandir}/man5/html2textrc.5* I would have used: install -m0644 -p html2text.1.gz $RPM_BUILD_ROOT%{_mandir}/man1 install -m0644 -p html2textrc.5.gz $RPM_BUILD_ROOT%{_mandir}/man5 %{_mandir}/man*/html2text* -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review