!1 package-init

Merge pull request !1 from DisNight/master
This commit is contained in:
openeuler-ci-bot 2020-09-01 09:55:05 +08:00 committed by Gitee
commit 89af7278c7
4 changed files with 60 additions and 0 deletions

BIN
ejs-1.1.1.gem Normal file

Binary file not shown.

56
rubygem-ejs.spec Normal file
View File

@ -0,0 +1,56 @@
%global gem_name ejs
Name: rubygem-%{gem_name}
Version: 1.1.1
Release: 1
Summary: EJS (Embedded JavaScript) template compiler
License: MIT
URL: https://github.com/sstephenson/ruby-ejs/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source1: https://github.com/sstephenson/ruby-%{gem_name}/archive/v%{version}.tar.gz
BuildRequires: ruby(release) rubygems-devel ruby rubygem(execjs) rubygem(test-unit) nodejs
BuildArch: noarch
%description
Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.
%package doc
Summary: Documentation for %{name}
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description doc
Documentation for %{name}.
%prep
gem unpack %{SOURCE0}
%setup -q -D -T -n %{gem_name}-%{version}
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
%build
gem build %{gem_name}.gemspec
%gem_install
%install
mkdir -p %{buildroot}%{gem_dir}
cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/
%check
pushd .%{gem_instdir}
tar xzf %{SOURCE1}
ln -s ruby-%{gem_name}-%{version}/test test
ruby -Ilib -e 'Dir.glob "./test/**/test_*.rb", &method(:require)'
popd
%files
%dir %{gem_instdir}
%license %{gem_instdir}/LICENSE
%{gem_libdir}
%exclude %{gem_cache}
%{gem_spec}
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/README.md
%changelog
* Fri Aug 21 2020 fanjiachen <fanjiachen3@huawei.com> - 1.1.1-1
- package init

4
rubygem-ejs.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: sstephenson/ruby-ejs
tag_prefix: "v"
seperator: "."

BIN
v1.1.1.tar.gz Normal file

Binary file not shown.