1
0

Accepting request 488341 from home:awissu:branches:devel:languages:ruby:extensions

OBS-URL: https://build.opensuse.org/request/show/488341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-hpricot?expand=0&rev=13
This commit is contained in:
Björn Geuken 2017-06-01 13:21:54 +00:00 committed by Git OBS Bridge
parent 73da4d12e7
commit 9d16d3b711
2 changed files with 19 additions and 11 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 16 19:03:28 UTC 2017 - avvissu@yandex.by
- Add rubygem-hpricot-rpmlintrc in spec file
- Spec file cleanup
-------------------------------------------------------------------
Mon Oct 13 12:15:08 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-hpricot
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,22 +21,24 @@
# of those fields
#
%define mod_name hpricot
%define mod_full_name %{mod_name}-%{version}
Name: rubygem-hpricot
Version: 0.8.6
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}
Url: http://code.whytheluckystiff.net/hpricot/
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: a swift, liberal HTML parser with a fantastic library
License: MIT
Group: Development/Languages/Ruby
Url: http://code.whytheluckystiff.net/hpricot/
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Source99: %{name}-rpmlintrc
BuildRequires: %{rubydevel}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: ruby-macros >= 5
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
a swift, liberal HTML parser with a fantastic library.