]> git.pld-linux.org Git - packages/chef.git/blame - chef.spec
fill direct require errors from chec-solo invocation
[packages/chef.git] / chef.spec
CommitLineData
bce16be1
ER
1# TODO
2# - try not to use /var/chef
e307965b
ER
3Summary: A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
4Name: chef
5Version: 0.10.6
bce16be1 6Release: 0.3
e307965b
ER
7License: Apache v2.0
8Group: Development/Languages
9URL: http://wiki.opscode.com/display/chef
10Source0: http://rubygems.org/downloads/%{name}-%{version}.gem
11# Source0-md5: ea8746476a2ec37e1f8265a9febba6b9
12BuildRequires: rubygems
13Requires: ruby >= 1:1.8.7
bce16be1
ER
14Requires: ruby-bunny >= 0.6.0
15Requires: ruby-erubis
16Requires: ruby-mixlib-authentication >= 1.1.0
17Requires: ruby-mixlib-config >= 1.1.2
18Requires: ruby-mixlib-log >= 1.3.0
19Requires: ruby-moneta
20Requires: ruby-ohai >= 0.6
21Requires: ruby-rubygems
22Requires: ruby-uuidtools
e307965b
ER
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27A systems integration framework, built to bring the benefits of
28configuration management to your entire infrastructure.
29
30%prep
31%setup -qc
32%{__tar} xf %{SOURCE0} -O data.tar.gz | %{__tar} xz
33find -newer README.rdoc -o -print | xargs touch --reference %{SOURCE0}
34
35%build
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT{%{ruby_rubylibdir},%{_bindir}}
40
41cp -a bin/* $RPM_BUILD_ROOT%{_bindir}
42cp -a lib/* $RPM_BUILD_ROOT%{ruby_rubylibdir}
43
bce16be1
ER
44%clean
45rm -rf $RPM_BUILD_ROOT
46
e307965b
ER
47%files
48%defattr(644,root,root,755)
49%doc README.rdoc
50%attr(755,root,root) %{_bindir}/chef-client
51%attr(755,root,root) %{_bindir}/chef-solo
52%attr(755,root,root) %{_bindir}/knife
53%attr(755,root,root) %{_bindir}/shef
54%{ruby_rubylibdir}/chef.rb
55%{ruby_rubylibdir}/chef
This page took 0.030555 seconds and 4 git commands to generate.