From 8836067f204f519cb1886df7f36772bc42fdc609582fdade4c7f17f8d311a168 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sat, 27 Jan 2018 18:25:20 +0000 Subject: [PATCH] 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 --- gem2rpm.yml | 4 ++++ rubygem-ronn.spec | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gem2rpm.yml b/gem2rpm.yml index afc0728..cc54bd0 100644 --- a/gem2rpm.yml +++ b/gem2rpm.yml @@ -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 diff --git a/rubygem-ronn.spec b/rubygem-ronn.spec index efeaab5..dafb796 100644 --- a/rubygem-ronn.spec +++ b/rubygem-ronn.spec @@ -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