|
@@ -1,7 +1,7 @@
|
|
Name: raptor2
|
|
Name: raptor2
|
|
Summary: RDF Parser Toolkit for Redland
|
|
Summary: RDF Parser Toolkit for Redland
|
|
-Version: 2.0.4
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 2.0.5
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
License: GPLv2+ or LGPLv2+ or ASL 2.0
|
|
License: GPLv2+ or LGPLv2+ or ASL 2.0
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -13,10 +13,12 @@ Source: http://download.librdf.org/source/raptor2-%{version}.tar.gz
|
|
# make docs not conflict with raptor(1), DOC_MODULE=raptor2
|
|
# make docs not conflict with raptor(1), DOC_MODULE=raptor2
|
|
Patch50: raptor2-2.0.3-raptor2_doc.patch
|
|
Patch50: raptor2-2.0.3-raptor2_doc.patch
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: curl-devel
|
|
BuildRequires: curl-devel
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: gtk-doc
|
|
|
|
+BuildRequires: libxml2-devel
|
|
BuildRequires: libxslt-devel
|
|
BuildRequires: libxslt-devel
|
|
-BuildRequires: yajl-devel
|
|
|
|
|
|
+BuildRequires: yajl-devel >= 2.0.0
|
|
|
|
|
|
# when /usr/bin/rappor moved here -- rex
|
|
# when /usr/bin/rappor moved here -- rex
|
|
Conflicts: raptor < 1.4.21-3%{?_dist_release}
|
|
Conflicts: raptor < 1.4.21-3%{?_dist_release}
|
|
@@ -28,6 +30,7 @@ or N-Triples.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Summary: Development files for %{name}
|
|
|
|
+Summary(ja): %{name} の開発用ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
@@ -38,7 +41,7 @@ Requires: %{name} = %{version}-%{release}
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
-%patch50 -p1 -b .raptor2_doc
|
|
|
|
|
|
+#patch50 -p1 -b .raptor2_doc
|
|
|
|
|
|
# hack to nuke rpaths
|
|
# hack to nuke rpaths
|
|
%if "%{_libdir}" != "/usr/lib"
|
|
%if "%{_libdir}" != "/usr/lib"
|
|
@@ -67,6 +70,7 @@ make check
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
%post -p /sbin/ldconfig
|
|
|
|
+
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
@@ -89,6 +93,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added BR: libxml2-devel
|
|
|
|
+
|
|
* Thu Aug 18 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.4-3
|
|
* Thu Aug 18 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.4-3
|
|
- Initial build for Vine Linux
|
|
- Initial build for Vine Linux
|
|
|
|
|