Bug 1322298 - gnumeric-1.12.28-1.fc25 FTBFS: Requested 'libgoffice-0.10 >= 0.10.28' but version of libGOffice is 0.10.27
Summary: gnumeric-1.12.28-1.fc25 FTBFS: Requested 'libgoffice-0.10 >= 0.10.28' but ver...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnumeric
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Huzaifa S. Sidhpurwala
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-30 08:51 UTC by Petr Pisar
Modified: 2016-05-07 15:17 UTC (History)
2 users (show)

Fixed In Version: 1.12.29-1.fc25
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-07 15:17:05 UTC
Type: Bug


Attachments (Terms of Use)

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


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