Compare commits
No commits in common. "1d5e5b7673c3f8201a801dfaacb3c40e449c25f4" and "ae883da29d45f830fae1775c9180d606ec2f05ef" have entirely different histories.
1d5e5b7673
...
ae883da29d
@ -1,60 +0,0 @@
|
|||||||
%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
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: rails/sass-rails
|
|
||||||
tag_prefix: "v"
|
|
||||||
separator: "."
|
|
||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user