Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release-src > by-pkgid > 171d1d040bb78d7376aa4193048b1bbf > files > 1

ruby-systemu-2.5.2-4.mga4.src.rpm

%define oname   systemu

Name:       ruby-%{oname}
Version:    2.5.2
Release:    %mkrel 4
Summary:    Universal capture of stdout and stderr and handling of child process pid
Group:      Development/Ruby
License:    Ruby
URL:        https://github.com/ahoward/systemu
Source0:    http://rubygems.org/gems/%{oname}-%{version}.gem
BuildRequires: rubygems
BuildRequires: rubygem(hoe) >= 3.1
BuildArch:  noarch

%description
Universal capture of stdout and stderr and handling of child process pid


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

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

%prep
%gem_setup

%build
%gem_build

%install
%gem_install

%files
%dir %{gem_instdir}/
%{gem_instdir}/lib
%{gem_instdir}/test
%{gem_spec}

%files          doc
%doc %{gem_docdir}
%doc %{gem_instdir}/samples


%changelog
* Sat Dec 28 2013 pterjan <pterjan> 2.5.2-4.mga4
+ Revision: 562509
- Fix gem macros

* Mon Oct 21 2013 umeabot <umeabot> 2.5.2-3.mga4
+ Revision: 538751
- Mageia 4 Mass Rebuild

* Wed Oct 02 2013 fwang <fwang> 2.5.2-2.mga4
+ Revision: 490342
- update file list

* Fri Feb 08 2013 fwang <fwang> 2.5.2-2.mga3
+ Revision: 396899
- rebuild for new rdoc

* Sun Jan 20 2013 colin <colin> 2.5.2-1.mga3
+ Revision: 390081
- imported package ruby-systemu