Accepting request 563055 from home:dimstar:branches:REQUEST_556457
- Use a more appropriate description for the package. OBS-URL: https://build.opensuse.org/request/show/563055 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-font-awesome-rails?expand=0&rev=18
This commit is contained in:
parent
ce02fdf57c
commit
95471234da
@ -2,12 +2,13 @@
|
||||
# ## used by gem2rpm
|
||||
# :summary: this is a custom summary
|
||||
# ## used by gem2rpm
|
||||
# :description: |-
|
||||
# this is a custom description
|
||||
#
|
||||
:description: |-
|
||||
font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a
|
||||
Rails engine for use with the asset pipeline.
|
||||
|
||||
# it can be multiline
|
||||
# ## used by gem2rpm
|
||||
# :license: MIT or Ruby
|
||||
:license: MIT and OFL-1.1
|
||||
# ## used by gem2rpm and gem_packages
|
||||
# :version_suffix: -x_y
|
||||
# ## used by gem2rpm and gem_packages
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 15:25:17 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Use a more appropriate description for the package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 09:53:22 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-font-awesome-rails
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -29,20 +29,19 @@ Release: 0
|
||||
%define mod_name font-awesome-rails
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: %{ruby >= 1.9.3}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
Url: https://github.com/bokmann/font-awesome-rails
|
||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
Summary: an asset gemification of the font-awesome icon font library
|
||||
License: MIT and OFL-1.1
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
I like font-awesome. I like the asset pipeline. I like semantic versioning. If
|
||||
you do too, you're welcome.
|
||||
|
||||
font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a
|
||||
Rails engine for use with the asset pipeline.
|
||||
%prep
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user