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
|
:license: MIT
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-ronn
|
# 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
|
# 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
|
||||||
@ -35,7 +35,7 @@ BuildRequires: %{rubygem gem2rpm}
|
|||||||
BuildRequires: %{rubygem rdoc > 3.10}
|
BuildRequires: %{rubygem rdoc > 3.10}
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Url: http://rtomayko.github.com/ronn
|
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
|
Source1: gem2rpm.yml
|
||||||
Summary: Builds manuals
|
Summary: Builds manuals
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -43,7 +43,7 @@ Group: Development/Languages/Ruby
|
|||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
|
|
||||||
%description
|
%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.
|
for terminal display, and also to HTML for the web.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Loading…
Reference in New Issue
Block a user