Vít Ondruch 12 years ago
parent 5aadbecf76
commit a807fc3a78

@ -11,7 +11,7 @@
Name: hiera Name: hiera
Version: 1.0.0 Version: 1.0.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: A simple hierarchical database supporting plugin data sources Summary: A simple hierarchical database supporting plugin data sources
Group: System Environment/Base Group: System Environment/Base
@ -24,15 +24,19 @@ Source1: hiera.yaml
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
%if 0%{?with_checks} %if 0%{?with_checks}
BuildRequires: rubygem(rspec-core) BuildRequires: rubygem(rspec)
BuildRequires: rubygem(mocha) BuildRequires: rubygem(mocha)
%endif %endif
BuildRequires: ruby-devel BuildRequires: ruby-devel
%if 0%{?el5}%{?el6}%{?fc16} %if 0%{?el5}%{?el6}%{?fc16}
Requires: ruby(abi) = 1.8 Requires: ruby(abi) = 1.8
%else %else
%if 0%{?fedora} >= 19
Requires: ruby(release)
%else
Requires: ruby(abi) = 1.9.1 Requires: ruby(abi) = 1.9.1
%endif %endif
%endif
%description %description
A simple hierarchical database supporting plugin data sources. A simple hierarchical database supporting plugin data sources.
@ -74,6 +78,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Fri Mar 15 2013 Vít Ondruch <vondruch@redhat.com> - 1.0.0-5
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save