[packages/ruby-systemu] new, version 2.5.2

glen glen at pld-linux.org
Wed Apr 3 23:25:19 CEST 2013


commit 19b7068857025b9cd68cc192392d6a99f7bfa32e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Apr 4 00:24:54 2013 +0300

    new, version 2.5.2
    
    based on fedora rubygems-systemu package
    6ab400cc976b0600b9f9a233bc013c4ab0736c65

 ruby-systemu.spec | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
---
diff --git a/ruby-systemu.spec b/ruby-systemu.spec
new file mode 100644
index 0000000..5326015
--- /dev/null
+++ b/ruby-systemu.spec
@@ -0,0 +1,34 @@
+%define gem_name systemu
+Summary:	Universal capture of stdout and stderr and handling of child process pid
+Name:		ruby-%{gem_name}
+Version:	2.5.2
+Release:	1
+License:	BSD or Ruby
+Group:		Development/Libraries
+URL:		https://github.com/ahoward/systemu
+Source0:	http://production.cf.rubygems.org/gems/%{gem_name}-%{version}.gem
+# Source0-md5:	7ac461f71ebf29b68f286fe34730c2f2
+BuildRequires:	rpm-rubyprov
+BuildRequires:	rpmbuild(macros) >= 1.656
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Universal capture of stdout and stderr and handling of child process
+pid.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ruby_vendorlibdir}
+cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.erb
+%{ruby_vendorlibdir}/systemu.rb
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-systemu.git/commitdiff/19b7068857025b9cd68cc192392d6a99f7bfa32e



More information about the pld-cvs-commit mailing list