Sync from SUSE:SLFO:Main rubygem-sassc-rails revision 512f9df3cfcae6b2f56c79868799c968

This commit is contained in:
2025-02-06 18:29:10 +01:00
commit 3f5c15817a
6 changed files with 107 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

5
gem2rpm.yml Normal file
View File

@@ -0,0 +1,5 @@
---
:sources:
- rubygem-sassc-rails-rpmlintrc
:description: |-
We all love working with Sass, but compilation can take quite a long time for larger codebases. This gem integrates the C implementation of Sass, LibSass, into the asset pipeline.

View File

@@ -0,0 +1,3 @@
addFilter("version-control-internal-file")
addFilter("zero-length")
addFilter("hidden-file-or-dir")

View File

@@ -0,0 +1,17 @@
-------------------------------------------------------------------
Mon Jul 8 07:12:42 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 2.1.2
* no changelog entry found
-------------------------------------------------------------------
Sun May 5 09:44:54 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.1.1
no changelog found
-------------------------------------------------------------------
Sun Apr 7 10:37:10 UTC 2019 - manuel <mschnitzer@suse.com>
- initialize package (2.1.0)

56
rubygem-sassc-rails.spec Normal file
View File

@@ -0,0 +1,56 @@
#
# spec file for package rubygem-sassc-rails
#
# Copyright (c) 2019 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
# 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-sassc-rails
Version: 2.1.2
Release: 0
%define mod_name sassc-rails
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
Url: https://github.com/sass/sassc-rails
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: rubygem-sassc-rails-rpmlintrc
Source2: gem2rpm.yml
Summary: Integrate SassC-Ruby into Rails
License: MIT
Group: Development/Languages/Ruby
%description
We all love working with Sass, but compilation can take quite a long time for larger codebases. This gem integrates the C implementation of Sass, LibSass, into the asset pipeline.
%prep
%build
%install
%gem_install \
--doc-files="LICENSE.txt README.md" \
-f
%gem_packages
%changelog

BIN
sassc-rails-2.1.2.gem (Stored with Git LFS) Normal file

Binary file not shown.