diff --git a/gem2rpm.yml b/gem2rpm.yml index 01b0245..f42c6ae 100644 --- a/gem2rpm.yml +++ b/gem2rpm.yml @@ -1,11 +1,9 @@ -# --- +--- # ## used by gem2rpm -# :summary: this is a custom summary +:summary: 'A fast and flexible HTML Parser' # ## used by gem2rpm -# :description: |- -# this is a custom description -# -# it can be multiline +:description: |- + Hpricot is a fast, flexible HTML parser written in C. It's designed to be very accommodating (like Tanaka Akira's HTree) and to have a very helpful library. Also, Hpricot can be handy for reading broken XML files, since many of the same techniques can be used. # ## used by gem2rpm # :license: MIT or Ruby # ## used by gem2rpm and gem_packages diff --git a/rubygem-hpricot.spec b/rubygem-hpricot.spec index 5d09795..f338702 100644 --- a/rubygem-hpricot.spec +++ b/rubygem-hpricot.spec @@ -36,13 +36,12 @@ BuildRequires: %{rubygem rdoc > 3.10} Url: http://code.whytheluckystiff.net/hpricot/ Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml -Summary: a swift, liberal HTML parser with a fantastic library +Summary: A fast and flexible HTML Parser License: MIT Group: Development/Languages/Ruby %description -a swift, liberal HTML parser with a fantastic library. - +Hpricot is a fast, flexible HTML parser written in C. It's designed to be very accommodating (like Tanaka Akira's HTree) and to have a very helpful library. Also, Hpricot can be handy for reading broken XML files, since many of the same techniques can be used. %prep %build