Bug 1322298

Summary: gnumeric-1.12.28-1.fc25 FTBFS: Requested 'libgoffice-0.10 >= 0.10.28' but version of libGOffice is 0.10.27
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: gnumericAssignee: Huzaifa S. Sidhpurwala <huzaifas>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: belegdol, huzaifas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 1.12.29-1.fc25 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-07 15:17:05 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:

Description Petr Pisar 2016-03-30 08:51:38 UTC
gnumeric-1.12.28-1.fc25 fails to build with goffice-devel < 0.10.28 like this:

checking for LIBSPREADSHEET... no
configure: error: Package requirements (
	libgoffice-0.10	>= 0.10.28
	libgsf-1		>= 1.14.33
	libxml-2.0		>= 2.4.12
 
	gtk+-3.0		>= 3.8.7
) were not met:
Requested 'libgoffice-0.10 >= 0.10.28' but version of libGOffice is 0.10.27

You should have update this line in the gnumeric.spec:

BuildRequires:    goffice-devel >= 0.9.2

to

BuildRequires:    pkgconfig(libgoffice-0.10) >= 0.10.28