put the description at the gem2rpm file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ronn?expand=0&rev=4
This commit is contained in:
Theo Chatzimichos 2018-01-27 18:25:20 +00:00 committed by Git OBS Bridge
parent 98addbf8e1
commit 8836067f20
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1,5 @@
---
:description: |
Ronn builds manuals. It converts simple, human readable textfiles to roff
for terminal display, and also to HTML for the web.
:license: MIT

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-ronn
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -35,7 +35,7 @@ BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: update-alternatives
Url: http://rtomayko.github.com/ronn
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Builds manuals
License: MIT
@ -43,7 +43,7 @@ Group: Development/Languages/Ruby
PreReq: update-alternatives
%description
Ronn builds manuals. It converts simple, human readable textfiles to roff
Ronn builds manuals. It converts simple, human readable textfiles to roff
for terminal display, and also to HTML for the web.
%prep