Compare commits
10 Commits
ae883da29d
...
1d5e5b7673
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d5e5b7673 | ||
|
|
ac507c0411 | ||
|
|
fe33959e05 | ||
|
|
66fe46b29d | ||
|
|
e267f46682 | ||
|
|
eb6d00c53a | ||
|
|
f00045d7de | ||
|
|
f85344792a | ||
|
|
0b5c2c6b71 | ||
|
|
2b648e94ec |
60
rubygem-sass-rails.spec
Normal file
60
rubygem-sass-rails.spec
Normal file
@ -0,0 +1,60 @@
|
||||
%global gem_name sass-rails
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 6.0.0
|
||||
Release: 1
|
||||
Summary: Sass adapter for the Rails asset pipeline
|
||||
License: MIT
|
||||
URL: https://github.com/rails/sass-rails
|
||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||
BuildRequires: ruby(release) rubygems-devel ruby rubygem(bundler) rubygem(rails) rubygem(sass)
|
||||
BuildRequires: rubygem(sqlite3) rubygem(tilt)
|
||||
BuildArch: noarch
|
||||
%description
|
||||
Sass adapter for the Rails asset pipeline.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
%description doc
|
||||
Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{gem_name}-%{version}
|
||||
|
||||
%build
|
||||
gem build ../%{gem_name}-%{version}.gemspec
|
||||
%gem_install
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{gem_dir}
|
||||
cp -a .%{gem_dir}/* \
|
||||
%{buildroot}%{gem_dir}/
|
||||
|
||||
%check
|
||||
pushd .%{gem_instdir}
|
||||
popd
|
||||
|
||||
%files
|
||||
%dir %{gem_instdir}
|
||||
%license %{gem_instdir}/MIT-LICENSE
|
||||
%{gem_libdir}
|
||||
%exclude %{gem_cache}
|
||||
%{gem_spec}
|
||||
|
||||
%files doc
|
||||
%doc %{gem_docdir}
|
||||
%doc %{gem_instdir}/README.md
|
||||
|
||||
%changelog
|
||||
* Thu Mar 3 2022 liqiuyu <liqiuyu@kylinos.cn> - 6.0.0-1
|
||||
- update to 6.0.0
|
||||
|
||||
* Fri Aug 6 2021 liqiuyu <liqiuyu@kylinos.cn> - 5.0.7-2
|
||||
- revert to 5.0.7
|
||||
|
||||
* Fri Jun 25 2021 liqiuyu <liqiuyu@kylinos.cn> - 6.0.0-1
|
||||
- update to 6.0.0
|
||||
|
||||
* Wed Aug 19 2020 xiezheng <xiezheng4@huawei.com> - 5.0.7-1
|
||||
- package init
|
||||
4
rubygem-sass-rails.yaml
Normal file
4
rubygem-sass-rails.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: rails/sass-rails
|
||||
tag_prefix: "v"
|
||||
separator: "."
|
||||
BIN
sass-rails-6.0.0.gem
Normal file
BIN
sass-rails-6.0.0.gem
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user