|
|
@ -2,23 +2,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Tool to execute plain-text documents as functional tests
|
|
|
|
Summary: Tool to execute plain-text documents as functional tests
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 1.2.1
|
|
|
|
Version: 1.3.15
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://cukes.info
|
|
|
|
URL: http://cukes.info
|
|
|
|
Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Requires: ruby(release)
|
|
|
|
|
|
|
|
Requires: ruby(rubygems)
|
|
|
|
|
|
|
|
Requires: rubygem(term-ansicolor) >= 1.0.5
|
|
|
|
|
|
|
|
Requires: rubygem(diff-lcs) >= 1.1.2
|
|
|
|
|
|
|
|
Requires: rubygem(builder) >= 2.1.2
|
|
|
|
|
|
|
|
Requires: rubygem(gherkin) >= 2.4.5
|
|
|
|
|
|
|
|
Requires: rubygem(json) >= 1.4.6
|
|
|
|
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
Provides: rubygem(%{gem_name}) = %{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Cucumber lets software development teams describe how software should behave
|
|
|
|
Cucumber lets software development teams describe how software should behave
|
|
|
@ -45,7 +37,9 @@ cp -pa .%{_bindir}/* \
|
|
|
|
|
|
|
|
|
|
|
|
find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
|
|
|
|
find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
|
|
|
|
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.rvmrc
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.ruby-gemset
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.ruby-version
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.yardopts
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.gitattributes
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.gitattributes
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.gitmodules
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.gitmodules
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.yardopts
|
|
|
|
rm -f $RPM_BUILD_ROOT%{gem_instdir}/.yardopts
|
|
|
@ -57,8 +51,6 @@ find $RPM_BUILD_ROOT%{gem_instdir} -type f | grep '.gitignore' | xargs rm -f
|
|
|
|
# Remove zero-length documentation files
|
|
|
|
# Remove zero-length documentation files
|
|
|
|
find $RPM_BUILD_ROOT%{gem_docdir} -empty -delete
|
|
|
|
find $RPM_BUILD_ROOT%{gem_docdir} -empty -delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/cucumber
|
|
|
|
%{_bindir}/cucumber
|
|
|
@ -77,6 +69,7 @@ find $RPM_BUILD_ROOT%{gem_docdir} -empty -delete
|
|
|
|
%doc %{gem_instdir}/LICENSE
|
|
|
|
%doc %{gem_instdir}/LICENSE
|
|
|
|
%doc %{gem_instdir}/History.md
|
|
|
|
%doc %{gem_instdir}/History.md
|
|
|
|
%doc %{gem_instdir}/README.md
|
|
|
|
%doc %{gem_instdir}/README.md
|
|
|
|
|
|
|
|
%doc %{gem_instdir}/CONTRIBUTING.md
|
|
|
|
%doc %{gem_instdir}/Gemfile
|
|
|
|
%doc %{gem_instdir}/Gemfile
|
|
|
|
%doc %{gem_instdir}/legacy_features
|
|
|
|
%doc %{gem_instdir}/legacy_features
|
|
|
|
%{gem_cache}
|
|
|
|
%{gem_cache}
|
|
|
@ -84,6 +77,9 @@ find $RPM_BUILD_ROOT%{gem_docdir} -empty -delete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 18 2014 Josef Stribny <jstribny@redhat.com> - 1.3.15-1
|
|
|
|
|
|
|
|
- Update to cucumber 1.3.15
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-5
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|