Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
1d5e5b7673
!7 【轻量级 PR】:fix spec changelog date error
From: @ccdxx 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2022-06-09 07:40:02 +00:00
chendexi
ac507c0411
fix spec changelog date error 2022-06-09 02:22:48 +00:00
openeuler-ci-bot
fe33959e05
!6 [sync] PR-4: update to 6.0.0
From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-03-31 01:28:06 +00:00
liqiuyu
66fe46b29d update to 6.0.0
(cherry picked from commit ef22f8eff2fdc0a992a7fa7387b9e66cd2099828)
2022-03-05 11:46:28 +08:00
openeuler-ci-bot
e267f46682 !3 revert to 5.0.7
From: @liqiuyu123
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-08-06 10:30:08 +00:00
liqiuyu
eb6d00c53a revert to 5.0.7 2021-08-06 15:03:42 +08:00
openeuler-ci-bot
f00045d7de !2 update to 6.0.0
From: @liqiuyu123
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-06-28 04:20:27 +00:00
liqiuyu
f85344792a update to 6.0.0 2021-06-28 10:44:31 +08:00
openeuler-ci-bot
0b5c2c6b71 !1 init
Merge pull request !1 from 谢政/master
2020-09-01 09:56:42 +08:00
xiezheng
2b648e94ec init 2020-08-28 15:08:30 +08:00
3 changed files with 64 additions and 0 deletions

60
rubygem-sass-rails.spec Normal file
View 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
View 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

Binary file not shown.