[Patches] [ python-Patches-1169193 ] Handle ungzipped man pages in rpm builds correctly

SourceForge.net noreply at sourceforge.net
Wed Mar 23 16:51:30 CET 2005


Patches item #1169193, was opened at 2005-03-23 15:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1169193&group_id=5470

Category: Distutils and setup.py
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Robin Green (greenrd)
Assigned to: Nobody/Anonymous (nobody)
Summary: Handle ungzipped man pages in rpm builds correctly

Initial Comment:
This is on Fedora Core 3.

RPM automatically gzips man pages after the %install
stage. So any generated file lists MUST substitute .gz
filenames for non-.gz filenames for man pages, or the
file check stage that happens just before writing the
RPM out, will fail.

Attached patch is a 'quick hack' using sed, to solve
this issue. Improvements welcome.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1169193&group_id=5470


More information about the Patches mailing list