Bug 169229

Summary: Missing BuildRequires for gtkmathview-devel
Product: [Fedora] Fedora Reporter: Michael A. Peters <mpeters>
Component: abiwordAssignee: Marc Maurer <uwog>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
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: 2005-09-26 16:48:07 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 Michael A. Peters 2005-09-25 16:28:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050909 Fedora/1.0.6-1.2.fc4 Firefox/1.0.6

Description of problem:
AbiWord spec file missing BuildRequires needed for the new equation editor.

Version-Release number of selected component (if applicable):
abiword-2.3.99-1

How reproducible:
Always

Steps to Reproduce:
1. Build AbiWord in mock
2. look at build log
3.
  

Actual Results:  checking for mathview-frontend-libxml2 >= 0.7.3... Package mathview-frontend-lib
xml2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `mathview-frontend-libxml2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mathview-frontend-libxml2' found



Additional info:

change

BuildRequires: gtkmathview >= 0.7.3

to

BuildRequires: gtkmathview-devel >= 0.7.3

in the spec file

Comment 1 Marc Maurer 2005-09-26 16:48:07 UTC
Fixed in the abiword spec file. Does not build currently, as the gtkmathview
provided by -devel is too new. AbiWord will build again when 2.4 is released
(should be v. soon)