|
|
@ -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.7
|
|
|
|
Version: 0.14.8
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
# aruba itself is MIT
|
|
|
|
# aruba itself is MIT
|
|
|
|
# icons in templates/images are CC-BY
|
|
|
|
# icons in templates/images are CC-BY
|
|
|
|
# jquery.js itself is MIT or GPLv2
|
|
|
|
# jquery.js itself is MIT or GPLv2
|
|
|
@ -110,7 +110,10 @@ then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Get rid of Bundler
|
|
|
|
# Get rid of Bundler
|
|
|
|
sed -i Rakefile -e '\@[Bb]undler@d'
|
|
|
|
sed -i Rakefile \
|
|
|
|
|
|
|
|
-e '\@[Bb]undler@d' \
|
|
|
|
|
|
|
|
-e 's|bundle exec ||' \
|
|
|
|
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
|
|
|
|
# Adjust test cases referring to $HOME.
|
|
|
|
# Adjust test cases referring to $HOME.
|
|
|
|
sed -i features/api/core/expand_path.feature -e "s|/home/\[\^/\]+|$(echo $HOME)|"
|
|
|
|
sed -i features/api/core/expand_path.feature -e "s|/home/\[\^/\]+|$(echo $HOME)|"
|
|
|
@ -143,6 +146,9 @@ popd
|
|
|
|
%{gem_instdir}/templates/
|
|
|
|
%{gem_instdir}/templates/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Feb 27 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.14.8-1
|
|
|
|
|
|
|
|
- 0.14.8
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 26 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.14.7-3
|
|
|
|
* Tue Feb 26 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.14.7-3
|
|
|
|
- Some cleanup
|
|
|
|
- Some cleanup
|
|
|
|
|
|
|
|
|
|
|
|