Sophie

Sophie

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

ruby-contest-0.1.3-3.mga3.src.rpm

%define oname   contest

Name:       ruby-%{oname}
Version:    0.1.3
Release:    %mkrel 3
Summary:    Write more readable tests in Test::Unit with this tiny script
License:    MIT
Group:      Development/Ruby
URL:        http://github.com/citrusbyte/contest
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
Write declarative tests using nested contexts without performance penalties.
Contest is less than 100 lines of code and gets the job done.

%files
%dir %{ruby_gemdir}/gems/%{oname}-%{version}/
%{ruby_gemdir}/gems/%{oname}-%{version}/lib
%{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec

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

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

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

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

%build
%gem_build

%install
%gem_install


%changelog

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

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

* Sat Nov 03 2012 fwang <fwang> 0.1.3-1.mga3
+ Revision: 312792
- new version 0.1.3

* Sat Feb 12 2011 shikamaru <shikamaru> 0.1.2-1.mga1
+ Revision: 51017
- imported package ruby-contest