forked from pool/rubygem-hpricot
Accepting request 575583 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/575583 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-hpricot?expand=0&rev=2
This commit is contained in:
commit
3792d9df4a
@ -3,7 +3,7 @@
|
|||||||
:summary: 'A fast and flexible HTML Parser'
|
:summary: 'A fast and flexible HTML Parser'
|
||||||
# ## used by gem2rpm
|
# ## used by gem2rpm
|
||||||
:description: |-
|
: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.
|
Hpricot is a flexible HTML parser written in C. It's designed to be similar to Tanaka Akira's HTree, and has a library. Hpricot can read broken XML files, since many of the same techniques can be used.
|
||||||
# ## 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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 10 12:10:20 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim rhetorics from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 16 19:03:28 UTC 2017 - avvissu@yandex.by
|
Sun Apr 16 19:03:28 UTC 2017 - avvissu@yandex.by
|
||||||
|
|
||||||
|
@ -29,10 +29,10 @@ Release: 0
|
|||||||
%define mod_name hpricot
|
%define mod_name hpricot
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: ruby-macros >= 5
|
|
||||||
BuildRequires: %{rubydevel}
|
BuildRequires: %{rubydevel}
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: %{rubygem rdoc > 3.10}
|
BuildRequires: %{rubygem rdoc > 3.10}
|
||||||
|
BuildRequires: ruby-macros >= 5
|
||||||
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
|
||||||
@ -41,7 +41,7 @@ License: MIT
|
|||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
|
|
||||||
%description
|
%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.
|
Hpricot is a flexible HTML parser written in C. It's designed to be similar to Tanaka Akira's HTree, and has a library. Hpricot can read broken XML files, since many of the same techniques can be used.
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user