11
0
2025-02-06 14:15:34 +00:00
committed by Git OBS Bridge
commit f48b54c8e6
7 changed files with 296 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c26183d5f902858289692d3a173c3d8d0f769c3b0930259ae4181ddfd74d496c
size 638464

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b45044908fbf3178b8d84fbae415dae4b9bf847612bcb1170d88ed13842c8732
size 638464

68
gem2rpm.yml Normal file
View File

@@ -0,0 +1,68 @@
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: this is a custom description
# it can be multiline
# ## used by gem2rpm
:license: MIT and OFL-1.1
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
# BuildRequires: foobar
# Requires: foobar
# ## used by gem2rpm
# :patches:
# foo.patch: -p1
# bar.patch:
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
# ## used by gem2rpm
# :pre_install: |-
# %if 0%{?use_system_libev}
# export USE_VENDORED_LIBEV="no"
# %endif
# ## used by gem2rpm
# :post_install: |-
# # delete custom files here or do other fancy stuff
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
# :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
# :preamble: |-
# Requires: util-linux
# Recommends: pwgen
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
# apache:
# :preamble: |-
# Requires: .....
# :filelist: |-
# /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
# Custom description is optional
#
# bar
# :post: |-
# /bin/echo foo
#

View File

@@ -0,0 +1,143 @@
-------------------------------------------------------------------
Mon Feb 3 09:43:24 UTC 2025 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 4.7.0.9, no changelog found
-------------------------------------------------------------------
Tue Jan 25 06:56:38 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 4.7.0.8
no changelog found
-------------------------------------------------------------------
Thu Jun 24 17:23:09 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 4.7.0.7
no changelog found
-------------------------------------------------------------------
Wed Jan 20 12:38:52 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 4.7.0.6
no changelog found
-------------------------------------------------------------------
Sun May 5 09:26:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 4.7.0.5
no changelog found
-------------------------------------------------------------------
Tue Apr 10 09:45:06 UTC 2018 - enavarro@suse.com
- updated to version 4.7.0.4:
- added Rails 5.2 support
-------------------------------------------------------------------
Thu Jan 11 11:38:16 UTC 2018 - rbrown@suse.com
- updated to version 4.7.0.3
- more appropriate description provided by upstream
- drop custom description from gem2rpm.yml
-------------------------------------------------------------------
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
- updated to version 4.7.0.2
no changelog found
-------------------------------------------------------------------
Wed Dec 14 05:34:21 UTC 2016 - coolo@suse.com
- updated to version 4.7.0.1
no changelog found
-------------------------------------------------------------------
Tue Oct 25 04:34:03 UTC 2016 - coolo@suse.com
- updated to version 4.7.0.0
no changelog found
-------------------------------------------------------------------
Fri Jun 24 04:33:36 UTC 2016 - coolo@suse.com
- updated to version 4.6.3.1
no changelog found
-------------------------------------------------------------------
Sat May 21 04:32:17 UTC 2016 - coolo@suse.com
- updated to version 4.6.3.0
no changelog found
-------------------------------------------------------------------
Fri May 6 04:35:31 UTC 2016 - coolo@suse.com
- updated to version 4.6.2.0
no changelog found
-------------------------------------------------------------------
Wed Apr 13 04:29:08 UTC 2016 - coolo@suse.com
- updated to version 4.6.1.0
no changelog found
-------------------------------------------------------------------
Tue Apr 12 04:29:34 UTC 2016 - coolo@suse.com
- updated to version 4.6.0.0
no changelog found
-------------------------------------------------------------------
Wed Feb 10 05:29:30 UTC 2016 - coolo@suse.com
- updated to version 4.5.0.1
no changelog found
-------------------------------------------------------------------
Tue Nov 24 05:29:21 UTC 2015 - coolo@suse.com
- updated to version 4.5.0.0
no changelog found
-------------------------------------------------------------------
Wed Jul 29 04:29:10 UTC 2015 - coolo@suse.com
- updated to version 4.4.0.0
no changelog found
-------------------------------------------------------------------
Fri Feb 6 18:18:13 UTC 2015 - coolo@suse.com
- updated to version 4.3.0.0, no changelog
-------------------------------------------------------------------
Wed Oct 15 12:12:06 UTC 2014 - coolo@suse.com
- updated to version 4.2.0.0, no changelog
-------------------------------------------------------------------
Sun Oct 12 11:07:34 UTC 2014 - adrian@suse.de
- adapt to new rubygem packaging style
-------------------------------------------------------------------
Sun May 18 09:04:38 UTC 2014 - coolo@suse.com
- updated to version 4.1.0.0, no changelog
-------------------------------------------------------------------
Sun Jan 5 14:39:45 UTC 2014 - coolo@suse.com
- updated to version 4.0.3.1, no changelog
-------------------------------------------------------------------
Fri Nov 15 10:06:30 UTC 2013 - coolo@suse.com
- initial package for OBS

View File

@@ -0,0 +1,55 @@
#
# spec file for package rubygem-font-awesome-rails
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
#
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
# All sections marked as MANUAL, license headers, summaries and descriptions
# can be maintained in that file. Please consult this file before editing any
# of those fields
#
Name: rubygem-font-awesome-rails
Version: 4.7.0.9
Release: 0
%define mod_name font-awesome-rails
%define mod_full_name %{mod_name}-%{version}
BuildRequires: %{ruby >= 1.9.3}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
URL: https://github.com/bokmann/font-awesome-rails
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
%description
font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a
Rails engine for use with the asset pipeline.
%prep
%build
%install
%gem_install \
--doc-files="LICENSE README.md" \
-f
%gem_packages
%changelog