epel9
Mamoru TASAKA 8 years ago
parent 1650c2114d
commit 907e1e73b2

1
.gitignore vendored

@ -1,3 +1,4 @@
/childprocess-0.3.6.gem
/childprocess-0.3.9.gem
/childprocess-0.5.3.gem
/childprocess-0.5.9.gem

@ -3,14 +3,14 @@
Summary: A simple and reliable gem for controlling external programs
Name: rubygem-%{gem_name}
Version: 0.5.3
Release: 5%{?dist}
Version: 0.5.9
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://github.com/jarib/childprocess
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: rubygems-devel
BuildRequires: rubygem(rspec2)
BuildRequires: rubygem(rspec) >= 3
#BuildRequires: rubygem(coveralls)
BuildArch: noarch
@ -51,7 +51,7 @@ chmod 644 %{buildroot}%{gem_instdir}/spec/*.rb
pushd .%{gem_instdir}
# Get rid of coverall dependency
sed -i -e '5,6d' spec/spec_helper.rb
rspec2 spec
rspec spec
popd
@ -70,6 +70,9 @@ popd
%changelog
* Mon Jan 2 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.5.9-1
- 0.5.9
* Tue Mar 01 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 0.5.3-5
- BR: rubygem-rspec2 (#1308012)

@ -1 +1 @@
438b549468bb6270a3553f4865fad0cf childprocess-0.5.3.gem
SHA512 (childprocess-0.5.9.gem) = 5a671e59d19531347438dc149d5309218c7e439cfd0bfcfe201ae8e1099a2608a0170f9a3f3752fb709afc6b68fa3a10dc60d0632af545a9ba71483c7be2c21d

Loading…
Cancel
Save