OSDN Git Service

[BLFS-SVN] Version 2014-01-02, r12509 対応.
authormatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Fri, 3 Jan 2014 04:31:02 +0000 (04:31 +0000)
committermatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Fri, 3 Jan 2014 04:31:02 +0000 (04:31 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@871 d6661c75-0afd-443a-aae1-cb31083e41e8

blfsbook/configure
blfsbook/src/general.ch
blfsbook/src/general/genlib/clucene.ch
blfsbook/src/server/other/soprano.ch
blfsbook/version.ac

index 9e79f1e..2b65a71 100755 (executable)
@@ -4013,7 +4013,7 @@ $as_echo "found" >&6; }
   fi
 
 
-TARGETVER=20140101
+TARGETVER=20140102
 
 ORGDAY=`grep 'ENTITY day' ${bookdir}/general.ent | gawk '{print $3;}' | sed 's/^[^\"]*\"\([0-9]*\)\".*$/\1/'`
 ORGMONTH=`grep 'ENTITY month' ${bookdir}/general.ent | gawk '{print $3;}' | sed 's/^[^\"]*\"\([0-9]*\)\".*$/\1/'`
index 26b843c..348703e 100644 (file)
 
 @x
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 1st, &year;">
+<!ENTITY releasedate  "January 2nd, &year;">
 @y
 <!ENTITY version      "&year;-&month;-&day;">
 <!ENTITY releasedate  "&year;/&month;/&day;">
-<!ENTITY jversion     "20140102">
+<!ENTITY jversion     "20140103">
 <!ENTITY jratio       "55.9 &percnt;">
 @z
 
index 78940c4..91bc07f 100644 (file)
 @x
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="git"/> and
       <xref linkend="cmake"/>
     </para>
 @y
     <bridgehead renderas="sect4">&Required;</bridgehead>
     <para role="required">
-      <xref linkend="git"/>,
       <xref linkend="cmake"/>
     </para>
 @z
 @z
 
 @x
-      Since <application>CLucene</application> developers haven't released any
-      tarballs yet, to obtain the source code first clone
-      <application>CLucene</application> git repository then checkout the
-      &clucene-version; version:
-@y
-      <application>CLucene</application> の開発者は tarball を提供していません。
-      したがってソースコードを入手するためには <application>CLucene</application> の git リポジトリをクローン取得し、バージョン &clucene-version; をチェックアウトする必要があります。
-@z
-
-@x
     <para>Install <application>CLucene</application> by running the following
     commands:</para>
 @y
index 2cb34a3..d95c57b 100644 (file)
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="cmake"/>,
-      <xref linkend="qt4"/>,
-      <xref linkend="redland"/>, and
-      <xref linkend="clucene"/>
+      <xref linkend="qt4"/>, and
+      <xref linkend="redland"/>
     </para>
 @y
     <bridgehead renderas="sect4">&Required;</bridgehead>
     <para role="required">
       <xref linkend="cmake"/>,
       <xref linkend="qt4"/>,
-      <xref linkend="redland"/>,
-      <xref linkend="clucene"/>
+      <xref linkend="redland"/>
     </para>
 @z
 
 @x
-    <bridgehead renderas="sect4">Recommended (Required if building KDE)</bridgehead>
+    <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended">
+      <xref linkend="clucene"/>,
       <xref linkend="dbus"/>,
       <xref linkend="libiodbc"/> (required for the Virtuoso backend. Additionally,
       <xref linkend="virtuoso"/> is required as a runtime dependency for this
       backend.)
     </para>
 @y
-    <bridgehead renderas="sect4">&Recommended; (KDE ビルド時に必要)</bridgehead>
+    <bridgehead renderas="sect4">&Recommended;</bridgehead>
     <para role="recommended">
+      <xref linkend="clucene"/>,
       <xref linkend="dbus"/>,
       <xref linkend="libiodbc"/> (Virtuoso バックエンドにて必要。
       またランタイムの依存パッケージとして <xref linkend="virtuoso"/> が必要。)
index 963a0ce..bfa2b28 100644 (file)
@@ -6,4 +6,4 @@ dnl  $Rev$
 dnl  $Date::                           $
 dnl
 dnl m4-include this file to define the current BLFS version
-m4_define([blfs_version], [20140101])
+m4_define([blfs_version], [20140102])