Bug 1036386

Summary: Please build latest libguess for EPEL 6
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: libguessAssignee: Michael Schwendt <bugs.michael>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: bugs.michael
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: 2015-01-18 20:15:55 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:
Bug Depends On: 1036387    
Bug Blocks: 1036384    

Description Robert Scheck 2013-12-01 19:41:44 UTC
Description of problem:
Please build latest libguess for EPEL 6, because it is a build and run-time
dependency of audacious.

I applied the following patch to the *.spec of libguess-1.1-6.fc20 to make
it building:

--- snipp ---
--- libguess.spec       2013-08-03 08:02:19.000000000 +0200
+++ libguess.spec.rsc   2013-12-01 20:40:31.692139185 +0100
@@ -14,7 +14,9 @@
 
 BuildRequires: pkgconfig
 BuildRequires: libmowgli-devel >= 0.9.50
+%if 0%{?fedora} || 0%{?rhel} > 6
 BuildRequires: autoconf libtool
+%endif
 
 %description
 libguess employs discrete-finite automata to deduce the character set of
@@ -39,9 +41,11 @@
 
 %prep
 %setup -q
+%if 0%{?fedora} || 0%{?rhel} > 6
 %patch0 -p1 -b .no-m4-dir
 # https://bugzilla.redhat.com/925758
 autoreconf -f
+%endif
 
 sed -i '\,^.SILENT:,d' buildsys.mk.in
 
--- snapp ---

Version-Release number of selected component (if applicable):
libguess-1.1-6.fc20

Actual results:
No libguess in EPEL 6

Expected results:
libguess-1.1-1.el6 or better ;-)

Additional info:
Please let me know if you are not interested in maintaining the package.

Comment 1 Michael Schwendt 2015-01-18 20:15:55 UTC
As mentioned in bug 1036384 comment 1, no interest in EL branches for these packages.