forked from pool/rubygem-hpricot
g2r
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-hpricot?expand=0&rev=15
This commit is contained in:
parent
2d34b6dd7f
commit
3c168924e9
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-hpricot
|
# spec file for package rubygem-hpricot
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
||||||
# All sections marked as MANUAL, license headers, summaries and descriptions
|
# All sections marked as MANUAL, license headers, summaries and descriptions
|
||||||
@ -21,24 +23,22 @@
|
|||||||
# of those fields
|
# of those fields
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define mod_name hpricot
|
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
|
||||||
Name: rubygem-hpricot
|
Name: rubygem-hpricot
|
||||||
Version: 0.8.6
|
Version: 0.8.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: a swift, liberal HTML parser with a fantastic library
|
%define mod_name hpricot
|
||||||
License: MIT
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
Group: Development/Languages/Ruby
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://code.whytheluckystiff.net/hpricot/
|
BuildRequires: ruby-macros >= 5
|
||||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
|
||||||
Source1: gem2rpm.yml
|
|
||||||
Source99: %{name}-rpmlintrc
|
|
||||||
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/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source: https://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
|
||||||
|
|
||||||
%description
|
%description
|
||||||
a swift, liberal HTML parser with a fantastic library.
|
a swift, liberal HTML parser with a fantastic library.
|
||||||
|
Loading…
Reference in New Issue
Block a user