1
0
Theo Chatzimichos 2018-02-06 18:01:52 +00:00 committed by Git OBS Bridge
parent 3c168924e9
commit bafbe58adb
2 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -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