Browse Source

update: yajl, raptor2, rasqal

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5162 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 12 years ago
parent
commit
037e133b00
3 changed files with 26 additions and 11 deletions
  1. 12 4
      r/raptor2/raptor2-vl.spec
  2. 5 2
      r/rasqal/rasqal-vl.spec
  3. 9 5
      y/yajl/yajl-vl.spec

+ 12 - 4
r/raptor2/raptor2-vl.spec

@@ -1,7 +1,7 @@
 Name:    raptor2
 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
 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
 Patch50: raptor2-2.0.3-raptor2_doc.patch
 
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: curl-devel
 BuildRequires: gtk-doc
+BuildRequires: libxml2-devel
 BuildRequires: libxslt-devel 
-BuildRequires: yajl-devel
+BuildRequires: yajl-devel >= 2.0.0
 
 # when /usr/bin/rappor moved here  -- rex
 Conflicts: raptor < 1.4.21-3%{?_dist_release}
@@ -28,6 +30,7 @@ or N-Triples.
 
 %package devel
 Summary: Development files for %{name} 
+Summary(ja): %{name} の開発用ファイル 
 Group:   Development/Libraries
 Requires: %{name} = %{version}-%{release}
 
@@ -38,7 +41,7 @@ Requires: %{name} = %{version}-%{release}
 %prep
 %setup -q
 
-%patch50 -p1 -b .raptor2_doc
+#patch50 -p1 -b .raptor2_doc
 
 # hack to nuke rpaths
 %if "%{_libdir}" != "/usr/lib"
@@ -67,6 +70,7 @@ make check
 rm -rf $RPM_BUILD_ROOT 
 
 %post -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 
@@ -89,6 +93,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %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
 - Initial build for Vine Linux
 

+ 5 - 2
r/rasqal/rasqal-vl.spec

@@ -1,7 +1,7 @@
 Name:      rasqal
 Summary:   RDF Query Library
-Version:   0.9.26
-Release:   2%{?_dist_release}
+Version:   0.9.28
+Release:   1%{?_dist_release}
 
 Group:     System Environment/Libraries
 License:   LGPLv2+ or ASL 2.0
@@ -93,6 +93,9 @@ fi
 
 
 %changelog
+* Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.28-1
+- new upstream release
+
 * Fri Nov 04 2011 NAKAMURA Kenta <kenta@vinelinux.org> 0.9.26-2
 - rebuilt with mpfr-3.1.0
 

+ 9 - 5
y/yajl/yajl-vl.spec

@@ -1,7 +1,7 @@
 Name: yajl
 Summary: Yet Another JSON Library (YAJL)
-Version: 1.0.12
-Release: 2%{?_dist_release}
+Version: 2.0.1
+Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
 License: BSD
@@ -26,7 +26,7 @@ URL: http://lloyd.github.com/yajl/
 #
 # So for new versions, update 'githash' to match the hash of the
 # GIT tag associated with updated 'Version:' field just above
-%global githash 17b1790
+%global githash f4b2b1a
 Source0: lloyd-%{name}-%{version}-0-g%{githash}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -89,8 +89,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING ChangeLog README TODO
 %{_bindir}/json_reformat
 %{_bindir}/json_verify
-%{_libdir}/libyajl.so.1
-%{_libdir}/libyajl.so.1.*
+%{_libdir}/libyajl.so.2
+%{_libdir}/libyajl.so.2.*
 
 %files devel
 %defattr(-,root,root,-)
@@ -99,11 +99,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/yajl/yajl_common.h
 %{_includedir}/yajl/yajl_gen.h
 %{_includedir}/yajl/yajl_parse.h
+%{_includedir}/yajl/yajl_tree.h
 %{_includedir}/yajl/yajl_version.h
 %{_libdir}/libyajl.so
 
 
 %changelog
+* Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.1-1
+- updated to 2.0.1
+
 * Thu Aug 18 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.12-2
 - Initial build for Vine Linux