Ignore:
Timestamp:
07/22/2014 09:55:56 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
6c67e95
Parents:
cadd32a5
Message:

Completed build instructions and descriptions on uhttpmock page and updated statistics

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13537 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/uhttpmock.xml

    rcadd32a5 r5cc9768  
    99  <!ENTITY uhttpmock-md5sum        "0c6aa414cfddada4e6d0ae292cbaa667">
    1010  <!ENTITY uhttpmock-size          "284 KB">
    11   <!ENTITY uhttpmock-buildsize     "50 MB">
    12   <!ENTITY uhttpmock-time          "1.0 SBU">
     11  <!ENTITY uhttpmock-buildsize     "4.5 MB">
     12  <!ENTITY uhttpmock-time          "less than 0.1 SBU">
    1313]>
    1414
    15 <sect1 id="uhttpmock" xreflabel="uhttpmock-&uhttpmock-version;">
     15<sect1 id="uhttpmock" xreflabel="Uhttpmock-&uhttpmock-version;">
    1616  <?dbhtml filename="uhttpmock.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>uhttpmock-&uhttpmock-version;</title>
     23  <title>Uhttpmock-&uhttpmock-version;</title>
    2424
    2525  <indexterm zone="uhttpmock">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to uhttpmock</title>
     30    <title>Introduction to Uhttpmock</title>
    3131
    3232    <para>
    33       <application>uhttpmock</application> is a HTTP web service mocking project for projects which use libsoup.
    34       It is used by applications like libgdata for unit testing.  This project is still in its infancy.
     33      The <application>uhttpmock</application> application is a HTTP web service mocking project
     34      for projects which use libsoup.It is used by applications like libgdata for unit testing.
    3535    </para>
    3636
     
    9595
    9696  <sect2 role="installation">
    97     <title>Installation of uhttpmock</title>
     97    <title>Installation of Uhttpmock</title>
    9898
    9999    <para>
     
    103103
    104104<screen><userinput>./configure --prefix=/usr \
    105             --disable-static &amp;&amp;
     105            --disable-static --enable-introspection=yes &amp;&amp;
    106106make</userinput></screen>
    107107
     108    <note>
    108109    <para>
    109       To test the results, issue: <command>make check</command>.
     110      The test suite will fail if run as an unprivileged user.
    110111    </para>
     112    </note>
     113
     114    <para>
     115      To test the results, as the <systemitem class="username">root</systemitem>
     116       user: 
     117    </para>
     118
     119<screen role="root"><userinput>make check</userinput></screen>
    111120
    112121    <para>
     
    134143    <segmentedlist>
    135144      <segtitle>Installed Programs</segtitle>
     145      <segtitle>Installed Libraries</segtitle>
    136146      <segtitle>Installed Directories</segtitle>
    137147
    138148      <seglistitem>
    139149        <seg>
    140           uhttpmock and uhttpmock-preferences
     150          None
    141151        </seg>
    142152        <seg>
    143           /usr/include/uhttpmock-1.0,
    144           /usr/lib/uhttpmock-1.0 and
    145           /usr/share/uhttpmock
     153          libuhttpmock-0.0.so
     154        </seg>
     155        <seg>
     156           /usr/include/libuhttpmock-0.0, and
     157          /usr/share/gtk-doc/html/libuhttpmock-0.0
    146158        </seg>
    147159      </seglistitem>
     
    153165      <?dbhtml list-presentation="table"?>
    154166
    155       <varlistentry id="uhttpmock-prog">
    156         <term><command>uhttpmock</command></term>
     167      <varlistentry id="libuhttpmock">
     168        <term><filename class='libraryfile'>libuhttpmock-0.0.so</filename></term>
    157169        <listitem>
    158170          <para>
    159             is the media server.
     171            is the library file for uhttpmock.
    160172          </para>
    161           <indexterm zone="uhttpmock uhttpmock-prog">
     173          <indexterm zone="uhttpmock libuhttpmock">
    162174            <primary sortas="b-uhttpmock">uhttpmock</primary>
    163175          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.