b4110c2
%global gem_name capybara
Chris Lalancette 9af516b
Chris Lalancette 9af516b
Summary: Simplify the process of integration testing Rack applications
b4110c2
Name: rubygem-%{gem_name}
Josef Stribny c02d22f
Version: 2.4.1
Josef Stribny c02d22f
Release: 1%{?dist}
Chris Lalancette 9af516b
Group: Development/Languages
Chris Lalancette 9af516b
License: MIT
Chris Lalancette 9af516b
URL: http://github.com/jnicklas/capybara
b4110c2
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
913a177
Requires: ruby(release)
Chris Lalancette 9af516b
Requires: ruby(rubygems)
Chris Lalancette 9af516b
Requires: ruby
Chris Lalancette 9af516b
Requires: rubygem(nokogiri) >= 1.3.3
Chris Lalancette 9af516b
Requires: rubygem(mime-types) >= 1.16
Chris Lalancette 9af516b
Requires: rubygem(rack) >= 1.0.0
Chris Lalancette 9af516b
Requires: rubygem(rack-test) >= 0.5.4
Josef Stribny c02d22f
Requires: rubygem(xpath) >= 2.0
Josef Stribny c02d22f
Requires: rubygem(xpath) < 3.0
913a177
BuildRequires: ruby(release)
Chris Lalancette 9af516b
BuildRequires: ruby(rubygems)
b4110c2
BuildRequires: rubygems-devel
Chris Lalancette 9af516b
BuildRequires: ruby
Chris Lalancette 9af516b
BuildArch: noarch
b4110c2
Provides: rubygem(%{gem_name}) = %{version}
Chris Lalancette 9af516b
Chris Lalancette 9af516b
%description
Chris Lalancette 9af516b
Capybara is an integration testing tool for rack based web applications. It
Chris Lalancette 9af516b
simulates how a user would interact with a website.
Chris Lalancette 9af516b
Chris Lalancette 9af516b
Chris Lalancette 9af516b
%package doc
Chris Lalancette 9af516b
Summary: Documentation for %{name}
Chris Lalancette 9af516b
Group: Documentation
Chris Lalancette 9af516b
Requires: %{name} = %{version}-%{release}
Chris Lalancette 9af516b
BuildArch: noarch
Chris Lalancette 9af516b
Chris Lalancette 9af516b
%description doc
Chris Lalancette 9af516b
Documentation for %{name}
Chris Lalancette 9af516b
Chris Lalancette 9af516b
Chris Lalancette 9af516b
%prep
Chris Lalancette 9af516b
%setup -q -c -T
913a177
%gem_install -n %{SOURCE0}
Chris Lalancette 9af516b
Chris Lalancette 9af516b
%build
Chris Lalancette 9af516b
Chris Lalancette 9af516b
%install
b4110c2
mkdir -p %{buildroot}%{gem_dir}
b4110c2
cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
Chris Lalancette 9af516b
Chris Lalancette 9af516b
%files
b4110c2
%dir %{gem_instdir}
Josef Stribny c02d22f
%doc %{gem_instdir}/README.md
Josef Stribny c02d22f
%doc %{gem_instdir}/History.md
Josef Stribny c02d22f
%doc %{gem_instdir}/License.txt
b4110c2
%{gem_instdir}/lib
b4110c2
%{gem_dir}/cache/%{gem_name}-%{version}.gem
b4110c2
%{gem_dir}/specifications/%{gem_name}-%{version}.gemspec
Chris Lalancette 9af516b
Chris Lalancette 9af516b
%files doc
b4110c2
%doc %{gem_dir}/doc/%{gem_name}-%{version}
b4110c2
%doc %{gem_instdir}/spec
Chris Lalancette 9af516b
Chris Lalancette 9af516b
Chris Lalancette 9af516b
%changelog
Josef Stribny c02d22f
* Tue Jul 22 2014 Josef Stribny <jstribny@redhat.com> - 2.4.1-1
Josef Stribny c02d22f
- Update to capybara 2.4.1
Josef Stribny c02d22f
0d70811
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-6
0d70811
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0d70811
58f02d1
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-5
58f02d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
58f02d1
913a177
* Mon Mar 18 2013 Mo Morsi <mmorsi@redhat.com> - 1.1.2-4
913a177
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
913a177
4b32ba1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
4b32ba1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4b32ba1
d9fccb4
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
d9fccb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d9fccb4
b4110c2
* Mon Feb 13 2012 Mo Morsi <mmorsi@redhat.com> - 1.1.2-1
b4110c2
- update to latest upstream release
b4110c2
- updated to ruby 1.9
b4110c2
d4f01b5
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
d4f01b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d4f01b5
Chris Lalancette 9af516b
* Thu Aug 04 2011 Chris Lalancette <clalance@redhat.com> - 1.0.0-2
Chris Lalancette 9af516b
- Fix the license field to meet the actual license
Chris Lalancette 9af516b
Chris Lalancette 9af516b
* Wed Aug 03 2011 Chris Lalancette <clalance@redhat.com> - 1.0.0-1
Chris Lalancette 9af516b
- Initial package