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:
parent
98addbf8e1
commit
8836067f20
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user