!2 update to 14.0.0
From: @lyn1001 Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
e10ddf935a
BIN
cucumber-cucumber-expressions-14.0.0.gem
Normal file
BIN
cucumber-cucumber-expressions-14.0.0.gem
Normal file
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
%global gem_name cucumber-expressions
|
%global gem_name cucumber-cucumber-expressions
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-cucumber-expressions
|
||||||
Version: 6.0.1
|
Version: 14.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A simpler alternative to Regular Expressions
|
Summary: A simpler alternative to Regular Expressions
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -8,6 +8,8 @@ URL: https://github.com/cucumber/cucumber-expressions-ruby
|
|||||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||||
BuildRequires: ruby(release) rubygems-devel ruby >= 1.9.3 rubygem-rspec-core
|
BuildRequires: ruby(release) rubygems-devel ruby >= 1.9.3 rubygem-rspec-core
|
||||||
BuildRequires: rubygem-rspec-expectations
|
BuildRequires: rubygem-rspec-expectations
|
||||||
|
Provides: rubygem-cucumber-cucumber-expressions = %{version}-%{release}
|
||||||
|
Obsoletes: rubygem-cucumber-cucumber-expressions < %{version}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Cucumber Expressions - a simpler alternative to Regular Expressions.
|
Cucumber Expressions - a simpler alternative to Regular Expressions.
|
||||||
@ -40,7 +42,7 @@ popd
|
|||||||
%dir %{gem_instdir}
|
%dir %{gem_instdir}
|
||||||
%exclude %{gem_instdir}/.*
|
%exclude %{gem_instdir}/.*
|
||||||
%license %{gem_instdir}/LICENSE
|
%license %{gem_instdir}/LICENSE
|
||||||
%{gem_instdir}/Makefile
|
%exclude %{gem_instdir}/scripts/
|
||||||
%{gem_libdir}
|
%{gem_libdir}
|
||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
@ -48,12 +50,15 @@ popd
|
|||||||
%files doc
|
%files doc
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
%{gem_instdir}/Gemfile
|
%{gem_instdir}/Gemfile
|
||||||
|
%{gem_instdir}/VERSION
|
||||||
%doc %{gem_instdir}/README.md
|
%doc %{gem_instdir}/README.md
|
||||||
%{gem_instdir}/Rakefile
|
%{gem_instdir}/Rakefile
|
||||||
%{gem_instdir}/cucumber-expressions.gemspec
|
%{gem_instdir}/cucumber-cucumber-expressions.gemspec
|
||||||
%{gem_instdir}/examples.txt
|
|
||||||
%{gem_instdir}/spec
|
%{gem_instdir}/spec
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 9 2023 liyanan <liyanan32@h-partners.com> - 14.0.0-1
|
||||||
|
- Update to 14.0.0
|
||||||
|
|
||||||
* Fri Aug 21 2020 shenleizhao <shenleizhao@huawei.com> - 6.0.1-1
|
* Fri Aug 21 2020 shenleizhao <shenleizhao@huawei.com> - 6.0.1-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user