Sophie

Sophie

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

ruby-ci_reporter-1.7.3-3.mga3.src.rpm

%define oname   ci_reporter

Name:       ruby-%{oname}
Version:    1.7.3
Release:    %mkrel 3
Summary:    Allows you to generate reams of XML for use with continuous integration systems
License:    MIT
Group:      Development/Ruby
URL:        http://caldersphere.rubyforge.org/ci_reporter
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildArch:  noarch

%description
CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you
to generate XML reports of your test, spec and/or feature runs. The
resulting files can be read by a continuous integration system that
understands Ant's JUnit report XML format, thus allowing your CI system to
track test/spec successes and failures.

%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}
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/History.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/Manifest.txt
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/README.rdoc
%doc %{ruby_gemdir}/gems/%{oname}-%{version}/LICENSE.txt
#-------------------------------------------------------------------------------

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

%build
%gem_build

%install
%gem_install


%changelog

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

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

* Sat Nov 03 2012 fwang <fwang> 1.7.3-1.mga3
+ Revision: 312764
- update file list
- new version 1.7.3

* Wed Apr 20 2011 shikamaru <shikamaru> 1.6.4-1.mga1
+ Revision: 88848
- imported package ruby-ci_reporter