]> git.pld-linux.org Git - packages/chef.git/blame - chef.spec
new, version 0.10.6
[packages/chef.git] / chef.spec
CommitLineData
e307965b
ER
1Summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
2Name: chef
3Version: 0.10.6
4Release: 0.2
5License: Apache v2.0
6Group: Development/Languages
7URL: http://wiki.opscode.com/display/chef
8Source0: http://rubygems.org/downloads/%{name}-%{version}.gem
9# Source0-md5: ea8746476a2ec37e1f8265a9febba6b9
10BuildRequires: rubygems
11Requires: ruby >= 1:1.8.7
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16A systems integration framework, built to bring the benefits of
17configuration management to your entire infrastructure.
18
19%prep
20%setup -qc
21%{__tar} xf %{SOURCE0} -O data.tar.gz | %{__tar} xz
22find -newer README.rdoc -o -print | xargs touch --reference %{SOURCE0}
23
24%build
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT{%{ruby_rubylibdir},%{_bindir}}
29
30cp -a bin/* $RPM_BUILD_ROOT%{_bindir}
31cp -a lib/* $RPM_BUILD_ROOT%{ruby_rubylibdir}
32
33%files
34%defattr(644,root,root,755)
35%doc README.rdoc
36%attr(755,root,root) %{_bindir}/chef-client
37%attr(755,root,root) %{_bindir}/chef-solo
38%attr(755,root,root) %{_bindir}/knife
39%attr(755,root,root) %{_bindir}/shef
40%{ruby_rubylibdir}/chef.rb
41%{ruby_rubylibdir}/chef
This page took 0.055464 seconds and 4 git commands to generate.