Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 2d9c47a2a55b06f2b4706b991a174459 > files > 1

ruby-webmock-1.8.11-3.mga3.src.rpm

%define oname   webmock

Name:       ruby-%{oname}
Version:    1.8.11
Release:    %mkrel 3
Summary:    Library for stubbing HTTP requests in Ruby
Group:      Development/Ruby
License:    GPLv2
URL:        http://github.com/bblimke/webmock
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
WebMock allows stubbing HTTP requests and setting expectations on HTTP
requests.

#-------------------------------------------------------------------------------
%package        doc
Summary:    Documentation for %{name}
Group:      Development/Ruby
Requires:   %{name} = %{version}-%{release}

%description    doc
Documents, Rdoc & RI documentation for %{name}.
#-------------------------------------------------------------------------------

%prep
%setup -q
tar xmf data.tar.gz

%build
%gem_build

%install
%gem_install

%files
%doc LICENSE CHANGELOG.md
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec

%files          doc
%doc %{ruby_gemdir}/doc/%{oname}-%{version}


%changelog

* Fri Feb 08 2013 umeabot <umeabot> 1.8.11-3.mga3
+ Revision: 396603
- Rebuild for CVE-2013-0256

* Mon Jan 14 2013 umeabot <umeabot> 1.8.11-2.mga3
+ Revision: 381624
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Nov 04 2012 fwang <fwang> 1.8.11-1.mga3
+ Revision: 314074
- new version 1.8.11

* Thu Jun 07 2012 solbu <solbu> 1.7.4-1.mga3
+ Revision: 256695
- New version
- Spec cleanup

* Thu Feb 03 2011 shikamaru <shikamaru> 1.6.2-1.mga1
+ Revision: 46663
- more BRs
- add jeweler to the list of dependencies
- add rake in the BR
- imported package ruby-webmock