|
|
@ -2,8 +2,8 @@
|
|
|
|
%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
|
|
|
|
%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
|
|
|
|
|
|
|
|
|
|
|
|
Name: ruby-augeas
|
|
|
|
Name: ruby-augeas
|
|
|
|
Version: 0.3.0
|
|
|
|
Version: 0.4.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Ruby bindings for Augeas
|
|
|
|
Summary: Ruby bindings for Augeas
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
|
|
|
|
|
|
|
@ -13,10 +13,10 @@ Source0: http://augeas.net/download/ruby/ruby-augeas-%{version}.tgz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: ruby ruby-devel rubygem(rake)
|
|
|
|
BuildRequires: ruby ruby-devel rubygem(rake)
|
|
|
|
BuildRequires: augeas-devel >= 0.5.1
|
|
|
|
BuildRequires: augeas-devel >= 0.8.0
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
Requires: ruby(abi) = 1.8
|
|
|
|
Requires: ruby(abi) = 1.8
|
|
|
|
Requires: augeas-libs >= 0.5.1
|
|
|
|
Requires: augeas-libs >= 0.8.0
|
|
|
|
Provides: ruby(augeas) = %{version}
|
|
|
|
Provides: ruby(augeas) = %{version}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 29 2011 David Lutterkort <lutter@redhat.com> - 0.4.0-1
|
|
|
|
|
|
|
|
- Require augeas-0.8.0
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|