|
@@ -1,6 +1,6 @@
|
|
Name: raptor2
|
|
Name: raptor2
|
|
-Summary: RDF Parser Toolkit for Redland
|
|
+Summary: RDF Systax Library
|
|
-Version: 2.0.11
|
|
+Version: 2.0.14
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
License: GPLv2+ or LGPLv2+ or ASL 2.0
|
|
License: GPLv2+ or LGPLv2+ or ASL 2.0
|
|
@@ -10,8 +10,6 @@ URL: http://librdf.org/raptor/
|
|
Source: http://download.librdf.org/source/raptor2-%{version}.tar.gz
|
|
Source: http://download.librdf.org/source/raptor2-%{version}.tar.gz
|
|
|
|
|
|
## upstreamable patches
|
|
## upstreamable patches
|
|
-# make docs not conflict with raptor(1), DOC_MODULE=raptor2
|
|
|
|
-Patch50: raptor2-2.0.3-raptor2_doc.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: curl-devel
|
|
BuildRequires: curl-devel
|
|
@@ -24,17 +22,23 @@ BuildRequires: yajl-devel >= 2.0.0
|
|
Conflicts: raptor < 1.4.21-3%{?_dist_release}
|
|
Conflicts: raptor < 1.4.21-3%{?_dist_release}
|
|
|
|
|
|
%description
|
|
%description
|
|
-Raptor is the RDF Parser Toolkit for Redland that provides
|
|
+Raptor is a free software / Open Source C library that provides
|
|
-a set of standalone RDF parsers, generating triples from RDF/XML
|
|
+a set of parsers and serializers that generate Resource
|
|
-or N-Triples.
|
|
+Description Framework (RDF) triples by parsing syntaxes or
|
|
|
|
+serialize the triples into a syntax. The supported parsing
|
|
|
|
+syntaxes are RDF/XML, N-Quads, N-Triples 1.0 and 1.1, TRiG,
|
|
|
|
+Turtle 2008 and 2013, RDFa 1.0 and 1.1, RSS tag soup including
|
|
|
|
+all versions of RSS, Atom 1.0 and 0.3, GRDDL and microformats for
|
|
|
|
+HTML, XHTML and XML. The serializing syntaxes are RDF/XML
|
|
|
|
+(regular, abbreviated, XMP), Turtle 2013, N-Quads, N-Triples 1.1,
|
|
|
|
+Atom 1.0, RSS 1.0, GraphViz DOT, HTML and JSON.
|
|
|
|
+
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
Summary(ja): %{name} の開発用ファイル
|
|
Summary(ja): %{name} の開発用ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
-Requires: curl-devel >= 7.12.0
|
|
|
|
-Requires: libxml2-devel >= 2.6.8
|
|
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
%{summary}.
|
|
%{summary}.
|
|
@@ -43,8 +47,6 @@ Requires: libxml2-devel >= 2.6.8
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
-#patch50 -p1 -b .raptor2_doc
|
|
|
|
-
|
|
|
|
# hack to nuke rpaths
|
|
# hack to nuke rpaths
|
|
%if "%{_libdir}" != "/usr/lib"
|
|
%if "%{_libdir}" != "/usr/lib"
|
|
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|
@@ -52,7 +54,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-static --enable-release
|
|
+%configure --disable-static --enable-release --enable-silent-rules
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
@@ -95,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Sep 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.0.14-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.11-1
|
|
* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.11-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|