[redland-dev] [Raptor RDF Syntax Library 0000601]: rpm fails to build, devel rpm fails to install

Mantis Bug Tracker mantis-bug-sender at librdf.org
Tue Sep 8 13:49:40 EDT 2015


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.librdf.org/mantis/view.php?id=601 
====================================================================== 
Reported By:                user092
Assigned To:                
====================================================================== 
Project:                    Raptor RDF Syntax Library
Issue ID:                   601
Category:                   installation
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Syntax Name:                 
====================================================================== 
Date Submitted:             2015-09-08 10:49
Last Modified:              2015-09-08 10:49
====================================================================== 
Summary:                    rpm fails to build, devel rpm fails to install
Description: 
The rpm build fails and the devel rpm fails to install.

Steps to Reproduce: 
./configure --with-icu-config=/usr/bin --enable-gtk-doc
...
make dist all
...
rpmbuild -ba raptor2.spec

First, the rpm fails to build due to reference to /include/raptor instead of
raptor2. Then the -devel rpm fails to install due to dependency on raptor
instead of raptor 2. The following patch appears to fix the problem.

diff raptor2.spec raptor2.spec~
35c35
< Requires: raptor2 = %{version}
---
> Requires: raptor = %{version}
91c91
< %{prefix}/include/raptor2/*
---
> %{prefix}/include/raptor/*
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-09-08 10:49 user092        New Issue                                    
======================================================================



More information about the redland-dev mailing list