|
|
@ -3,8 +3,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: CLI Steps for Cucumber, hand-crafted for you in Aruba
|
|
|
|
Summary: CLI Steps for Cucumber, hand-crafted for you in Aruba
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 0.14.2
|
|
|
|
Version: 0.14.3
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
# aruba itself is MIT
|
|
|
|
# aruba itself is MIT
|
|
|
|
# icons in templates/images are CC-BY
|
|
|
|
# icons in templates/images are CC-BY
|
|
|
@ -46,9 +46,31 @@ Documentation for %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -c -T
|
|
|
|
%setup -q -c -T
|
|
|
|
%gem_install -n %{SOURCE0}
|
|
|
|
|
|
|
|
|
|
|
|
# Gem repack
|
|
|
|
|
|
|
|
TOPDIR=$(pwd)
|
|
|
|
|
|
|
|
mkdir tmpunpackdir
|
|
|
|
|
|
|
|
pushd tmpunpackdir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gem unpack %{SOURCE0}
|
|
|
|
|
|
|
|
cd %{gem_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gem specification -l --ruby %{SOURCE0} > %{gem_name}.gemspec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Allow childprocess 0.5.6
|
|
|
|
|
|
|
|
sed -i \
|
|
|
|
|
|
|
|
-e '/add_runtime_dependency.*childprocess/s|~> 0\.8\.0|>= 0.5.6|' \
|
|
|
|
|
|
|
|
%{gem_name}.gemspec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gem build %{gem_name}.gemspec
|
|
|
|
|
|
|
|
mv %{gem_name}-%{version}.gem $TOPDIR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
rm -rf tmpunpackdir
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
%gem_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{gem_dir}
|
|
|
|
mkdir -p %{buildroot}%{gem_dir}
|
|
|
@ -96,6 +118,9 @@ popd
|
|
|
|
%{gem_instdir}/templates/
|
|
|
|
%{gem_instdir}/templates/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Dec 31 2017 Mamoru TASAKA <mtasaka@tbz.t-com.ne.jp> - 0.14.3-1
|
|
|
|
|
|
|
|
- 0.14.3
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-3
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|