]> git.pld-linux.org Git - packages/ruby-systemu.git/blob - ruby-systemu.spec
532601532b35be414bd38e5ad77f66efa47dd509
[packages/ruby-systemu.git] / ruby-systemu.spec
1 %define gem_name systemu
2 Summary:        Universal capture of stdout and stderr and handling of child process pid
3 Name:           ruby-%{gem_name}
4 Version:        2.5.2
5 Release:        1
6 License:        BSD or Ruby
7 Group:          Development/Libraries
8 URL:            https://github.com/ahoward/systemu
9 Source0:        http://production.cf.rubygems.org/gems/%{gem_name}-%{version}.gem
10 # Source0-md5:  7ac461f71ebf29b68f286fe34730c2f2
11 BuildRequires:  rpm-rubyprov
12 BuildRequires:  rpmbuild(macros) >= 1.656
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Universal capture of stdout and stderr and handling of child process
18 pid.
19
20 %prep
21 %setup -q
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT%{ruby_vendorlibdir}
26 cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %doc README.erb
34 %{ruby_vendorlibdir}/systemu.rb
This page took 0.047148 seconds and 2 git commands to generate.