Bug 127190

Summary: [has patchlike] timidity++ more spec file fix and cleanup
Product: [Fedora] Fedora Reporter: kanagawa jigorou <jigorou3>
Component: timidity++Assignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-05 10:34:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description kanagawa jigorou 2004-07-03 15:41:07 UTC
Version-Release number of selected component (if applicable):
timidity++-2.13.0-1


The specfile of timidity++-2.13.0-1 contains wrong config option
"	--enable-alsaeq \"
in line 45, to be
"	--enable-alsaseq \"


And a suggestion.
How about making 4 interface option lines into 1 line?

diff result follows


[jigorou@hogehost SPECS]$ diff -r timidity++.spec.or timidity++.spec
41c41
<       --enable-interface=ncurses,slang \
---
>       --enable-interface=ncurses,slang,vt100,alsaseq,server,network \
43,46c43
<       --enable-vt100 \
<       --with-default-output=alsa \
<       --enable-alsaeq \
<       --enable-server --enable-network
---
>       --with-default-output=alsa
[jigorou@hogehost SPECS]$


I feel comma separated 1 line list is better...

Comment 1 Thomas Woerner 2004-07-05 10:34:15 UTC
Fixed in rawhide in rpm timidity++-2.13.0-2 or newer.