]> git.pld-linux.org Git - SPECS.git/blob - knife-spork.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / knife-spork.spec
1 Summary:        Chef knife workflow plugin
2 Name:           knife-spork
3 Version:        1.3.0
4 Release:        0.2
5 License:        GPL v2+ or Ruby
6 Group:          Development/Languages
7 Source0:        http://rubygems.org/downloads/%{name}-%{version}.gem
8 # Source0-md5:  fa96bacb8c226a3e5d829cfb2d6ae909
9 URL:            https://github.com/jonlives/knife-spork
10 BuildRequires:  rpm-rubyprov
11 BuildRequires:  rpmbuild(macros) >= 1.656
12 Requires:       knife >= 11.0.0
13 Requires:       ruby-app_conf >= 0.4.0
14 Requires:       ruby-diffy >= 3.0.1
15 Requires:       ruby-git >= 1.2.5
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 A workflow plugin to help many devs work with the same Chef
21 repo/server.
22
23 %prep
24 %setup -q
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{ruby_vendorlibdir}
29 cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %{ruby_vendorlibdir}/%{name}.rb
37 %{ruby_vendorlibdir}/%{name}
38 %{ruby_vendorlibdir}/chef/knife/spork-*.rb
This page took 0.181041 seconds and 3 git commands to generate.