Author: igor Date: Thu Jan 2 12:57:30 2014 New Revision: 12508 Log: use clucene tarball
Modified: trunk/BOOK/general/genlib/clucene.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general/genlib/clucene.xml ============================================================================== --- trunk/BOOK/general/genlib/clucene.xml Thu Jan 2 12:44:00 2014 (r12507) +++ trunk/BOOK/general/genlib/clucene.xml Thu Jan 2 12:57:30 2014 (r12508) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY clucene-download-http " "> + <!ENTITY clucene-download-http "http://downloads.sourceforge.net/clucene/clucene-core-&clucene-version;.tar.gz"> <!ENTITY clucene-download-ftp " "> - <!ENTITY clucene-md5sum " "> - <!ENTITY clucene-size "19 MB"> - <!ENTITY clucene-buildsize "86 MB"> + <!ENTITY clucene-md5sum "48d647fbd8ef8889e5a7f422c1bfda94"> + <!ENTITY clucene-size "2.2 MB"> + <!ENTITY clucene-buildsize "78 MB"> <!ENTITY clucene-time "0.8 SBU"> ]> @@ -42,11 +42,9 @@ <listitem> <para>Download (FTP): <ulink url="&clucene-download-ftp;"/></para> </listitem> -<!-- <listitem> <para>Download MD5 sum: &clucene-md5sum;</para> </listitem> ---> <listitem> <para>Download size: &clucene-size;</para> </listitem> @@ -70,7 +68,6 @@ <bridgehead renderas="sect4">Required</bridgehead> <para role="required"> - <xref linkend="git"/> and <xref linkend="cmake"/> </para> @@ -87,17 +84,6 @@ <sect2 role="installation"> <title>Installation of CLucene</title> - <para> - 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: - </para> - -<screen><userinput>git clone git://clucene.git.sourceforge.net/gitroot/clucene/clucene && -cd clucene && -git checkout tags/clucene-src-&clucene-version;</userinput></screen> - <para>Install <application>CLucene</application> by running the following commands:</para> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 2 12:44:00 2014 (r12507) +++ trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 2 12:57:30 2014 (r12508) @@ -47,6 +47,10 @@ <para>January 2nd, 2014</para> <itemizedlist> <listitem> + <para>[igor] - Use CLucene tarball instead of git checkout, thanks to + Thomas Trepl. Fixes <ulink url="&blfs-ticket-root;4515">#4515</ulink>.</para> + </listitem> + <listitem> <para>[fernando] - Fixes for the book (patch received, thanks). Fixes <ulink url="&blfs-ticket-root;4513">#4513</ulink>.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
