2011-06-10 05:49:15 +00:00
|
|
|
#
|
2011-07-04 08:06:36 +00:00
|
|
|
# spec file for package rubygem-sass
|
2011-06-10 05:49:15 +00:00
|
|
|
#
|
2024-06-21 09:18:09 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2011-06-10 05:49:15 +00:00
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
|
2018-11-09 05:54:32 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-06-10 05:49:15 +00:00
|
|
|
#
|
|
|
|
|
|
2011-10-17 12:44:56 +00:00
|
|
|
|
2014-10-15 12:00:40 +00:00
|
|
|
#
|
|
|
|
|
# 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
|
|
|
|
|
#
|
|
|
|
|
|
2011-06-10 05:49:15 +00:00
|
|
|
Name: rubygem-sass
|
2019-05-05 16:48:46 +00:00
|
|
|
Version: 3.7.4
|
2011-07-21 13:08:24 +00:00
|
|
|
Release: 0
|
2011-06-10 05:49:15 +00:00
|
|
|
%define mod_name sass
|
2011-07-21 13:08:24 +00:00
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
2012-08-11 05:41:46 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2017-08-07 18:00:19 +00:00
|
|
|
BuildRequires: %{ruby >= 2.0.0}
|
2014-10-15 12:00:40 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
2014-10-13 07:15:35 +00:00
|
|
|
BuildRequires: ruby-macros >= 5
|
2013-07-30 16:15:21 +00:00
|
|
|
BuildRequires: update-alternatives
|
2024-06-21 09:18:09 +00:00
|
|
|
URL: https://sass-lang.com/
|
2017-10-13 11:46:25 +00:00
|
|
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
2014-10-15 12:00:40 +00:00
|
|
|
Source1: gem2rpm.yml
|
2024-06-21 09:18:09 +00:00
|
|
|
# MANUAL
|
|
|
|
|
Patch0: non-numeric.patch
|
|
|
|
|
# /MANUAL
|
2011-06-10 05:49:15 +00:00
|
|
|
Summary: A powerful but elegant CSS compiler that makes CSS fun again
|
2012-02-13 13:58:44 +00:00
|
|
|
License: MIT
|
|
|
|
|
Group: Development/Languages/Ruby
|
2013-03-23 06:34:37 +00:00
|
|
|
PreReq: update-alternatives
|
2011-10-17 12:44:56 +00:00
|
|
|
|
2011-06-10 05:49:15 +00:00
|
|
|
%description
|
2018-11-09 05:54:32 +00:00
|
|
|
Ruby Sass is deprecated! See https://sass-lang.com/ruby-sass for
|
|
|
|
|
details.
|
2015-10-11 09:24:20 +00:00
|
|
|
Sass makes CSS fun again. Sass is an extension of CSS, adding
|
2012-08-11 05:41:46 +00:00
|
|
|
nested rules, variables, mixins, selector inheritance, and more.
|
|
|
|
|
It's translated to well-formatted, standard CSS using the
|
|
|
|
|
command line tool or a web-framework plugin.
|
2011-06-10 05:49:15 +00:00
|
|
|
|
2011-07-21 13:08:24 +00:00
|
|
|
%prep
|
2024-06-21 09:18:09 +00:00
|
|
|
%gem_unpack
|
|
|
|
|
%patch -P 0 -p1
|
|
|
|
|
find -type f -print0 | xargs -0 touch -r %{S:0}
|
|
|
|
|
%gem_build
|
2011-10-17 12:44:56 +00:00
|
|
|
|
2011-07-21 13:08:24 +00:00
|
|
|
%build
|
2011-10-17 12:44:56 +00:00
|
|
|
|
2011-06-10 05:49:15 +00:00
|
|
|
%install
|
2014-10-13 07:15:35 +00:00
|
|
|
%gem_install \
|
|
|
|
|
--symlink-binaries \
|
|
|
|
|
--doc-files="MIT-LICENSE README.md" \
|
|
|
|
|
-f
|
2011-07-21 13:08:24 +00:00
|
|
|
|
2014-10-13 07:15:35 +00:00
|
|
|
%gem_packages
|
2011-06-10 05:49:15 +00:00
|
|
|
|
|
|
|
|
%changelog
|