|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 3.4.19
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: A powerful but elegant CSS compiler that makes CSS fun again
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT
|
|
|
|
@ -13,6 +13,9 @@ BuildRequires: ruby(release)
|
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
|
BuildRequires: rubygem(minitest)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
|
Provides: rubygem(%{gem_name}) = %{version}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Sass makes CSS fun again. Sass is an extension of CSS, adding
|
|
|
|
@ -96,6 +99,9 @@ popd
|
|
|
|
|
%{gem_instdir}/test
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 06 2016 Greg Hellings <greg.hellings@gmail.com> - 3.4.19-2
|
|
|
|
|
- Added explicit Provides for EPEL 7
|
|
|
|
|
|
|
|
|
|
* Mon Oct 12 2015 Vít Ondruch <vondruch@redhat.com> - 3.4.19-1
|
|
|
|
|
- Update to Sass 3.4.19.
|
|
|
|
|
|
|
|
|
|