Bug 165522 - Recommended spec file changes for RHEL4 support
Summary: Recommended spec file changes for RHEL4 support
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nexuiz
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Adrian Reber
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-10 03:07 UTC by Randy Zagar
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: nexuiz-1.1-2.fc4
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-08-16 08:58:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Randy Zagar 2005-08-10 03:07:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6

Description of problem:
The current FC4 spec file does not work on RHEL4 systems.  The problem is that the command

    convert nexuiz.ico nexuiz.png

produces files with names like 'nexuiz-[0-9].png' on FC4 systems, but produces files with names like 'nexuiz.png.[0-9]' on RHEL4 sytems.

This can be fixed by changing one line in the %install section from

    for file in nexuiz*.png; do

to

    for file in nexuiz*.png*; do
    



Version-Release number of selected component (if applicable):
nexuiz-1.1-1

How reproducible:
Always

Steps to Reproduce:
1. Log onto RHEL4 system
2. rpmbuild --rebuild \
       http://mirrors.kernel.org/fedora/extras/4/SRPMS/nexuiz-1.1-1.fc4.src.rpm

  

Additional info:

Comment 1 Adrian Reber 2005-08-16 08:58:30 UTC
Fix included in current version (nexuiz-1.1-2.fc4).


Note You need to log in before you can comment on or make changes to this bug.