[packages/ruby-childprocess] Up to 5.1.0
arekm
arekm at pld-linux.org
Wed Mar 18 16:06:17 CET 2026
commit 2956e33cb7facc3c625371f9291a24805a90e4eb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Mar 18 16:06:07 2026 +0100
Up to 5.1.0
ruby-childprocess.spec | 27 ++++++++-------------------
1 file changed, 8 insertions(+), 19 deletions(-)
---
diff --git a/ruby-childprocess.spec b/ruby-childprocess.spec
index f4c5d25..1fc6546 100644
--- a/ruby-childprocess.spec
+++ b/ruby-childprocess.spec
@@ -5,23 +5,22 @@
%define pkgname childprocess
Summary: A simple and reliable gem for controlling external programs
Name: ruby-%{pkgname}
-Version: 0.9.0
-Release: 2
+Version: 5.1.0
+Release: 1
License: MIT
Group: Development/Languages
-Source0: http://rubygems.org/gems/%{pkgname}-%{version}.gem
-# Source0-md5: e3c0937c2c870117ef835f34ad836980
-URL: http://github.com/jarib/childprocess
+Source0: https://rubygems.org/gems/%{pkgname}-%{version}.gem
+# Source0-md5: 8ca074e79409523c3c699648d7432303
+URL: https://github.com/enkessler/childprocess
BuildRequires: rpm-rubyprov
BuildRequires: rpmbuild(macros) >= 1.665
%if %{with tests}
-BuildRequires: ruby-rake < 0.10
-BuildRequires: ruby-rake >= 0.9.2
-BuildRequires: ruby-rspec >= 2.0.0
+BuildRequires: ruby-rspec >= 3.0
BuildRequires: ruby-yard
%endif
Requires: ruby-ffi < 2
Requires: ruby-ffi >= 1.0.11
+Obsoletes: ruby-childprocess-doc < %{version}-%{release}
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,21 +29,11 @@ This gem aims at being a simple and reliable solution for controlling
external programs running in the background on any Ruby / OS
combination.
-%package doc
-Summary: Documentation for %{name}
-Group: Documentation
-Requires: %{name} = %{version}-%{release}
-
-%description doc
-Documentation for %{name}.
-
%prep
%setup -q -n %{pkgname}-%{version}
rm lib/childprocess/windows.rb
rm -r lib/childprocess/windows
-rm lib/childprocess/unix/platform/*-solaris.rb
-rm lib/childprocess/unix/platform/*-macosx.rb
%build
%__gem_helper spec
@@ -64,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.md LICENSE
+%doc README.md LICENSE CHANGELOG.md
%{ruby_vendorlibdir}/%{pkgname}.rb
%{ruby_vendorlibdir}/%{pkgname}
%{ruby_specdir}/%{pkgname}-%{version}.gemspec
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-childprocess.git/commitdiff/2956e33cb7facc3c625371f9291a24805a90e4eb
More information about the pld-cvs-commit
mailing list