Accepting request 575202 from home:jengelh:branches:devel:languages:ruby:extensions

- Trim rhetorics from description.

OBS-URL: https://build.opensuse.org/request/show/575202
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-hpricot?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2018-02-12 10:45:48 +00:00 committed by Git OBS Bridge
parent 94b95c1ebb
commit 83b5685e75
3 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@
:summary: 'A fast and flexible HTML Parser'
# ## used by gem2rpm
: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
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages

View File

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

View File

@ -29,10 +29,10 @@ Release: 0
%define mod_name hpricot
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
BuildRequires: %{rubydevel}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: ruby-macros >= 5
Url: http://code.whytheluckystiff.net/hpricot/
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
@ -41,7 +41,7 @@ License: MIT
Group: Development/Languages/Ruby
%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
%build