]> git.pld-linux.org Git - packages/chefdk.git/blame - chefdk.spec
update url to point to chef command manual
[packages/chefdk.git] / chefdk.spec
CommitLineData
7248f3ee
ER
1# NOTE
2# - this package by upstream is bundle (345M download, 1.5G unpacked) of all dependencies plus new tool called 'chef'
3Summary: Chef Development Kit
4Name: chefdk
5Version: 0.0.1
6Release: 0.1
7License: Apache v2.0
8Group: Networking/Admin
9Source0: https://github.com/opscode/chef-dk/archive/%{version}/%{name}-%{version}.tar.gz
10# Source0-md5: 80f274de84f339971e7afa0de463a842
7ab6d7a6 11URL: http://docs.opscode.com/ctl_chef.html
7248f3ee
ER
12BuildRequires: rpm-rubyprov
13BuildRequires: rpmbuild(macros) >= 1.673
14BuildRequires: sed >= 4.0
15%if %{with tests}
16%endif
17Requires: berkshelf
18Requires: chef
19Requires: chef-spec
20Requires: foodcritic
21Requires: knife
22Requires: ruby(abi) >= 2.0
23Requires: test-kitchen
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28Chef Development Kit (Chef DK) brings Chef and the development tools
29developed by the Chef Community together and acts as the consistent
30interface to this awesomeness.
31
32This awesomeness is composed of:
33- chef
34- berkshelf
35- test-kitchen
36- ChefSpec
37- foodcritic
38
39%prep
40%setup -q -n chef-dk-%{version}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44install -d $RPM_BUILD_ROOT{%{ruby_vendorlibdir},%{_bindir}}
45
46cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
47cp -a bin/* $RPM_BUILD_ROOT%{_bindir}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc README.md CONTRIBUTING.md CHANGELOG.md
55%attr(755,root,root) %{_bindir}/chef
56%{ruby_vendorlibdir}/chef-dk.rb
57%{ruby_vendorlibdir}/chef-dk
This page took 0.115447 seconds and 4 git commands to generate.