forked from pool/rubygem-hpricot
This commit is contained in:
parent
3c168924e9
commit
bafbe58adb
10
gem2rpm.yml
10
gem2rpm.yml
@ -1,11 +1,9 @@
|
|||||||
# ---
|
---
|
||||||
# ## used by gem2rpm
|
# ## used by gem2rpm
|
||||||
# :summary: this is a custom summary
|
:summary: 'A fast and flexible HTML Parser'
|
||||||
# ## used by gem2rpm
|
# ## used by gem2rpm
|
||||||
# :description: |-
|
:description: |-
|
||||||
# this is a custom 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.
|
||||||
#
|
|
||||||
# it can be multiline
|
|
||||||
# ## used by gem2rpm
|
# ## used by gem2rpm
|
||||||
# :license: MIT or Ruby
|
# :license: MIT or Ruby
|
||||||
# ## used by gem2rpm and gem_packages
|
# ## used by gem2rpm and gem_packages
|
||||||
|
@ -36,13 +36,12 @@ BuildRequires: %{rubygem rdoc > 3.10}
|
|||||||
Url: http://code.whytheluckystiff.net/hpricot/
|
Url: http://code.whytheluckystiff.net/hpricot/
|
||||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||||
Source1: gem2rpm.yml
|
Source1: gem2rpm.yml
|
||||||
Summary: a swift, liberal HTML parser with a fantastic library
|
Summary: A fast and flexible HTML Parser
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user